Just an FYI
I did not want to display signatures or avatars to unregistered users, but there are also three forums that I did not want them to display to members. so I used the following...
In case anyone was looking to do the same...
PHP Code:
<if condition="$post['signature'] AND $show['member'] AND !in_array($thread['forumid'],array(36,107,108))">
HIDE THIS
</if>