Main page member block

Which file controlls the members block on the main page? I would like mine to only show random members, and disable the tabs for latest, top, and online.

 

 

Thanks in advance,

Travis

Quote · 20 Nov 2009

Hello!

Need to edit function function getBlockCode_Members() in templates/base/scripts/BxBaseIndex.php file or redefine it in templates/tmpl_***/scripts/BxTemplIndex.php

Regard

Quote · 23 Nov 2009

Thank you for showing me which file it was.. I was pulling my hair out trying to figure it out. Very easy to change. For anyone who is interested in doing this open templates/base/scripts/BxBaseIndex.php. and find

 

function getBlockCode_Members() {

 

Below that a little bit find on or around line 360

 

 else
   $mode = 'last';

 

change 'last' to any of the following modes:

'online' - displays all online members

'rand' - Displays random members

'last' - Displays the latest members

'top' - Displays the most active members (I think)

 

Works like a charm!

Quote · 3 Dec 2009
 
 
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.