Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: Private Forums v4.0


_ck_
Participant

@_ck_

Oh this is driving me crazy.

Every so often, the private forum settings reset back to open to all and expose the moderator forum to everyone. Not good.

Until this bug is found I need to know how to hardwire a forum by number via code to always be moderator’s only.

update: I hardwired private_forums_custom_get_options, adding

if (!bb_current_user_can("moderate")) {$private_forums_for_user[8] = "MODERATOR";}

This should make sure no matter what, #8 stays private

Hopefully you can find the bug soon… it might even be a bbpress core bug which is scary… then again, your settings are the only ones that seem to reset?

Skip to toolbar