To place an image in the first post of a particular member on a page but not any subsequent post I modified the template "postbit" to include
Code:
<if condition="$post[userid] == 2 AND ## What should I put here? ##">
<phrase>$vbphrase[image_code]</phrase>
</if>
Do I have to modify showthread.php somehow? Right now I'm just interested in getting it to work simply, so if it is easier for anyone to provide hard code that would be good enough.
Thank you!