Arama Altına Sosyal Linkler ekleme Modifikasyonu - social networks

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı D®agon

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

Temamızın [color=orange][b]index.template.php [/b][/color]dosyanı açıyoruz.

Aşağıdaki kodu bulun:
[code]// 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 '[/code]

Sonrasına ekleyin:

[code]<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>
[/code]

Kendinize göre düzenlemeyi unutmayın