Öncelikle Ad Management mod eklentisini sitene kurmalısın.
You are not allowed to view links.
Register or
LoginBu eklenti ile Smf Forumun muhtelif yerlerine kolayca adsense reklam kodlarını koyablirsiniz.
Önemli Not:Google Adsense reklam koyarken bir sayfada 3 reklamdan fazlasını koymayın.
Manuel Kurmak İsteyenler:1- Forumun En Üstüne Reklam Eklemek Temanızın
index.template.php dosyasını açın:
Aşağıdaki Kodu Bul:
</head>
<body>';
Sonrasına Ekle:
//Forum üstüne Reklam Ekleme - uyanangenclik.com
echo' Reklam kodunuzu buraya yazın';
2- Forumun En Altına Reklam EklemekTemanızın
index.template.php dosyasını açın:
Aşağıdaki Kodu Bul:
<div id="footerarea" style="text-align: center; padding-bottom: 1ex;', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' width: 100%;' : '', '">
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
function smfFooterHighlight(element, value)
{
element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
}
// ]]></script>
Sonrasına Ekleyin:
echo' reklam kodları';
3 - Duyurular Gibi Reklam Eklemek:Tüm Sayfalarda görünmesini istiyorsanız Uygulama "index.template.php Yapılmalıdır.
index.template.php Açın ve Aşağıdaki Kodu bulun;
// The main content should go here.
echo '
<div id="bodyarea" style="padding: 1ex 0px 2ex 0px;">';
}
Yukardaki kodun Hemen Öncesine Aşağıdaki Kodu Ekleyin;
// Duyurular gibi Reklam alanı Oluşturmak - uyanangenclik.com
echo '
<br>
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
<tr>
<td class="catbg">Reklamlar</td>
</tr>
<tr>
<td valign="middle" align="center" height="60">';
echo'
Reklam kodu buraya koyulacak.
</table>';
4 - Mesaj içi Reklam Alanı Eklemek Display.template.php 'de Aşağıdaki Kodu Bulun:
// Show the post itself, finally!
echo '
</td>
</tr></table>
<hr width="100%" size="1" class="hrcolor" />
Hemen Sonrasına Aşağıdaki Kodu Ekleyin;
';if ($message['id'] == $context['first_message'])echo 'mesaj içi reklam alanı reklam kodları buraya yazılacak<br/></br/></br/> ';echo'
5 - Mesaj Başlıklarının Üstüne Reklam EklemekTemanız / Messageindex.template.php'yi açın:
En üst bölümde aşağıdaki kodu bulun;
global $context, $settings, $options, $scripturl, $modSettings, $txt;
Sonrasına aşağıdaki kodları ekleyin:
if ($message['id'] == $context['first_message'])
echo '
<tr><td class="windowbg1">
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr><td height="100%" valign="top" style="overflow: hidden;">
<table width="100%" border="0">
<tr>
<td align="left" valign="middle" width="25"><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" border="0" /></td>
<td align="left" valign="middle"><b>Sponsor Bağlantı </b></td>
<td align="right" valign="bottom" height="20" nowrap="nowrap" style="font-size: smaller;"></td>
</tr>
</table>
<hr width="100%" size="1" class="hrcolor" />
<div style="overflow: auto; width: 100%;">
REKLAM KODLARI BURAYA GELECEK </div>
<table width="100%" border="0" style="table-layout: fixed;">
<tr><td align="left" colspan="2" class="smalltext" width="100%"></td></tr>
<tr><td align="left" valign="bottom" class="smalltext"></td>
<td align="right" valign="bottom" class="smalltext"><img src="' . $settings['images_url'] . '/ip.gif" alt="" border="0" />
Logged </td>
</tr>
</table></td>
</tr>
</table>
</td></tr>';
Not: Reklam kodlarınızı "REKLAM KODLARI BURAYA GELECEK" bölüme eklemeyi unutmayın.
6 - İlk Mesajdan Sonra Otomatik Kullanıcı Görünümünde Reklam Alanı Ekleme;display.template.php Aç: Aşağıdaki Kodu bul
// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div style="overflow: auto; width: 100%; padding-bottom: 3px;" class="signature">', $message['member']['signature'], '</div>';
echo '
</td>
</tr>
</table>
</td></tr>
</table>
</td></tr>';
Sonrasına Ekle:
if ($message['id'] == $context['first_message'])
echo '
<tr><td class="windowbg1">
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr><td height="100%" valign="top" style="overflow: hidden;">
<table width="100%" border="0">
<tr>
<td align="left" valign="middle" width="25"><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" border="0" /></td>
<td align="left" valign="middle"><b>Sponsor Bağlantı </b></td>
<td align="right" valign="bottom" height="20" nowrap="nowrap" style="font-size: smaller;"></td>
</tr>
</table>
<hr width="100%" size="1" class="hrcolor" />
<div style="overflow: auto; width: 100%;">
REKLAM KODLARI BURAYA GELECEK </div>
<table width="100%" border="0" style="table-layout: fixed;">
<tr><td align="left" colspan="2" class="smalltext" width="100%"></td></tr>
<tr><td align="left" valign="bottom" class="smalltext"></td>
<td align="right" valign="bottom" class="smalltext"><img src="' . $settings['images_url'] . '/ip.gif" alt="" border="0" />
Logged </td>
</tr>
</table></td>
</tr>
</table>
</td></tr>';
Not: Reklam kodlarınızı "REKLAM KODLARI BURAYA GELECEK" bölüme eklemeyi unutmayın.
7 - İmzalara Reklam Eklemedisplaytemplate.php de aşağıdaki kodu bulun:
// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']) && $context['signature_enabled'])
echo '
Aşağıdaki kod ile değiştirin.
// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div class="signature">', $message['member']['signature'], '<hr width="100%" size="1" class="hrcolor" /><br /><br /><center>REKLAM KODU BURAYA GELECEK</center></div>';
8 - Avatar Altına Reklam Eklemek:Display.template.php nin içinde aşağıdaki kodu bulun.
// Show avatars, images, etc.?
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
echo '
Bunun altına reklma kodunu ekleyin.