Hey thanks - tried that and the condition doesn't seem to work at all... nothing shows up...
Again, I tried both codes for 1/multiple forums.
here is new code i have in template postbit_attachmentthumbnail
Code:
<if condition="!in_array($forumid, array(103))">
testing
<else />
test - humor
</if>
It should show the word "testing" in every forum except 103 where it should show "test - humor". It doesn't show anything at all.
Thanks again.