Online/Offline Статус
1. Открыть файл "templates/profile.tpl"
Найти:
{* DISPLAY ONLY IF PROFILE IS NOT PRIVATE TO VIEWING USER *}
{else}
Ниже добавить:
{* BEGIN STATUS *}
{if ($owner->level_info.level_profile_status != 0 && ($owner->user_info.user_status != "" || $owner->user_info.user_id == $user->user_info.user_id)) || $is_online == 1}
{/if}
{* SUPREME EDITION V2 BEGIN ONLINE/OFFLINE STATUS *}
<table cellpadding='0' cellspacing='0' width='100%' style='margin-bottom: 10px;'>
<tr>
<td class='header'>{lang_print id=768}</td>
<tr>
<td class='profile'>
{if $is_online == 1}
<center><img src='./images/online.gif' border='0' class='icon'></center>
<center>{lang_sprintf id=845 1=$owner->user_displayname_short}</center>
{/if}
{if $is_online == 0}
<center><img src='./images/offline.png' border='0' class='icon'></center>
<center>{lang_sprintf id=3510023 1=$owner->user_displayname_short}</center>
{/if}
</td>
</tr>
</table>
{* END SUPREME EDITION V2 ONLINE STATUS *}
{* END STATUS *}
2. Загрузить изображение из архива в /images:
Файлы- Files:
Скачать Social Engine Online/Offline Статус / DownLoad Social Engine Online/Offline Status
Версия - Version: -
Images Status: