Google Adsense Banners »  Show posts from    to     

Icy Phoenix


Old Support Topics - Google Adsense Banners



Scapelord00 [ Sat 02 Feb, 2008 06:45 ]
Post subject: Google Adsense Banners
I want to know how to insert google adsense banners in all the pages except the registration one (according to the rules of google adsense). I know that i have to go to headers and banners and all that, but in that case the banner will show in ALL the pages.

Anyone knows?


Zuker [ Tue 05 Feb, 2008 01:32 ]
Post subject: Re: Google Adsense Banners
This may works... i made it in my head, didn't test it

Inside page_header.php

find

Code: [Hide] [Select]
if ( $board_config['switch_header_banner'] == true )
{
$template->assign_block_vars('switch_header_banner', array());
}


replace with

Code: [Hide] [Select]
if ( ( $board_config['switch_header_banner'] == true ) && ( $mode != 'register' ) )
{
$template->assign_block_vars('switch_header_banner', array());
}


Scapelord00 [ Tue 05 Feb, 2008 04:14 ]
Post subject: Re: Google Adsense Banners
Thank you very much


buldo [ Mon 11 Feb, 2008 14:54 ]
Post subject: Re: Google Adsense Banners
Scapelord00 wrote: [View Post]
Thank you very much


Do it work as you expected?
A feedback will be appreciated


Scapelord00 [ Mon 11 Feb, 2008 18:10 ]
Post subject: Re: Google Adsense Banners
Havn't tried it but i always say thank you. My adsense account is still unchecked.




Powered by Icy Phoenix