Buton Yapımı (SMF 2.0.x sürümü için)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı D®agon

  • Ezberletmez Öğretir
  • *******
  • Join Date: Mar 2008
  • Yer: Ankara
  • 11656
  • +524/-0
  • Cinsiyet: Bay
    • Arif Hocam
Buton Yapımı (SMF 2.0.x sürümü için)
« : 19 Ekim 2008, 00:58:27 »
SMF 2.0.x  sürümüne uyumlu buton eklemek için:

public_html/Sources/Subs.php dosyasını açın:

Ara:
Kod: You are not allowed to view links. Register or Login
$buttons = arr(
         'home' => array(
            'title' => $txt['home'],
            'href' => $scripturl,
            'show' => true,
            'sub_buttons' => array(
            ),
         ),


Altina ekleyin:
Kod: You are not allowed to view links. Register or Login
'butonadı' => array(
            'title' => 'Radyo',
            'href' => 'http://www.uyanangenclik.com/radyo.htm',
            'show' => true,
            'sub_buttons' => array(
            ),
         ),