The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread Views - Only admins and mods can see
Is there a way to hide the thread views column so only admins and mods can see it or choose the usergroups you want to display it to?
I could surely use a mod like this. |
#2
|
||||
|
||||
Pretty simple template edit...
Edit the template: threadbit Find the line: Code:
<li>{vb:rawphrase views}: {vb:raw thread.views}</li> Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)"><li>{vb:rawphrase views}: {vb:raw thread.views}</li></vb:if> |
#3
|
|||
|
|||
Worked like a charm. Thank you.
|
#4
|
|||
|
|||
thanx
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|