Quote:
Originally Posted by tmanran123
I'm using this
Code:
<vb:if condition="THIS_SCRIPT == 'forumhome'">
HELLOOOOOO
</vb:if>
And the script is NOT equal to forumhome
why would my forum homepage not be equal to forumhome???
|
Try this:
Code:
<vb:if condition="THIS_SCRIPT == 'index'">
I'm right behind you, no need to yell!
</vb:if>
Helpful article:
https://vborg.vbsupport.ru/showthread.php?t=231525