• 14-07-2009, 11:17:21
    #1
    Üyeliği durduruldu
    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...
  • 14-07-2009, 12:51:16
    #2
    1. 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, 12:52:28
    #3
    Arkadaş 1. Mesajdaki Reklamı istemiyorki
  • 14-07-2009, 15:53:18
    #4
    Üyeliği durduruldu
    masteRy100 adlı üyeden alıntı: mesajı görüntüle
    1. 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>';
    Hocam bu 1. Mesaj'ın neresine reklam ekliyor?
    Ben 1. Mesaj'ın en altına istiyorum acaba bu kodlar onun için'mi?
  • 14-07-2009, 16:12:59
    #5
    Üyeliği durduruldu
    Ekte resimli olarak anlatabilmişimdir....
  • 14-07-2009, 20:44:11
    #6
    Üyeliği durduruldu
    Arkadaş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ı';