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:
Code:
<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>