Yukarı Git butonu

tertunc

Dekan
Emektar
Katılım
18 Ağustos 2007
Mesajlar
7,204
Reaksiyon puanı
21
Puanları
218
Her mesajda gözükür.. Alıntı yap, editle, sil, şıklarının bulunduğu yerdedir..

Display.template.php'de
Bul:
Kod:
<a href="', $scripturl, '?action=post;msg=', $message['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';sesc=', $context['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/modify.gif" alt="' . $txt[66] . '" border="0" />' : $txt[17]), '</a>';

Altına ekle:
Kod:
echo ' 
					<a href="#top">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/go_up.gif" alt="' . $txt['topbottom4'] . '" border="0" align="top" />' : $txt['topbottom4']) . '</a>';

Bir akabugeyes yapımıdır..
Orjinal Konu

http://www.simplemachines.org/community/index.php?topic=203114.0#quickreply
 
Üst