hhss
New member
Xenforo seperate visitors and bots because I want to index my content on google etc sites But I do not want her to see the content.
Example:
Template: message
This code does not work. I could not work
and For only first message.
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}">
{xen:raw $message.messageHtml}
</xen:if>
If possible, could you tell me how to do it.
@Mike @Kier @Chris D
Example:
Template: message
This code does not work. I could not work
Code:
<xen:if is="{$visitor.user_id}">
{xen:raw $message.messageHtml}
<xen:if is="{$visitor.from_search}"> or bots see.
{xen:raw $message.messageHtml}
<xen:else />
You can see by logging in.
</xen:if>
and For only first message.
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}">
{xen:raw $message.messageHtml}
</xen:if>
If possible, could you tell me how to do it.
@Mike @Kier @Chris D