Online members

Hi there,

Could someone please tell me if it's possible to remove the option to view all online members on the homepage module? It's doesn't look so good when guests see there aren't very many.

 

Many thanks in advance

Quote · 1 Jul 2011

go to "Administration" and "Builders" then "Page Blocks" and "Homepage"
is what is the module to which you refer

Quote · 1 Jul 2011

Hi,

 

Yeah, I'm looking to get rid of the option to see the online members. Not the block itself.

So it would just say "latest", "top" and "random".

 

Thanks.

Quote · 2 Jul 2011

...../templates/base/scripts    BxBaseIndexPageView.php

 

find

// top menu and sorting
        $aModes = array('last', 'top', 'rand', 'online');
        $aDBTopMenu = array();

 

change to

// top menu and sorting
        $aModes = array('last', 'top', 'rand');
        $aDBTopMenu = array();

 

 

Quote · 2 Jul 2011

Beautiful. Thanks very much for your help. Much appreciated.

Quote · 2 Jul 2011

Very nice!  Thank you.

...../templates/base/scripts    BxBaseIndexPageView.php

 

find

// top menu and sorting
        $aModes = array('last', 'top', 'rand', 'online');
        $aDBTopMenu = array();

 

change to

// top menu and sorting
        $aModes = array('last', 'top', 'rand');
        $aDBTopMenu = array();

 

 

 

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 19 May 2012

What about the number of online members showing on the block...can I monitor that as well?

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 18 Jun 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.