Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Single Premium Plugin updates #35807

    You are welcome.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Setting Maximum X-Profile Repeats #35796

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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