So tell me, please.
If lets say we created a watermarked image , such as: below.
Would we code:
Code:
<if condition="$post['signature'] OR $thread[postuserid] == $post[userid]">
<!-- sig -->
<div>
__________________<br />
<if condition="$thread[postuserid] == $post[userid]">
<img src="http://mywebsite.com/forum/images/thread_starter.gif">
</if>
$post[signature]
</div>
<!-- / sig -->
</if>