Forum Zero
ForumZero

Konu İçinde Yeni Konu Aç Butonu Smf 2

Zero · 1 · 1482

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı Zero

  • Administrator
  • *
    • İleti: 1.757
    • Rep: 3153
    • Cinsiyet:Bay
    • Profili Görüntüle
1.1.x İçin
Display.Template.php ' de bul:

Kod: [Seç]
'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:
Kod: [Seç]
'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'),2.0 RC3 İçin
temanız/display.template.php

Kod: [Seç]
'reply' => array('test' => 'can_reply', 'text' => 'reply', 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';num_replies=' . $context['num_replies']),En Başta Olsun isterseniz üst satırına
Yanıtladan Sonra olsun isterseniz alt satırına:

Kod: [Seç]
'new_topic' => array((allowedTo('post_new')) ? 1 : 'test' => 'nothinglol', 'text' => 'new_topic', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),2.0 RC4 İçin
Display.template.php de bul:
Kod: [Seç]
     'reply' => array('test' => 'can_reply', 'text' => 'reply', 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';last_msg=' . $context['topic_last_message'], 'active' => true),Altına Ekle:
Kod: [Seç]
     'new_topic' => array('test' => 'can_post_new', 'text' => 'new_topic', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0', 'active' => true),
ForumZero♥♥♥