Frontend question

I have a block showing member photos on the main page, i need to set it up, to show random memebers, not newest? Any help appreciated  :)

Quote · 17 Jan 2009

I think you need the search into /templates/base/bxbaseindex.php

search for: 

function getBlockCode_Members() {

on line 388

Kids first
Quote · 17 Jan 2009

Thanx

Quote · 17 Jan 2009

there is no such file in /public_html/templates/base

Quote · 17 Jan 2009

/templates/base/scripts/bxbaseindex.php

in 2nd function getBlockCode_Members

change:

$mode = 'last';

to:

$mode = 'rand';

I have video tutorials to help you mrpowless.com
Quote · 17 Jan 2009

but how can I create a second block in which will be displaied online persons.. a separated block please

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