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: 25377

    Hi James,
    Thank you for confirming. I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyPress Xprofile – Search URLs #40054

    Hi James,
    Thank you for letting me know.

    I will suggest contacting BuddyBoss support as we do not offer any support for BuddyBoss’s product here.
    We do provide support for our plugin’s compatibility with them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] Auto join groups – cron job #40048

    Hi Darshan,
    The plugin works fine with the Hidden Groups. If you are using the plugin, are you having any issue adding the hidden group to the list?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] changing css tags #40047

    Hi David,
    That’s expected as you renamed the css files but did not load. You will need to load the renamed files too.

    Please take a look at wp_enqueue_script top see how can you load the assets.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi,
    I am not suggesting the translation. You will be using the localization feature of WordPress. You do not need any extra plugin to do it. You can use poedit software for this and your changes will be retained on your upgrade too.

    The loco translate only helps with localization(generation of the localized file).

    For any of the above methods, all you need to do is create a new localization file for your site’s languages and use your texts for labels you want to change.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi James,
    Thank you for the question.

    Since BuddyBoss theme and the BuddyPress have similar loop, Here is a code that works for both.

    
     add_filter( 'bp_after_has_members_parse_args', function ( $args ){
    
         if( ! bp_is_members_directory() ) {
             return $args;
         }
         $args['per_page'] = 20;
         return $args;
     });
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi,
    Thank you for bringing it.

    Please allow us 2 working days to provide this option with a fallback to current settings for directory. We will release an update by day end Monday to allow users choose if they want to be visible on groups directory or not. We will be making it a simple option for now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyPress Xprofile – Search URLs #40043

    Hi Maes,
    Thank you for the question.

    It seems you are using the BP Profile search plugin. If that is the case, The plugin offers you a shortcode to have customized directory or different search result page.

    https://wordpress.org/plugins/bp-profile-search/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] changing css tags #40035

    Hi David,
    Thank you for the question.

    Do you mean the css classes in template? If yes, you will need to rewrite your own template pack to achieve this as most of the classes are hardcoded there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Luis,
    Thank you for using Group Tabs Creator.

    1. Group Tabs creator allows you to use any shortcode in the tab content.

    Currently BuddyBlog Pro focuses on user generated content associated to their profile and does not store any detail about users groups. It is definitely possible to add via custom code.

    If you are using BuddyForms and they offer shortcode for the form as well as collected data, Please share. In Group tabs cretaor, we do have dynamic tag replacement for group id and if needed, i can update that for user id too.

    Regards
    Brajesh