The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
The code of top header is <?php if (isset($this->cat_id)): echo p('adv_category', 'video-category-top', array($this->cat_id)); else: echo p('adv', 'global-top'); endif; ?>
How i can add a condition for dont show on index but apper in the rest of urls
Offline
After <?php add:
if (CURRENT_URL != BASE_URL): the code for the banner; endif;
This will only work for the frontpage that has the url as BASE_URL, so only www or non-www. I always redirect non-www to www.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I put <?php if (CURRENT_URL != BASE_URL): if (isset($this->cat_id)): echo p('adv_category', 'video-category-top', array($this->cat_id)); else: echo p('adv', 'global-top'); endif; endif; ?>
but dot work
Offline
It does not work atall onany page, or what exactly happens?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
when i put the form <?php if (CURRENT_URL != BASE_URL): if (isset($this->cat_id)): echo p('adv_category', 'video-category-top', array($this->cat_id)); else: echo p('adv', 'global-top'); endif; endif; ?> the top header apper normaly i dont have any change with this. And i need dont apper on the home but yes on rest of pages.
Last edited by mmpo (2012-05-19 05:07:44)
Offline
Whats your sites url?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Please enable the advertising so that i can see what the problem is.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
The adv in os footer i change the coder from the header to the footer but is the same code
Offline
I do not understand what you want to do. You have this code in the footer:
<?php if (isset($this->cat_id)): echo p('adv_category', 'video-category-top', array($this->cat_id)); else: echo p('adv', 'global-top'); endif; ?>
Do you have any advs in the video-category-top banner and assigned to a specific category? Also do you have anything in global-top?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I need global top dont apper on home but yes on all other pages
Offline
Ok. Checking...
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Sorry, had to delay this. Will check ASAP.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Done. Sorry for the delay.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
any solution? im want global top not to show on the video player page.
Offline
I replied to your other topic...
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1