Konu içinde bulunan cevap yaz butonunun yanına yeni konu butonunu nasıl koyabılırız ? Bir bilgisi olan var mı?
16
●1.690
'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']),Altına 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'), 
'can_reply' => 'post_reply',
);Altına Ekle $anyown_permissions['can_post_new'] = 'post_new';
if ($modSettings['pollMode'] == '1')
$anyown_permissions['can_post_poll'] = 'poll_post';ve sonra yeni yaptığım display.template.php yi kullan