Log in

View Full Version : How to know the actual page


国际贸易
2009-07-14, 08:08 PM
Hi all! I want put some banner in the "ad_navbar_below" with some conditions, like I DON'T want show that banners only when a user are reading a theard/post and in intermediate pages when user post a message/theard, or when he log in and other intermediate pages that have direct reload page to another link

Ho can I do?

国际贸易
2009-07-14, 08:09 PM
got it.

We could use something like this to show on pages we want it to show on:

To SHOW this on the index.php page, you need to use:
<if condition="THIS_SCRIPT == 'index'">
YOUR BANNER CODE HERE
</if>

To SHOW this on the forumdisplay.php page, you need to use:
<if condition="THIS_SCRIPT == 'forumdisplay'">
YOUR BANNER CODE HERE
</if>