simplemachines.org sitesindeki gibi sosyal linkler eklemek için:
Temamızın index.template.php dosyanı açıyoruz.
Aşağıdaki kodu bulun:
// 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:
<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