SMFPT - Suporte e Manutenção de Fórum em Português

SMF 1.1.x (Móbulos Manual) => Problemas e soluções de modificação => Webmaster Modificações => Tópico iniciado por: candidosa2 em 10 de Dezembro de 2010, 06:47

Título: Extras Butao de estatísticas(Tab Stats)
Enviado por: candidosa2 em 10 de Dezembro de 2010, 06:47
index.template.php

Código: [Seleccione]
// the [member] list button
   if ($context['allow_memberlist'])
      echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
            </td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


Código: [Seleccione]
// Show the [Stats] button
      echo ($current_action == 'stats' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'stats' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=stats">' , $txt['stats_mod'] , '</a>
            </td>' , $current_action == 'stats' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


modifications.portuguese_pt.php ( isso pode ser o teu idioma )

Código: [Seleccione]
?>
Código: [Seleccione]
$txt['stats_mod']= 'Estatísticas';