Quote:
Originally Posted by YankForum
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>
|
I get this when I try to save the template.
adding child to non-existent node!
I'm adding it like this.
HTML Code:
<!--YoBroMoFo Thread Starter-->
<vb:if condition="$post['signature'] OR $thread['postuserid'] == $post['userid']">
<!-- sig -->
<div>
__________________<br />
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/misc/threadstarter.png" alt="British Expats Thread Starter"><br />
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
</div>
<!-- / sig -->
</vb:if>
<!--end of YoBroMoFo Thread Starter-->
It works for users with sigs fine, I just get the error when I try and add the additional code.