PDA

View Full Version : hide members viewing a forum....


kofoid
09-23-2007, 09:19 PM
is there a way to hide members viewing a forum in only ONE forum?

xandizitxu
09-23-2007, 10:22 PM
Yes -> Forum -> Set permission

snakes1100
09-23-2007, 10:44 PM
No, there is no option for an individual forum, its a global setting for all forums.

vbulletin options --> forum display options --> show users browsing forum --> no

I'm sure there would be a coder available to do this for you though, you could post a job for it.

Kirk Y
09-24-2007, 04:30 AM
Find the relevant area in the template and wrap it in an IF statement.

<if condition="$foruminfo['forumid'] != 5">Members Viewing Code...</if>