This topic has 20 replies, 3 voices, and was last updated 10 years by abidjan-loves.
-
Author
-
March 5, 2015 at 15:51 #48844
abidjan-loves
ParticipantHello,
Hope you doing good.
I trying to add Bp-Album profile tab with this code (https://archived.seventhqueen.com/forums/topic/how-to-add-tabs-next-to-profile-image-extended) without succes:( …
Maybee i miss something…
Need help
thankMarch 6, 2015 at 22:10 #49022Laura
ModeratorHello, have you tried using the admin panel from Sweetdate? Its called BP Profile Tabs, if you dont have it, please update your theme version 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2015 at 17:04 #50286abidjan-loves
Participantwell i known how to enable pb-album and it allready enable .
I want to be able to show on user profile like “About me” or “Media” tab (like on the screenshot)
Thank’sMarch 19, 2015 at 13:07 #50804Laura
ModeratorHello, can you share login credentials so i can check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 29, 2015 at 04:51 #52010Laura
ModeratorHello, website would help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2015 at 18:59 #52250abidjan-loves
Participantabidjan-loves.com
Longin : momo
Pwd : amitieMarch 31, 2015 at 16:34 #52420Laura
ModeratorHello, i need admin permisison please 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 2, 2015 at 11:56 #52823abidjan-loves
ParticipantHello,
I give the admin rigth to this user : abidjan-loves.com
Longin : momo
Pwd : amitie
you can use it
Thank’sApril 3, 2015 at 08:14 #53006Laura
ModeratorHello, i just noticed that you are not using the child theme, please install it and activate it, if not, any change that you want will be lost once you update the theme. The child theme is located in the folder when you purchased it.
For your question, once you have the child theme activated, go to your ftp and in the child theme folder under wp-content/themes find functions.php and add the following lines
COPY CODEadd_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); /* rtMedia tab - only if plugin installed */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('My work', 'kleo_framework'), 'class' => 'mySlider' ); } /* Bp-Album tab - only if plugin installed */ elseif (function_exists('bpa_init')) { $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2015 at 14:10 #53206abidjan-loves
ParticipantHello,
I install and activate child theme but when paste the code in functions.php , I got this error :Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home/abidjanl/www/wp-content/themes/sweetdate-child/functions.php on line 25
April 4, 2015 at 14:15 #53207abidjan-loves
Participantwell i resilved this, but ALbum tab not appear 🙁
April 6, 2015 at 03:53 #53352Laura
ModeratorHello, can you share ftp credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 7, 2015 at 10:23 #53489abidjan-loves
Participantftp : https://ssl15.ovh.net/net2ftp/
login : abidjanl
password : angela1985April 9, 2015 at 06:21 #53730Laura
ModeratorHello, please let me know if its working now
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 16, 2015 at 12:38 #54761Laura
ModeratorHello, do oyu have the plugin installed and activated?
https://wordpress.org/plugins/bp-album/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 16, 2015 at 15:14 #54797abidjan-loves
ParticipantI can’t activate BuddyPress Album plugin , i got this message :
Fatal error: Cannot redeclare bpa_init() (previously declared in /home/abidjanl/www/wp-content/themes/sweetdate/custom_buddypress/bp-functions.php:125) in /home/abidjanl/www/wp-content/plugins/bp-album/loader.php on line 30April 20, 2015 at 06:13 #55188Andrei
ModeratorHi, you don’t need any additional plugin ( bp-album is bundled inside our theme), so you just have to go to Theme Options > BuddyPress and enable BP-Album option. After that you’ll have to go to Theme Options > BP Profile Tabs and enable BP Album, and that’s it.
Please note that the tab will appear only after you have some media uploaded in your album, so under Profile, you’ll find a tab called Album from where you can upload your album picture, and after that, they will appear as a profile tab.
Hope this clears out everything.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 30, 2015 at 15:42 #56782abidjan-loves
Participantwell it kworks fine since i desactivate rtmedia media plugin.
thank you for your help! -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.