Modifikasyon Adı: Activity In Profile
SMF Mod Adresi: You are not allowed to view links.
Register or
LoginForum profilinde üyenin yaptığı etkinliği görmek için bir modifikasyon. (Nereye bakıyor)
./Themes/default/languages/Profile.english.phpBul (Dosyanın en sonunda):
?>
Öncesine Ekle: [Seç]
$txt['current_activity'] = 'Current Activity';
./Themes/default/Profile.template.phpBul:
if (!empty($modSettings['titlesEnable']) && !empty($context['member']['title']))
Değiştir:
// 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']))