Panelde Üyenin Yaptığı Etkinliği görme Modifikasyonu - Activity In Profile

0 Üye ve 2 Ziyaretçi konuyu incelemekte.

Çevrimdışı D®agon

  • Ezberletmez Öğretir
  • *******
  • Join Date: Mar 2008
  • Yer: Ankara
  • 11656
  • +524/-0
  • Cinsiyet: Bay
    • Arif Hocam
Modifikasyon Adı:  Activity In Profile
SMF Mod Adresi: You are not allowed to view links. Register or Login

Forum profilinde üyenin yaptığı etkinliği görmek için bir modifikasyon. (Nereye bakıyor) 

./Themes/default/languages/Profile.english.php

Bul (Dosyanın en sonunda):
Kod: You are not allowed to view links. Register or Login
?>
Öncesine Ekle: [Seç]
Kod: You are not allowed to view links. Register or Login
$txt['current_activity'] = 'Current Activity';

./Themes/default/Profile.template.php

Bul:
Kod: You are not allowed to view links. Register or Login
if (!empty($modSettings['titlesEnable']) && !empty($context['member']['title']))
Değiştir:
 
Kod: You are not allowed to view links. Register or Login

// Display the member's current activity
if (isset($context['member']['action']) && allowedTo('who_view')) {
echo '<dt>', $txt['current_activity'], ': </dt>
<dd>', $context['member']['action'], '</dd>';
}

if (!empty($modSettings['titlesEnable']) && !empty($context['member']['title']))