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
How can i remove footer ads from the frontpage only?
Offline
Use the following code:
<?php if (VUri::request(0) == ''): echo p('adv_footer'); endif; ?>
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
How do i use that code? i posted it in the frontpage but i get 2 footers Lol. im trying to remove the footer from the frontpage.
<?php echo p('adv_footer'); ?>
if i replace this code with the one you provide then footer ads is only on frontpage... i want to remove it from the frontpage.
Last edited by DuttyRock (2013-04-01 05:41:24)
Offline
Edit templates/your-template/footer.tpl.php and replace <?php echo p('adv_footer'); ?> with the above code.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I did that. i made a note in the above post that the code does not work properly.
Offline
Did you edit footer.tpl.php?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Here is the code that worked.
<?php if (VUri::request(0) != ''): echo p('adv_footer'); endif; ?>
Offline
Pages: 1