Quote:
Originally Posted by Verionia
How can it show even for those with no sig?
|
with author's permission i did it by adding these 3 lines of whole code provided by author :
Code:
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/thread_starter.gif" alt="Thread Starter">
</vb:if>
right after lines below :
Code:
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>