View Full Version : How to know the actual page
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?
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>
vBulletin v3.8.7, Copyright ©2000-2026, Jelsoft Enterprises Ltd.