PDA

View Full Version : Disable Advertising in CMS Only


Prorockz
01-20-2013, 08:08 PM
Hi

im used defualt Advertising System By vBulletin

it is possible to disable Advertising only in CMS ?

My Site is
http://profriendskorner.com

want to disable ads in HOME Page.

but ads can show in all other menu content like = forum,media,shop act....

thank you

Lynne
01-21-2013, 12:09 AM
Open up the template that includes the ad template (so, not the ad template itself, but the template that includes it - usually header or navbar or postbit... depends on where you are talking about) and put a condition around it.

<vb:if condition="THIS_SCRIPT != 'vbcms'">
ad code here that calls add template
</vb:if>

Prorockz
01-21-2013, 12:26 PM
Thank you . it is what im looking for.