Log in

View Full Version : Defined to one page only?


Rich
02-02-2006, 04:24 PM
Hello,

Is there a conditional that will allow me to display items JUST on the forumhome page and not anywhere else?

I want to add some things to my forumhome page, but I don't want them to display anywhere but that page.

So basically:

if this page is this > do this > else do this

Gio~Logist
02-02-2006, 04:38 PM
You can either put them in the forumhome template or you can use the following conditional:

<if condition="THIS_SCRIPT == 'index'">
Whatever you'd like here
</if>

Giovanni Martinez