Inspired by Cabot
BBCode usage:
Code: Select all
[hidebots]{TEXT}[/hidebots]
Code: Select all
<xsl:choose>
<xsl:when test="$S_IS_BOT">
</xsl:when>
<xsl:otherwise>
{TEXT}
</xsl:otherwise>
</xsl:choose>
Code: Select all
This BBCode allows you to hide content for bots: [hidebots]Registered bots cant read this[/hidebots]]