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

SMFPT Suporte => SMF 1.1.X => Tópico iniciado por: iuri morandini em 12 de Fevereiro de 2008, 21:17

Título: ADD novo intem no menu do forum
Enviado por: iuri morandini em 12 de Fevereiro de 2008, 21:17
olá

gostaria de add um novo item ao menu do forum

gostaria de colocar PORTAL...entre HOME e AJUDA

vide foto a baixo..ENTRE O CIRCULO VERMELHO
(http://i26.photobucket.com/albums/c106/cc_meioeste/imagem-3.png)
 pesquisar2:
Título: Re: ADD novo intem no menu do forum
Enviado por: iuri morandini em 12 de Fevereiro de 2008, 21:53
ja resolvi :palmas
Título: Re: ADD novo intem no menu do forum
Enviado por: candidosa2 em 12 de Fevereiro de 2008, 22:25
isso varia de tema pra tema.....

pra default podes pesquisar no index.template.php

// Show the start of the tab section.


depois pode ver...

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

if($settings['TPortal_front_type']!='boardindex')
// Show the [forum] button.
echo ($current_action=='forum' || $context['browser']['is_ie4']) ? '<td class="maintab_active_first">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action=='forum' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=forum">'.$txt['tp-forum'].'</a>
</td>' , $current_action=='forum' ? '<td class="maintab_active_last">&nbsp;</td>' : '';

esta ai..
Agora se for pra tinyportal...ele instala...