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

SMF 1.1.x (Móbulos Manual) => SMF 1.1.x Módulos Manual => Tópico começado por: candidosa2 em 02 de Maio de 2009, 20:19

Título: botão Novo Tópico
Mensagem de: candidosa2 em 02 de Maio de 2009, 20:19
(http://i276.photobucket.com/albums/kk39/apllic/sshot-9-7.png)

Display.template.php

Pesquisar
'reply' => array('test' => 'can_reply', 'text' => 146, 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';num_replies=' . $context['num_replies']),

Adicionar
[logged]'new_topic' => array((allowedTo('post_new')) ? 1 : 'test' => 'nothinglol', 'text' => 'smf258', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),[/logged]


(http://i276.photobucket.com/albums/kk39/apllic/sshot-10-6.png)