And you wont'.. you will have to wrap the template for generating the posts (the quote aspect) in a conditional using the
Code:
<xen:if is="{$post.user_id} != {$thread.user_id}">
This content will show if the post author is the thread author
</xen:if>
as explained at the top of the Conditional Statements resource that Brogan has in his signature. The example that he gives is to SHOW content - but you reverse that by replacing the == with != to make it false (which has been done in the code segment above and wrapping the quote option with it so that it's not visible.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.