PDA

View Full Version : "Ad" on first forum page only


DF031
01-13-2013, 02:46 PM
...

kh99
01-14-2013, 12:37 PM
You can try putting a check for THIS_SCRIPT in the Ad HTML, like this:

<vb:if condition="THIS_SCRIPT == 'index'">
// put existing code here
</vb:if>

DF031
01-14-2013, 02:51 PM
...