PDA

View Full Version : Disabling postcounts for a particular forum based on a specific usergroup


kurtbarker
05-08-2006, 11:59 AM
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

aymelek
12-21-2010, 02:37 PM
Were you ever able to get this? I need this for my board and can't find anything.

kh99
12-21-2010, 03:08 PM
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:

<if condition="!(in_array($forum['forumid'], array(1, 2, 3)) AND is_member_of($post, 4, 5, 6))">
...
</if>