do I replace
Quote:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> </if>
|
with
Quote:
<if condition="!is_member_of($post, $disabled_post_count_usergroup)">(post count stuff here)</if>
|
that or do I just add it around that area?