Replies
- Brajesh Singh on March 18, 2021 at 7:05 pm in reply to: [Resolved] Make BuddyPress Profile Visibility Manager work with BuddyBoss’ Private Website #36964
Hi Thomas,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on March 18, 2021 at 7:05 pm in reply to: [Resolved] Solo tabs for musicians and artists. #36963
You are welcome.
- Brajesh Singh on March 18, 2021 at 7:03 pm in reply to: [Resolved] Restrict buddypress activity privacy #36962
Hi Tosin,
Thank you for the reminder.We will be pushing an update early next week with the same.
Regards
Brajesh - Brajesh Singh on March 18, 2021 at 7:02 pm in reply to: User Profile Tabs Creator Pro – Profile Field Sets #36960
Hi Nik,
Thank you for the question.The Profile Tabs pro does not know anything about the profile or any tab. You can still achieve your result by using shortcodes.
1. You can install this plugin
https://github.com/buddydev/bp-shortcodes2. You can add the sub tabs using the profile tabs pro and use the following shortcode in the sub tab content
[bp-shortcodes-profile group_id=1]here group_id is the field group id. Please change it with appropriate value for each tab.
and it will show the fields from that group. You can setup the visibility for the tab based on role(which is normal for the profile tabs pro).
Regards
Brajesh - Brajesh Singh on March 17, 2021 at 11:02 pm in reply to: [Resolved] Solo tabs for musicians and artists. #36931
Hi Steven,
Welcome to BuddyDev forums.Thank you for the question. Please take a look at our dynamic content addon for the user profile tabs pro
https://buddydev.com/create-dynamic-user-profile-tabs-for-buddypress/This should allow you to put content specific to the user. You will still need to take care of the music player etc on your own.
Regards
Brajesh - Brajesh Singh on March 17, 2021 at 8:26 pm in reply to: [Resolved] BuddyPress Group Tabs Creator Pro tab ordering issue #36929
Hi,
Thank you for the question.The problem is elementor assumes it has control over the whole page not just part of it. In case of BuddyPress/BuddyBoss, our content is only on a sub part of the screen.
If you use use elementor designed content, the styles may not be preserved.
There is a solution though. If you really want to use elementor, design a page using elementor and mark that as “template”. now, you can use elemntor shortcode to embed that page in the sub tab. It will preserve the style.
Regards
Brajesh - Brajesh Singh on March 17, 2021 at 8:22 pm in reply to: BuddyPress Group Tabs Creator Pro & Subgroups #36928
Hi,
Thank you for the patience.Please upgrade to 1.1.7 and put this code either in your wp-content/plugins/bp-custom.php or in your theme’s functions.php
// show sub tabs for Group Tabs Creator even if there is only one sub tab. add_filter( 'bpgtc_hide_sub_tabs_if_one', '__return_false' );That will force it to show the single sub tab too.
Regards
Brajesh - Brajesh Singh on March 17, 2021 at 8:01 pm in reply to: [Resolved] Auto Join groups doesn’t work #36927
Hi Hugo,
Thank you.1. Please visit The lists page and edit a list.
2. Then in the condition Operator, please select “In”
3. In the condition value, Please copy the value of your checkbox name e.g “Goupe de Soutien (FR)”The value should match the checkbox label.
Now, if a user ticks this checkbox, they will be added to the group you specify for this condition.
For multi valued field(Checkbox, multiselect), we sugegst using IN/Not In instead of the “Equalto/Not equal to”
Regards
Brajesh - Brajesh Singh on March 17, 2021 at 7:47 pm in reply to: [Resolved] Make BuddyPress Profile Visibility Manager work with BuddyBoss’ Private Website #36926
Hi Thomas,
Please upgrade to 1.8.7. It fixes the compatibility issue.Regards
Brajesh - Brajesh Singh on March 17, 2021 at 2:39 pm in reply to: [Resolved] Make BuddyPress Profile Visibility Manager work with BuddyBoss’ Private Website #36920
Sorry, I had not gone through the video. I can see the code/action now.
Will be pushing an update today.
Regards
Brajesh