SMF ilk mesajda reklam
bu şekilde koyarsanız reklam modu kullanıcı gibi görünmeyecek.konuya ilk mesaj yazanın imzasının altında görünecektir.
display.template.php dosyasını açıp aşagıdaki kodları bulun
ALTINA EKLEYİN
bu şekilde koyarsanız reklam modu kullanıcı gibi görünmeyecek.konuya ilk mesaj yazanın imzasının altında görünecektir.
display.template.php dosyasını açıp aşagıdaki kodları bulun
PHP:
// 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>';
ALTINA EKLEYİN
PHP:
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 KODLARINI BURAYA EKLEYİN </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>';