• Resolved Márcio

    (@volcap)


    Great plugin, congratulations.

    You can put the option to block buddypress or bbpress, or just buddypress. I would like bbpress (forum) to be released and block only buddypress (activities, messages, groups, etc.).

    It’s possible?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    At the moment, I think the closest is going to be adding a callback to a filter we have that I believe will allow bbPress users through. We don’t have a UI component for it.

    add_filter( 'bprwg_bbpress_allowed_areas', '__return_true' );
    

    Putting this line in your active theme’s functions.php and hopefully child theme if that applies, should allow bbPress traffic through.

    Worth a shot at least.

    Thread Starter Márcio

    (@volcap)

    Thank you.

    Another thing: when I refuse a request, the user is deleted. Only when it is approved does the message stop appearing as pending. Only he can use the other features of the site, just not buddypress and bbpress, and can read, post comments, etc.

    It could create an ignore button, the user, despite not being able to use buddypress, could still use bbpress or other features, and it is not deleted from the site.

    Best regards

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    So you’re wondering about perhaps what I’ll call a soft denial? Don’t get rid of the user as a whole, but still deny them ability to access BuddyPress areas?

    Thread Starter Márcio

    (@volcap)

    Yes, It is.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Not something we have in place, but I can put in the suggestion for consideration. Realistically, the way I know things are internally set up, it’d mostly just be removing from the list of people to moderate, more than anything.

    Thread Starter Márcio

    (@volcap)

    Yeah, and also remove the sentence that the profile is incomplete. An ignore button. It is listed in the users in a different category.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tip: option to block only buddypress or bbpress’ is closed to new replies.