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