Arama Altına Sosyal Linkler ekleme Modifikasyonu - social networks

0 Üye ve 2 Ziyaretçi konuyu incelemekte.

Çevrimdışı D®agon

  • Ezberletmez Öğretir
  • *******
  • Join Date: Mar 2008
  • Yer: Ankara
  • 11656
  • +524/-0
  • Cinsiyet: Bay
    • Arif Hocam
simplemachines.org sitesindeki gibi sosyal linkler eklemek için:

Temamızın index.template.php dosyanı açıyoruz.

Aşağıdaki kodu bulun:
Kod: You are not allowed to view links. Register or Login
// Search within current topic?
if (!empty($context['current_topic']))
echo '

<input type="hidden" name="topic" value="', $context['current_topic'], '" />';
// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '

Sonrasına ekleyin:

Kod: You are not allowed to view links. Register or Login
<div class="social_networks">
<a href="https://www.facebook.com/Uyanan-Gen%C3%A7lik-107330675968828/" target="_blank"><img src="reklam/facebook.png" alt="Facebook" /></a>
<a href="https://twitter.com/uyanangenclik" target="_blank"><img src="reklam/twitter.png" alt="Twitter" /></a>
<a href="https://plus.google.com/+uyanangenclik" target="_blank"><img src="reklam/gplus.png" alt="Google+" /></a>
</div>

Kendinize göre düzenlemeyi unutmayın