Arkadaşlar vbulletin phpbb felan vardıda ipb ile ilgili bir yer bulamadığım için buraya yazıyorum. invision 2.1 kullananların işine yarayabileceğini düşündüm. forum konularında mesajdan sonra adsense eklentisi..

sources/lib/func_topic_linear.php

Bunu Arat...

}
		
		//-----------------------------------------
		// Print the footer
		//-----------------------------------------
Üste Ekle

// Google Adsense banner mod  

  $this->post_count++;
  if ($this->post_count == 1 )
  {
   $ad = array ( 'name_css' => 'normalname',
       'post_css' => ($post_count % 2 ? 'post1' : 'post2'),
       'pid' => '0',
       // Paste your Google ad code inside the single quotes
       'post'  => '
          <script type="text/javascript"><!--
			google_ad_client = "xxx";
			google_ad_width = xxx;
			google_ad_height = xxx;
			google_ad_format = "xxx";
			google_ad_type = "xxx";
			google_ad_channel ="";
			google_color_border = "xxx";
			google_color_bg = "xxx";
			google_color_link = "xxx";
			google_color_url = "xxx";
			google_color_text = "xxx";
			//--></script>
			<script type="text/javascript"
			  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script>'
                 );
   
   $bot_poster = array (
        
         'members_display_name'   => '<a href="http://www.domain.com">Googlebot</a>',
         'title'   => 'Thanks for your support!',
         'avatar'  => '<img src=http://www.google.com/images/logo_sm.gif>',
         'member_group' => $this->ipsclass->lang['m_group'].' Bot',        
         'member_joined' => $this->ipsclass->lang['m_joined'].' '.$this->ipsclass->get_date( time(), 'JOINED' ),
         
        );   
   
   $this->post_count++;
   $ad['post_date'] = $row['post_date'];
   $this->output .= $this->ipsclass->compiled_templates['skin_topic']->RenderRow( $ad, $bot_poster );
   
  }

adsense kodlarını değiştirmeyi unutmayın he işe yarayan bir eklentidir. Şahsen ben çok memmunum.

'<a href="http://www.domain.com">Googlebot</a>',
         'title'   => 'Thanks for your support!',
         'avatar'  => '<img src=http://www.google.com/images/logo_sm.gif>',
bu kısımdaki domain, isim, açıklama ve resim ayarlarınızıda değiştirebilirsiniz. Ben açıklamaya Sponsorlarımıza teşekkürler Adına - Sponsorlar Yazdım ve rekmalar diye bir gif ekledim.

Fırsat buldukça işe yarayan sağlam gerekli invision eklenti ve modüllerini sizlerle paylaşacağım..