Replies
- Brajesh Singh on January 27, 2021 at 5:26 pm in reply to: [Resolved] Modifying the "Profile" tab using BuddyPress User Profile Tabs Creator Pro #35817
Hi,
BuddyBoss theme does not include item sub nav for the profile page.
You will need to override buddypress/members/single/profile.php in your child theme and add the following line to that file to show the sub nav for profile page<?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?>You may also ask the BuddyBoss theme for the same.
Regards
Brajesh - Brajesh Singh on January 26, 2021 at 10:46 pm in reply to: [Resolved] Single Premium Plugin updates #35807
You are welcome.
Regards
Brajesh - Brajesh Singh on January 26, 2021 at 10:46 pm in reply to: [Resolved] Simple question on BuddyPress Group Types purpose #35806
Hi Bruno,
Thank you for the question.Group types allow you to classify/organize groups. Consider them equivalent to category/tags for now.
In future, It is expected to pave way for defining group specific customizations.
Regards
Brajesh - Brajesh Singh on January 26, 2021 at 10:42 pm in reply to: [Resolved] Single Premium Plugin updates #35803
Hi Bruno,
Thank you for the question.Yes, at the moment, you will need to re purchase them.
We do not offer discount for individual plugins renewal currently. For membership renewals, we do offer discount if requested(until now and we are hoping to make it automatically available from August for all existing members who renew within certain days of expiring).
Regards
Brajesh - Brajesh Singh on January 26, 2021 at 10:36 pm in reply to: [Resolved] Simple question on BuddyPress Group roles #35801
Hi Bruno,
Thank you for the question.The new group administrators/moderators have rights only for the specific groups where you have promoted them.
I am assuming that you are promoting the members from group’s manage screen.Regards
Brajesh - Brajesh Singh on January 26, 2021 at 7:58 pm in reply to: Using Circles as a subnav other than Friends and moving subnavs #35798
Hi,
Thank you for the patience.
The update needed some major changes. That’s why it took soem time.Please upgrade to 1.1.4 and you can put a code like this in your bp-custom.php
/** * Example:- Settings 'Account/settings' component as circle parent */ add_filter( 'bcircles_parent_component_slug', function ( $slug ) { return 'settings'; } );The above code sets the settings component as parent. You can use the slug from any component.
There is a side effect. If the parent component is not friends, we do not add adminbar nav menu sub item for circles.Regards
Brajesh - Brajesh Singh on January 26, 2021 at 5:12 pm in reply to: Additional Global shared gallery question #35797
Hi Mike,
I am sorry for the delayed reply. We had too many off days this week. I am asking @ravisharma to check and see if he can assist you tomorrow.Regards
Brajesh Hi Gareth,
Thank you for the question.Please contact the developers who provided repeater functionality. we don’t have any control over it and i hope they can assist you with it.
Regards
Brajesh- Brajesh Singh on January 26, 2021 at 8:28 am in reply to: [Resolved] Modifying the "Profile" tab using BuddyPress User Profile Tabs Creator Pro #35790This reply has been marked as private.
- Brajesh Singh on January 26, 2021 at 8:28 am in reply to: [Resolved] How To Make Activity Feed Public? #35789
Hi Mike,
Thank you for the reply.I am not sure what might be causing it then. Please check for custom code in bp-custom.php as well as any access restriction plugin.
Regards
Brajesh