The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Users Viewing Thread
Lyrics (186 Viewing)
how can i allow only Admins Mods to see how many Users are Viewing the forum i want to hide this from rest of the usergroups and guests |
#2
|
||||
|
||||
You can try conditionals
Code:
<vb:if condition="is_member_of($bbuserinfo, 6)">Show this to usergroup 6</vb:if> |
#3
|
|||
|
|||
hmm but which template to edit?
|
#4
|
|||
|
|||
anyone can help?
|
#5
|
||||
|
||||
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|