Profilde Yer ve Üyelik Tarihi Gösterme

Başlatan mbonsu35, 25 Tem 2014, 18:23

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

mbonsu35

Mod Adı: Join date and location in Posts and Personal Messages
Yazar: Jokerâ,,¢ 
Uyumluluk: 2.0, 2.0.1, 2.0.4
Açıklama: Konularda ve özel mesajlarda üyelik tarihi ve lokasyon göstermeye yarar.

Resimler:



İndirme Linki:
http://custom.simplemachines.org/mods/index.php?action=download;mod=2531;id=220630

Manuel kurulum:
Sources/ManageSettings.php'de bul

$config_vars = array(
// Mod authors, add any settings UNDER this line. Include a comma at the end of the line and don't remove this statement!!


Sonrasına ekle:

array('check', 'enable_join_date_post'),
array('check', 'enable_member_location_post'),
array('check', 'show_fields_to_guests'),
array('check', 'enable_join_date_pm'),
array('check', 'enable_member_location_pm'),
'',



Display.template.php'te bul:
// Show how many posts they have made.

Öncesine ekle:
//Show date registered
if (!empty($modSettings['enable_join_date_post']) && (!$context['user']['is_guest']))
echo  '<li>', $txt['join_date'], ':  ', timeformat($message['member']['registered_timestamp'] ,'%b %Y'), '</li>';

if($context['user']['is_guest'] && !empty($modSettings['show_fields_to_guests']) && !empty($modSettings['enable_join_date_post']))
echo  '<li>', $txt['join_date'], ':  ', timeformat($message['member']['registered_timestamp'] ,'%b %Y'), '</li>';

//Show there location
if (!empty($modSettings['enable_member_location_post']) && !empty($message['member']['location']) && (!$context['user']['is_guest']))
echo '<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';

if($context['user']['is_guest'] && !empty($modSettings['show_fields_to_guests']) && !empty($modSettings['enable_member_location_post']))
echo '<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';



PersonalMessage.template.php'de bul:
// Show avatars, images, etc.?

Öncesine ekle:
//Show date registered
if (!empty($modSettings['enable_join_date_pm']))
echo  '<li>', $txt['join_date'], ':  ', timeformat($message['member']['registered_timestamp'] ,'%b %Y'), '</li>';

//Show there location
if (!empty($modSettings['enable_member_location_pm']) && !empty($message['member']['location']))
echo '<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';


Modifications.english.php'de bul
?>

Öncesine ekle:

$txt['join_date'] = 'Join Date';
$txt['enable_join_date_post'] = 'Display Join Date in Posts';
$txt['enable_member_location_post'] = 'Display Member Location in Posts';
$txt['show_fields_to_guests'] = 'Show Join Date & Location in posts to guests as well';
$txt['enable_join_date_pm'] = 'Display Join Date in Personal Messages';
$txt['enable_member_location_pm'] = 'Display Member Location in Personal Messages';



Modifications.turkish.php'de bul
?>

Öncesine ekle:

$txt['join_date'] = 'Üyelik Tarihi';
$txt['enable_join_date_post'] = 'Üyelik tarihini mesajlarda göster.';
$txt['enable_member_location_post'] = 'Konumu mesajlarda göster.';
$txt['show_fields_to_guests'] = 'Üyelik tarihi ve lokasyonu ziyaretçilere göster.';
$txt['enable_join_date_pm'] = 'Üyelik tarihini kişisel mesajlarda göster';
$txt['enable_member_location_pm'] = 'Konumu kişisel mesajlarda göster';


Türkçesi bana aittir.

06ensar

benim profilde bunlar zaten var bunun içindemi mod varmış..

tarantula901

olmayan temlarda kullanılıyor su ankı versıyonlarda oldugu ıcın sıkıntı yok
Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin

husami

tarantula bunu optionla başka birşey eklemeyi nasıl yaparım profile üye oluken seçilsin paslanmışım iyice profile templateden mi oluyordu yoksa bunu değiştirip mi yapmalıyım
F1 online menejerlik oyunu

indirmek yok kurmak yok üye olmak yeterli yarışlar canlı

salı ve cuma 21de

oyunun linkinden üye olup aramıza katılabilirsiniz
https://www.gpro.net/?id=16B7385991EE

buda whatsapp grubumuz
https://chat.whatsapp.com/CVMxaGyNizFFarkMr2oRsJ

tarantula901

Profile yeni birşey eklemek istiyorsaniz ozel profil kismindan yeni alan ekleyebilirsiniz.

Çekirdek ayarlarından özel profil alanını aktif edin sonrasında özellikler seçenekler kısmından özel profil alanına girebilirsiniz.
Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin