Adult Script Pro Community Forums

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.

#1 2013-03-31 05:00:16

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

footer ads

How can i remove footer ads from the frontpage only?

Offline

#2 2013-03-31 10:45:37

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: footer ads

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

#3 2013-03-31 18:34:27

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: footer ads

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

#4 2013-04-03 15:31:48

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: footer ads

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

#5 2013-04-04 00:58:42

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: footer ads

I did that. i made a note in the above post that the code does not work properly.

Offline

#6 2013-04-04 12:24:50

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: footer ads

Did you edit footer.tpl.php?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#7 2013-04-04 16:43:41

DuttyRock
Member
Registered: 2011-11-05
Posts: 740

Re: footer ads

Here is the code that worked.

<?php if (VUri::request(0) != ''): echo p('adv_footer'); endif; ?>

Offline

Board footer

Powered by FluxBB