i have modificated my D7,

helo...., i'm triying to modificate my D7,

i modificated this file /templates/base/scripts/BxBaseIndex.php

.

.

i change this line:

.

function getMembers ($sBlockName, $aParams = array(), $iLimit = 16, $sMode = 'last') {
$aDefFields = array(
'ID', 'NickName', 'Couple', 'Sex'
);

$iOnlineTime = (int)getParam( "member_online_time" );

.

.

to this line of code:

.

.

function getMembers ($sBlockName, $aParams = array(), $iLimit = 16, $sMode = 'rand') {
$aDefFields = array(
'ID', 'NickName', 'Couple', 'Sex'
);

$iOnlineTime = (int)getParam( "member_online_time" );

.

but no change , hum, DOES IT BECOUSE CACHE FILE? IF YES, WHERE IS IT?

thank

=> http://friends.smansakra.sch.id => friends community based dolphin 7
Quote · 19 Jun 2009

oh, sorry, i have just found the answer, what i have to change is

.

$sMode = (in_array($_GET[$sBlockName . 'Mode'], $aModes)) ? $_GET[$sBlockName . 'Mode'] : $sMode = 'last';

.

.

change to :

.

$sMode = (in_array($_GET[$sBlockName . 'Mode'], $aModes)) ? $_GET[$sBlockName . 'Mode'] : $sMode = 'rand';

=> http://friends.smansakra.sch.id => friends community based dolphin 7
Quote · 19 Jun 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.