Hi,
How can i remove adsense from private section, as "User Cp" "private message" ...etc ?
This is a discussion on No adsense in private section ? within the Ad Networks forums, part of the Monetizing category; Hi, How can i remove adsense from private section, as "User Cp " "private message" ...etc ?...
Hi,
How can i remove adsense from private section, as "User Cp" "private message" ...etc ?
I do not know, how you inserted it.
You can check the file constants within the templates, i.e.
Open the PHP files, to inform about the constants (are located at the top of the files!).HTML Code:<if condition="THIS_SCRIPT == 'usercp'"> {do something} </if>
Hope to help.
i use this:
Code:<if condition="!( (THIS_SCRIPT == 'login') OR (THIS_SCRIPT == 'register') OR (THIS_SCRIPT == 'usercp') OR (THIS_SCRIPT == 'private') OR (THIS_SCRIPT == 'subscription') OR (THIS_SCRIPT == 'payments') OR (THIS_SCRIPT == 'newthread') OR (THIS_SCRIPT == 'newreply') OR (THIS_SCRIPT == 'tags') OR (THIS_SCRIPT == 'invites') OR (THIS_SCRIPT == 'memberlist') OR (THIS_SCRIPT == 'online') OR (THIS_SCRIPT == 'member') OR (THIS_SCRIPT == 'spiders') OR (THIS_SCRIPT == 'psistats') OR (THIS_SCRIPT == 'profile') OR (THIS_SCRIPT == 'faq') OR (THIS_SCRIPT == 'sendmessage') OR (THIS_SCRIPT == 'CybPayPal') OR (THIS_SCRIPT == 'calendar') OR (THIS_SCRIPT == 'arcade') OR (THIS_SCRIPT == 'itrader') OR ((THIS_SCRIPT == 'calendar') AND $_REQUEST['do'] == 'add') OR ((THIS_SCRIPT == 'misc') AND $_REQUEST['moderator_stats'] == '') OR ((THIS_SCRIPT == 'search') AND $_REQUEST['searchid'] == '') OR ((THIS_SCRIPT == 'gallery_search') AND $_REQUEST['searchid'] == '') OR (THIS_SCRIPT == 'gallery_upload') OR (THIS_SCRIPT == 'THIS_SCRIPT') )"> AD CODE </if>
Exactly, I used "==" ... that should surely be "!=" ..![]()
thanks for sharing, but when can i use it ? in header template ?
You use it wherever the code was inserted.
Ace Shattock / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
if will be a problem if i have adsense showning in private section?