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
I would like to disable global top ad group in home page but to be shown everywhere else.
I am not a programmer so I need help please.
Thank you.
Offline
the code that show global top is located in header.tpl.php , so if you remove it from there will not show it everywhere else too.
as i check code you cant just show it in all pages but not in home.
if you want to remove it
find this
<?php if (isset($this->cat_id)): echo p('adv_category', 'video-category-top', array($this->cat_id)); else: echo p('adv', 'global-top'); endif; ?>
and just remove this part
else: echo p('adv', 'global-top');
Offline
Pages: 1