I'm trying to do the same thing, remove the report post button from just one forum. But my if statement does not seem to be working.
Code:
<!-- No Report-Post-Link in clubhouse -->
<if condition="$forumid!='488'">
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a> </if>
</if>
Does anyone have a guess at why this might not be working?
Thanks