Arşiv Anasayfa Modifikasyonlar
Sayfalar: 1
Konu içinde extra yeni konu butonu By: MaLi Date: 03 January 2008, 19:36:38

Display.template.php de bul

:  
'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']),

üstüne ekle


:  
  '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'),