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

    Hi Toury,

    On the BuddyDev site, we have intentionally disabled the ability to comment on the blog posts in activity stream. we did not want the comments to be split at 2 places.

    Here is a screenshot showing it working.
    https://i.imgur.com/AxW154j.png

    The problem is either your theme is not supporting it or the comments are closed for the post. Since you are using a premium theme, I will request approaching them for the solution.

    Regards
    Brajesh

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

    That’s strange. Ravi or I will test it again and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: Add friend button does not appare #39657

    Hi,
    Thank you for the patience.

    I am posting 3 snippets for 3 different positions of the button. Please let me know which one is more suitable and I can assist you with css(all of them need css to put on the same line as other content).

    
    // after activity header actions(first line).
    add_action( 'bp_get_activity_action', function ( $action ) {
    
    	if ( ! is_user_logged_in() ) {
    		return $action;
    	}
    
    	return $action . bp_get_add_friend_button( bp_get_activity_user_id() );
    } );
    

    or

    
    
    // Before delete button.
    add_action( 'bp_activity_entry_meta', function () {
    
    	if ( ! is_user_logged_in() ) {
    		return;
    	}
    
    	echo bp_get_add_friend_button( bp_get_activity_user_id() );
    } );
    
    

    or

    
    // after activity content
    add_action( 'bp_activity_entry_content', function () {
    
    	if ( ! is_user_logged_in() ) {
    		return;
    	}
    
    	echo bp_get_add_friend_button( bp_get_activity_user_id() );
    } );
    

    Please put this in child theme’s functions.php (any one of these) and let me know which one you want to use. I will provide some css for it then.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39654

    Hi Lisa,
    Do you want it to be removed from the top main menu too?(I am not sure if you have it). I will post the code after your reply.

    Regards
    Brajesh

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

    Hi Darshan,
    Try using 12,13 instead of putting it inside a quote and then try.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: [Resolved] Redirect after Registration #39649

    Hi Gianluca,
    Thank you for the question.
    You may use this plugin.

    https://buddydev.com/plugins/bp-auto-activate-auto-login/

    You can configure the redirect after activation/login etc with this plugin.

    Please have a look.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: Add friend button does not appare #39644

    Hi Gianluca,
    Thank you for the replies. I will be sharing the code by tomorrow.

    Is it ok if the cancel friendship button appears with the activity too or we just need add friends?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi,
    Can you please change the filter to alphabetical and let me know if there is any change or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi Olaf,
    Can you please share me the site link and credentials again. The plugin is working. I need to check the site again to see if there is something else there causing it.

    In some of the cases, BuddyPress will not list users who haven’t logged to the site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: [Resolved] BuddyBoss Plugin Compatibility #39623

    Hi Nick,
    Thank you for the reply.

    1. Activity Privacy :- Sorry, They have activity privacy and the part you have mentioned is a very tiny part of this plugin.

    2. We had the compatibility for the editing functionality earlier. BuddyBoss released their own editing for activity. we will not be able to keep adding a feature to BuddyBoss which they will eventually replace. That is wastage of our effort.

    3. The modal Box:- we do not plan to support ajax registration or branded login outside own own themes. The reason is it needs skin for each of the supported theme.

    I appreciate your offer to upgrade membership but we will not be able to put our effort on things which are eventually going to be replaced by BuddyBoss. It is like we are wasting our time on adding support.

    Thank you
    Brajesh