Yeni Kayıt Sistemi (Vbulletin tarzı)

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
Yeni Kayıt Sistemi (Vbulletin tarzı)
« : 10 Ekim 2008, 21:01:20 »
index.php dosyasında
bul:

Kod:
Kod: You are not allowed to view links. Register or Login
'activate' => array('Register.php', 'Activate'),
Altına Ekle

Kod:
      
Kod: You are not allowed to view links. Register or Login
'kayit' => array('kayit.php', 'kayit'),
İndex.template.php dosyasında

Bul

Kod:
   
Kod: You are not allowed to view links. Register or Login
// If the user is a guest, also show [register] button.
if ($context['user']['is_guest'])
echo ($current_action == 'register' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'register' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=register">' , $txt[97] , '</a>
</td>' , $current_action == 'register' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

Değiştir:

Kod:
Kod: You are not allowed to view links. Register or Login
// If the user is a guest, also show [register] button.
if ($context['user']['is_guest'])
echo ($current_action == 'register' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'register' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=kayit">' , $txt[97] , '</a>
</td>' , $current_action == 'register' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


NOT: kayit.template.php dosyasını temanizin içine kayit.php dosyasınıda sources klasörünün içine atın

   

Çevrimdışı D®agon

  • Ezberletmez Öğretir
  • *******
  • Join Date: Mar 2008
  • Yer: Ankara
  • 11656
  • +524/-0
  • Cinsiyet: Bay
    • Arif Hocam
Yeni Kayıt Sistemi (Vbulletin tarzı)
« Yanıtla #1 : 10 Ekim 2008, 21:19:39 »
Sitemize yaptık çokda güzel oldu...  0399