Matthew Hawley
Well-known member
So I have this:
And this is the code in the template:
Please don't just reply with some code, please tell me what to do with it.
And this is the code in the template:
Code:
<xen:if is="{$perms.FindPostsInThread}">
<xen:if is="{$hasPosted}">
<li><a href="{xen:link search/search, '', 'type=post', 'thread_id={$thread.thread_id}', 'users={$visitor.username}'}">Your Posts</a></li>
</xen:if>
</xen:if>
Please don't just reply with some code, please tell me what to do with it.