The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
hide $activeusers from all but admins?
I found the hack for vb2 where I was able to hide the $activeusers in the what's going on box from all but admins, but do not see such a hack for vb 3 series.
Is there such a thing built yet, or could someone please advice on how? thank you p.s. We tried editing the permissions in vb as it seemed to be built in, but that had no effect. |
#2
|
||||
|
||||
In Template FORUMHOME
FIND Code:
<if condition="$show['loggedinusers']"> Code:
<if condition="$show['loggedinusers'] and ($permissions['wolpermissions'] & CANWHOSONLINE)"> In File index.php FIND PHP Code:
PHP Code:
|
#3
|
||||
|
||||
I have 2 boxes displayed
1 is the standard currently active users, and the other is who was online today I am trying to hide the currently active users and only display the who was online today part. It's to much to show both systems to all members. When I applied this code, it effected both systems. Is it possible to only hide the currently active users and still display who was online today? thnx |
#4
|
||||
|
||||
Hmm, I don't have a "Who was online today" box, so I guess it's a hack?
Then it depends on the Hack's code/template where you have to put the additional condition. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|