PDA

View Full Version : Ad Display On Forum home page only


ProFifaLeagues
06-16-2012, 09:22 PM
Using some Html inside the Vbulletin Advertising options,All working fine but it shows on Every thread,Page,Cms etc on site.Is there anything i can add in the code which would only allow it to be shown on the Forum home page?

Thanks in advance for any help offered.

kh99
06-17-2012, 12:10 AM
Try enclosing your ad code in:

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

ProFifaLeagues
06-17-2012, 05:37 AM
Works Superb kh99 thank you mate!

Chris Allingham
08-11-2012, 05:46 AM
I've been looking for something like this. Works perfectly. Thanks so much!