This topic has 1 reply, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #135966
     HDcms
    Participant

    Hello,

    A member of the group A (or B) can respond and comment only in his public group
    In site activity, it was possible that everyone answers or comments.
    I just want to put the site activity as read-only for everyone except a role.

    add_filter(‘bp_activity_can_comment’, ‘bpfr_remove_updates_commenting’);
    function bpfr_remove_updates_commenting($can_comment) {
    $can_comment = false;

    return $can_comment;
    }

    is there code that can prohibit to make a “response” to comment?

    Regards

    #136009
     Radu
    Moderator

    Check response here https://archived.seventhqueen.com/forums/topic/prohibit-to-make-a-response-to-comment

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?