KSA
Well-known member
I have a couple of threads I want to hide their contents form guests. Upon clicking on titles of those threads, guests will get this "you have to login or register to view this thread content..."
Are these the right conditional statements? How can I compile those to achieve what I want? If not what would be the right approach to do this?
Thank in advance
HTML:
<xf:if is="{$thread.thread_id} == x">
</xf:if>
<xf:if is="$post.position % $xf.options.messagesPerPage == 0">
...
</xf:if>
Are these the right conditional statements? How can I compile those to achieve what I want? If not what would be the right approach to do this?
Thank in advance