Hello,
This solution adorned me simple assé for check resulted.
In the file includes / functions_forumlist.php has the line 161 to replace
if (!($forumperms & CANVIEW) OR !($forumperms & CANVIEWOTHERS))
By
if (!($forumperms & CANVIEW))
In the file forumdisplay.php has the line 454 to replace
if (!($forumperms & CANVIEWOTHERS))
By
if (!($forumperms))
Can it work on the basis of forum by forum, that is we can activate or deactivate such or such forum by perissions, as it was the case for version vb2.x
|