BuddyDev

Search

[Resolved] BuddyPress Lock Unlock Activity Permissions

  • Participant
    Level: Enlightened
    Posts: 52
    Katrine Spencer on #53461

    Hello!

    Thank you for yet another very useful plugin! 🙂

    I was wondering if it is possible to setup permissions so only admin can lock/unlock activity posts for new comments? – Is there a Snippet Code that can be used to make this happen?

    Thank you! 🙂

  • Participant
    Level: Enlightened
    Posts: 52
    Katrine Spencer on #53462

    Also, I apologize, I wanted to post this in the Plugins forum! 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53470

    Hi Katrine,
    Thank you for using the plugin.

    Please give it a try.

    
    
    add_filter( 'bp_lock_unlock_user_can_update_activity', function ( $can ) {
    	return is_super_admin();
    } );
    

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 52
    Katrine Spencer on #53471

    That worked – thank you! 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53483

    You are welcome!

You must be logged in to reply to this topic.

This topic is: resolved