Quote:
Originally Posted by Dismounted
Just wrap places where it displays the post counts with conditionals:
Code:
<if condition="!is_member_of($bbuserinfo, X, Y, Z)">CODE</if>
Where X, Y and Z are IDs of staff usergroups.
|
Thank you! Where you have CODE between the > <, what would be the statement? Something like "$show['postcount']" but with a negative in there somewhere?