Presence in Account Control

Hello, I need eliminate status busy and away that appears in Account Control option presence.

any idea to try? where can I changes?

 

regards

Quote · 9 Mar 2012

/inc/classes/BxDolUserStatusView.php

~ 11

    /**
     * Class constructor ;
     */
    function BxDolUserStatusView()
    {
        $this -> sHomeUrl = BX_DOL_URL_ROOT;
        $this -> aStatuses = array(

            'online'  => array(
                'icon8'  => 'sys_status_online.png',
                'icon'  => 'status_online.png',
                'title' => _t('_Online'),
            ),

            'offline' => array(
                'icon8'  => 'sys_status_offline.png',
                'icon'  => 'status_offline.png',
                'title' => _t('_Offline'),
            ),

            'away' => array(
                'icon8'  => 'sys_status_away.png',
                'icon'  => 'status_away.png',
                'title' => _t('_Away'),
            ),

            'busy'    => array(
                'icon8'  => 'sys_status_busy.png',
                'icon'  => 'status_busy.png',
                'title' => _t('_Busy'),
            ),
        );
    }



    /**
     * Class constructor ;
     */
    function BxDolUserStatusView()
    {
        $this -> sHomeUrl = BX_DOL_URL_ROOT;
        $this -> aStatuses = array(

            'online'  => array(
                'icon8'  => 'sys_status_online.png',
                'icon'  => 'status_online.png',
                'title' => _t('_Online'),
            ),

            'offline' => array(
                'icon8'  => 'sys_status_offline.png',
                'icon'  => 'status_offline.png',
                'title' => _t('_Offline'),
            ),

        );
    }

Quote · 9 Mar 2012

thanks   it  works perfect

Quote · 9 Mar 2012
 
 
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.