Sürüm: --
Yazar: primehalo
Kod Düzenleme: muiketi
Açıklama: Kendi İletileriniz linki yanına Kendi Konularınız linki ekler
Uyumlu olduğu phpBB3 sürümleri:
- phpBB 3.0 RC3
Dil dosyaları/eklemeleri:
- Türkçe
Lisans: GNU General Public License v2
Kurulum zorluğu: Kolay
Kurulum süresi: 2 Dakika
Dosya formatı: .txt
- Kod: Tümünü seç
-- [ AÇ ] --
search.php
-- [ BUL ] --
$l_search_title = $user->lang['SEARCH_SELF'];
-- [ SONRASINA EKLE ] --
$l_search_title = ($search_fields === 'firstpost') ? $user->lang['SEARCH_SELF2'] : $l_search_title;
-- [ AÇ ] --
includes\functions.php
-- [ BUL ] --
'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=egosearch'),
-- [ SONRASINA EKLE ] --
'U_SEARCH_SELF2' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=egosearch&sf=firstpost'),
-- [ AÇ ] --
language\tr\common.php
-- [ BUL ] --
'SEARCH_SELF' => 'Kendi İletileriniz',
-- [ SONRASINA EKLE ] --
'SEARCH_SELF2' => 'Konularınız',
-- [ AÇ ] --
styles\prosilver\templates\overall_header.html
-- [ BUL ] --
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
-- [ DEĞİŞTİR ] --
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • <a href="{U_SEARCH_SELF2}">{L_SEARCH_SELF2}</a>
-- [ SON ] --
tümünü kaydet. çık..






