Messageindex.template.php'yi açın
Kod:
global $context, $settings, $options, $scripturl, $modSettings, $txt;
altına ekleyin
Kod:
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>';