[BBCODE] No Bots BBCode

Mixed forum with phpBB code snippets
Guides and styles

[BBCODE] No Bots BBCode

Post by Stoker »

No Bots BBCode

The No Bots BBCode allows you to post content hidden for bots.
Inspired by Cabot
Use it with caution!

BBCode usage:

Code: Select all

[hidebots]{TEXT}[/hidebots]
HTML replacement:

Code: Select all

<xsl:choose>
	<xsl:when test="$S_IS_BOT">
	</xsl:when>
	<xsl:otherwise>
		{TEXT}
	</xsl:otherwise>
</xsl:choose>
Help line:

Code: Select all

This BBCode allows you to hide content for bots: [hidebots]Registered bots cant read this[/hidebots]
Last edited by Stoker on 06 May 2025, 09:05, edited 2 times in total.
Reason: -