|
I dont really know the answer, maybe someone eles will look into it for you when they get the time, however you could try playing around with this line found in your block file.
("SELECT auth_view, auth_read FROM ".$prefix."_bbforums WHERE forum_id='$forum_id'"));
Edit the : '$forum_id' with a known ID Number, try that first, the try repeating the forum id's like so.
("SELECT auth_view, auth_read FROM ".$prefix."_bbforums WHERE forum_id='ID NUMBER', forum_id='ID NUMBER', forum_id='ID NUMBER', forum_id='ID NUMBER', forum_id='ID NUMBER'"));
I have no idea if that will work so make a copy of the original file first.
|