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: 25373
    Brajesh Singh on in reply to: Group Tab and WPML do not work together #37333

    Hi Sanjay

    Thank you for using the plugin. I am sorry for the issue.
    we haven’t heard about any compatibility(tab disappearing) with any translation plugin earlier.

    WPML is a paid plugin and we don’t have access to it.

    1. Do you have a staging site where we can check the issue?
    2. or, Please provide a copy of the plugin and we will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Tosin,
    Thank you for the suggestion. We will consider it in the future. Do you have any suggestion about how to allow selecting a rule set for the members directory?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Ravinder,
    Please open a new topic for unrated issues to current one.

    For our free support forums, we want it to be helpful and meaningful for others as well. Mixing multiple topics defeats that purpose.

    I will appreciate you cooperation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Khalid,
    Thank you for the patience.

    Please upgrade to 1.6.6 and let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Dianne,
    Thank you for the patience.
    I have tested it now. I do see the issue.

    The problem is BuddyBoss platform does not load plugins.php template on activity page at all. For all other components, it does check current action and loads the plugins.php template if the action is not one of the core action. For activity page, It does not.

    I am sorry but I will suggest avoiding adding sub tab to activity page or if you want, I can suggest some code change to achieve the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Groups Tab Pro conflict when restricting pages #37316

    Hi,
    Thank you for reporting the issue.

    Please allow us to test and get back to you on Monday.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Profile User tab in the Buddyboss theme problem #37315

    Hi Steffen,
    Thank you for the patience.

    The BuddyBoss theme has following code which limits the left sidebar to edit profile/avatar change/cover change page only.

    
    	<?php
    	if( bp_is_user_profile_edit() || bp_is_user_change_avatar() || bp_is_user_change_cover_image() ) {
    		bp_get_template_part( 'members/single/parts/item-subnav' );
    	}
    	?>
    

    If you are comfortable modifying the template files, we can change it to include our sub tabs too.

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Nik,
    My apology for the delayed reply.

    1. Please copy the file buddyboss-theme/buddypress/members/single/profile.php to your-childtheme/buddypress/members/single/profile.php

    Now, please add this line at the op of this file.

    
    <?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?>
    
    

    That will show the sub navs.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: BP Activity Shortcode – Private Groups #37313

    Hi,
    The plugin should display the activities for forums/topics out of the box(if you have the activity recording enabled).

    Regards
    Brajesh