![]() |
Disabling postcounts for a particular forum based on a specific usergroup
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 |
Were you ever able to get this? I need this for my board and can't find anything.
|
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))"> |
All times are GMT. The time now is 12:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|