SMFPT - Suporte e Manutenção de Fórum em Português
Customizing SMF => Modificações e Pacotes => New Feature => Tópico iniciado por: candidosa2 em 29 de Outubro de 2010, 05:18
-
Nome:Yahoo!Mail button in menu
Arquivo:Yahoo!Mail_button_in_menu1.0.zip Mod em En
Arquivo:Yahoo!Mail_button_in_menu1.0SmfPt.zip em Pt
Autor do Mod:nguyen
Type: New Feature
Autor da Tradução: Candidosa2
Tradução: Pt_Pt -Pt_Br Ainda nao disponivel
Tradução: Pt_PT-UTF8
Versões: disponível 1.1.8, 1.1.9
Download em En - http://custom.simplemachines.org/mods/index.php?mod=1089
download em Pt - http://download.smfpt.net/index.php?option=com_zoo&task=category&category_id=1&Itemid=1
Versões: disponível 1.1.11
Testado com tema default Funciona 100%
Descrição:
Yahoo!Mail button menu
-
Se tiver um erro durante a instalação pode fazer manualmente que seria o seguinte
index.template.php
Pesquisar
// Show the [help] button.
echo'
<td align="center" class="menubg' , $current_action == 'help' ? '2' : '' , '">
<a href="', $scripturl, '?action=help">' , $txt[119] , '</a>
</td>';
Adicionar
// Show the [QTO email] button.
echo'
<td align="center" class="menubg' , $current_action == 'Picture' ? '2' : '' , '">
<a href=http://yourlink', ' target="_blank">', $txt['Email'], '</a>
</td>';
index.teuidioma.php
Pesquisar
?>
Antes desse codigo colocar
$txt['Yahoo!Mail'] = 'Mail do Yahoo!';