- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
// show Friends<br />
if ($MemberIDInfo['usergroup'] == '1'
and $MemberIDInfo['hide_browse'] ='1')
{
$PowerBB->template->assign('status',"<img title='offline' src='$image_path/icon_user_offline.gif'>");
$PowerBB->_CONF['template']['_CONF']['lang']['IsOnline'] = '';
$PowerBB->_CONF['template']['_CONF']['lang']['user_lastvisit'] = '<div style="display: none;">';
$PowerBB->_CONF['template']['_CONF']['lang']['user_location_'] = '';
$PowerBB->_CONF['template']['Location']['user_location'] ='';
}