Log in

View Full Version : [need] if condition for forumhome, showthread, and other


suryoyena
12-08-2005, 09:22 PM
Hi!

I need the variables for the following pages:


forum home (thats the most important for me)
forum display
show thread
user control panel
registration


I need them for if-conditions in templates... can me so. please help..?

regards,

chris

Marco van Herwaarden
12-08-2005, 09:58 PM
What variables are you looking for?

suryoyena
12-09-2005, 01:09 AM
To identify this pages. Sorry.

I want to ask with a if condition on which page I am and put other content there..

<if forumhome>
lala
<else/>
lolo
</if>

Guest190829
12-09-2005, 01:41 AM
Look in each of the php files for these places, and do a search for THIS_SCRIPT.
This is a constant used in order to tell what file is being used. For example:


<if condition="THIS_SCRIPT == index">
//do something
</if>