remove Latest from member box

How can I remove the Latest link from the member box and make it default to Online Members or random members?

 

thanks,

 

Dan

Quote · 20 Jan 2015

Don't know about removing but here is the link to random members:

 

http://www.boonex.com/forums/#topic/Random-members-Online-.htm

Quote · 20 Jan 2015

After you have added the code for random as outlined in the link above, you can set the default tab as shown below :

In the same file, find :

   $aModes = array('last', 'top', 'rand', 'online');

Replace with :

   $aModes = array('top', 'rand', 'online'); //to remove link for latest

 

Also, find (two occurrences) :

 

   $sMode = 'last';

 

Replace with :

 

    $sMode = 'online'; //for online by default

 

or Replace with :

 

   $sMode = 'rand'; //for random by default

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 Jan 2015

That did it!

thanks,

Dan

Quote · 22 Jan 2015
 
 
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.