Presence?

Would anyone happen to know how to remove the presence box that shows online status? Please view the picture I attached, I want to remove the box highlighted in red

Presence.jpg · 81.7K · 97 views
SGeeZyyy
Quote · 17 Nov 2010

remove this code lines from member.php :

 

'header2' => array(
'type' => 'block_header',
'caption' => $sPresenceC,
'collapsable' => true,
'collapsed' => true,
'attrs' => array (
'id' => 'user_status_ac',
),
),
'UserStatus' => array(
'type' => 'custom',
'name' => 'Info',
'content' => $sUserStatus,
'colspan' => true
),
'header2_end' => array(
'type' => 'block_end'
),

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 18 Nov 2010

Yup that did it thanks a lot Sasha. Would you know how to remove the "tracker" box under that? Shown in attached pic.

tracker.jpg · 67.8K · 73 views
SGeeZyyy
Quote · 19 Nov 2010

remove these code lines from member.php :

 

'header4' => array(
'type' => 'block_header',
'caption' => $sActivityC,
'collapsable' => true
),
'ViewedMe' => array(
'type' => 'custom',
'name' => 'ViewedMe',
'content' => '<b>' . $sViewedMeC . ':</b> ' . _t('_N times', $iViewedMeContactsCnt),
'colspan' => true
),
'Blocked' => array(
'type' => 'custom',
'name' => 'Blocked',
'content' => '<b>' . $sBlockedC . ':</b> ' . $iBlockedContactsCnt . $sMembersC,
'colspan' => true
),
'Greeted' => array(
'type' => 'custom',
'name' => 'Greeted',
'content' => '<b>' . $sGreetedC . ':</b> ' . _t('_N times', $iGreetedContactsCnt),
'colspan' => true
),
'GreetedMe' => array(
'type' => 'custom',
'name' => 'GreetedMe',
'content' => '<b>' . $sGreetedMeC . ':</b> ' . $iGreetedMeContactsCnt . $sMembersC,
'colspan' => true
),
'header4_end' => array(
'type' => 'block_end'
),

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 19 Nov 2010

Thanks a lot Sasha...worked out perfect

SGeeZyyy
Quote · 19 Nov 2010

 

Thanks a lot Sasha...worked out perfect

You are welcome

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 19 Nov 2010

Hey Sasha, or anyone else, can you tell me how to remove the activity, privacy and subscription tabs from the dashboard. See picture attached.

Dashboard.jpg · 104.5K · 63 views
SGeeZyyy
Quote · 19 Nov 2010

Never mind I figured it out.

SGeeZyyy
Quote · 19 Nov 2010

 

Hey Sasha, or anyone else, can you tell me how to remove the activity, privacy and subscription tabs from the dashboard. See picture attached.

Hello it's very easy to do. Just go to admin - menu builder and move all your needed tabs to inactive zone!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 22 Nov 2010

shashE,

 

im having problem about status of presence.. even im online its show offline.. i need to relogin to make it online again..

 

how can i solve it?

Quote · 9 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.