ArkadşaLar bir çok siteye baktım fakat bir türlü buLamadım... Smf'de Forum'da GoogLe tagged KuLLanıyorum ve Tagged'Lanan kelimelerin oraya reklam eklemek istiyorum nasıL ekleyebilirim.. Yardımcı oLabilecek birisi varmı acaba?
Birde 1. Mesaj'ın en sonuna reklam istiyorum... 1. Mesaj'da rekLam var fakat en sonun'da yani yazılan mesaj'ın son satırına reklam kodu eklemek istiyorum nasıL yapabilirim
Şimdiden Teşekkür ederim...
GoogLe Tagged RekLam aLanı [ istek ]
5
●418
- 14-07-2009, 12:51:161. mesajda reklam
Display.template.php de bul
// Show the post itself, finally! echo ' </td> </tr></table> <hr width="100%" size="1" class="hrcolor" /> <div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '>', $message['body'], '</div>', $message['can_modify'] ? ' <img src="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" />' : '' , ' </td> </tr>';
değiştir
// Show the post itself, finally! echo ' </td> </tr></table> <hr width="100%" size="1" class="hrcolor" />'; if ($message['id'] == $context['first_message']) echo ' REKLAM KODLARI BURAYA '; echo' <div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '>', $message['body'], '</div>', $message['can_modify'] ? ' <img src="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" />' : '' , ' </td> </tr>';
- 14-07-2009, 15:53:18Üyeliği durdurulduHocam bu 1. Mesaj'ın neresine reklam ekliyor?masteRy100 adlı üyeden alıntı: mesajı görüntüle
Ben 1. Mesaj'ın en altına istiyorum acaba bu kodlar onun için'mi? - 14-07-2009, 20:44:11Üyeliği durdurulduArkadaşLar Mesaj'ın aLtına reklam eklemeyi buLdum. BeLki Bazı arkadaşLara yardımım dokunur.

Display.template.php dosyasinda
BuL;
// Show the member's signature?
Hemen Üst Sıra ekLeyiniz;
if ($message['id'] == $context['first_message'])echo ' Reklam Kodları';
