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: 25363
    Brajesh Singh on in reply to: [Resolved] Mediapress audio images #33506

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi,
    Both are doable.

    You can set the cover fro Gallery/album from edit gallery page while you can set the cover for media from single media edit page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Johan,
    Thank you for the topic.

    No, this is not the expected behaviour. If the sub tabs are visible to both roles, It is a bug. Please allow me to check and update you by tomorrow on this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Johan,
    Thank you for the question.

    BuddyPress works that way. It does not support content directly in the tab. The default content is from the default sub tab. That’s why we have to add sub tabs.

    It may change in future when the BuddyPress API changes.

    For now, if your only goal is to hide the sub tab, you can do it via css.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: [Resolved] buddypress user notification dropdown #33501

    Hi Adam,
    Thank you for the question.
    Before I assist you, The drop down you have shown is for account menu and not notifications drop down.

    Do you want to add/remove items to account menu or the notifications drop down, Please clarify and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: I need help with follow plugin #33500

    You were back quoting the strings.

    I have simplified it and used the correct quotes.

    
    if ( function_exists( 'bp_follow_add_follow_button' ) ) :
    	if ( is_user_logged_in() && bp_is_user() && ! bp_is_my_profile() ) {
    		bp_follow_add_follow_button( array(
    			'leader_id'   => bp_displayed_user_id(),
    			'follower_id' => bp_loggedin_user_id()
    		) );
    	}
    endif;
    
    

    Regards
    Brajesh

    PS:- Please do not copy from email replies. Copy from the forum post here.

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Jhonathan,
    I am sorry for the inconvenience.

    Please provide me a list of steps to reproduce it. I will fix it quickly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Binu,
    Thank you.

    I am sorry about this. I hope you are able to identify the cause. If you do, Please do share. If we know the cause, we can always fix it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: list private account activity #33497

    The code you are referring is for Profile Visibility Manager which helps you make an account(profile view) private. It has no bearing on the content generated by the user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: I need help with follow plugin #33486

    Hi Adeala,
    In order to allow us assist you, Please share complete code over pastebin.com and link here.
    Also, please link to a screenshot showing the error.

    Thank you
    Brajesh