I'm trying to make a banner show in each forum category on the forumhome homepage, but not on the thread view pages or showthread pages.
I tried using
HTML Code:
<if condition="THIS_SCRIPT = index">
But that didn't seem to stop it from showing on showthread (didn't seem to take any effect).
Is there a type of conditional that can work within the category descriptions that for sure accept HTML? That's where I'm putting my banner code.