Google Adsense Banners


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?

Profile PM  
Subject: Re: Google Adsense Banners
This may works... i made it in my head, didn't test it

Inside page_header.php

find

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


replace with

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

Subject: Re: Google Adsense Banners
Thank you very much

Profile PM  
Subject: Re: Google Adsense Banners
Scapelord00 wrote: [View Post]
Thank you very much


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

Subject: Re: Google Adsense Banners
Havn't tried it but i always say thank you. My adsense account is still unchecked. :mryellow:

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1801s (PHP: 10% SQL: 90%)
SQL queries: 10 - Debug Off - GZIP Enabled