News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

botão postes vá até acima

Started by Apllicmz, January 09, 2011, 06:30:01 AM

Previous topic - Next topic

Apllicmz

Download Link: http://custom.simplemachines.org/mods/index.php?mod=2053
Modificação de nome:Go up button in posts
Auctor: Dzonny
Versão Actual: 1.0
Compatibilidade: 1.1.10, 2.0 RC1.2
Manual: Sim / / Por Candidosa2

./Themes/default/Display.template.php

Encontrar este código  ...

<li><a href="', $scripturl, '?action=splittopics;topic=', $context['current_topic'], '.0;at=', $message['id'], '">', $split_button, '</a></li>';


Adicione este código para o fundo

             // Go up button by Dzonny
               echo'
               <a href="#top"><strong>', $up_button, '</strong></a>';


   $split_button = create_button('split.gif', 'split', 'split', 'align="middle"');



            $up_button = create_button('icon_up.gif', 'smf251', 'topbottom4', 'align="middle"');



Advertisement: