View Full Version : disable post count but keep satiscitc
Osterling
04-20-2004, 04:14 PM
is it possible to disable post count in some areas of the forum, but the post still go towards stastic?>
Osterling
04-21-2004, 01:58 PM
bump
TouchingVirus
04-21-2004, 05:07 PM
Using if conditions in SHOWTHREAD template enables this..
For example -
<if condition"$threadinfo['forumid'] != '6' || $threadinfo['forumid'] != '7'>
...show postcount code...
<else />
</if>
That code is just an example, i dont expect i have my variables correct..but its a start and i find its better if you learn yourself :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.