The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Currently active users viewable to moderators only?
Hi folks,
it seems simple, but I can't do it and can't find the hack anywhere. So how can I make the home page Currently Active Users list viewable to certain user groups (6,7 and 8 for example)? I know I need to put a condition around <div>$activeusers</div> in FORUMHOME, but what condition will work? TIA. |
#2
|
||||
|
||||
Done it.
<if condition="$bbuserinfo[usergroupid]==5 or $bbuserinfo[usergroupid]==6 or $bbuserinfo[usergroupid]==7"> <div>$activeusers</div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|