Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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?
 



 
Scapelord00Send private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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());
}

 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Google Adsense Banners 
 
Thank you very much
 



 
Scapelord00Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Google Adsense Banners 
 
Scapelord00 wrote: [View Post]
Thank you very much


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




____________
~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Google Adsense Banners 
 
Havn't tried it but i always say thank you. My adsense account is still unchecked.  
 



 
Scapelord00Send private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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