Good, i like this... installed.
Also, I added an "else":
PHP Code:
<if condition="$post['signature'] AND !in_array($thread['forumid'],array(97))">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
<else />
<!-- sig -->
<div>
__________________<br />
In this subforum the signatures are disabled.
</div>
<!-- / sig -->
</if>
Work perfect but I am noob in PHP, so I don't know... maybe the code can be more optimized?