btw, i think there's a minor bug
if a guest click on a thread title in a private forum, he will get the message "You didnt have enough post to view this forum" which i think is not approriate
this is how i fixed it
add:
Code:
if($bbuserinfo[posts]<$foruminfo['minposts'] and $bbuserinfo['userid']!=0) {
instead of
Code:
if($bbuserinfo[posts]<$foruminfo['minposts']) {
good hack thoe