PDA

View Full Version : VB4 Conditional for ForumHome Only


Azonaco
10-15-2010, 05:19 PM
I'm looking for the conditional that will only show visitors a message on the forumhome page. I'm hoping to use the "else" tag to display a different message for other pages including the CMS pages.

Lynne
10-15-2010, 06:18 PM
<vb:if condition="THIS_SCRIPT == 'index' AND !$show['member']">
stuff
</vb:if>