The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey guyz,
I know vBulletin can disable post counts by forum by default, but is there anyway to disable post counts in a forum for a specific usergroup only? and if not, is anyone willing to do it? thanks |
#2
|
|||
|
|||
![]()
Were you ever able to get this? I need this for my board and can't find anything.
|
#3
|
|||
|
|||
![]()
By disable, do you mean don't display it in posts? I think you could just find the line in the postbit (or postbit_legacy) template and put an "if" around it, like:
Code:
<if condition="!(in_array($forum['forumid'], array(1, 2, 3)) AND is_member_of($post, 4, 5, 6))"> ... </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|