The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Indeed if I edit the template whosonlinebit envolving all of its contents with these lines:
<if condition="$userinfo['userid'] != X"> </if> The admin with userid 'X' isn't being listed anymore at online.php however I have many various admins so better to filter them all with an usergroup conditional. I have tried these: <if condition="!is_member_of($bbuserinfo, 6)"> <if condition="$bbuserinfo['usergroupid'] != 6"> However they both make the online.php to simply show nothing (not even members are being listed). What conditional should I use? Or maybe the whosonlinebit template doesn't support usergroup conditional but only userid conditionals? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|