Random Video and photo

How can I fix random video and photo blocks in the index page?

Quote · 28 Sep 2009

Some body can help me?? It's very important.

ths for your help

Quote · 29 Sep 2009

inc/classes/BxDolSharedMedia.php

Find function getBlockCode_SharedMedia($iUser = 0)

And this code

$iUser   = (int)$iUser;

$aManage = array('medID','medExt','medTitle','medUri');

$max_num = (int)getParam("top_photos_max_num");
$mode     = process_db_input( getParam("top_photos_mode") );

$mode = $_GET['sh_'.$this->sType.'Mode'];
if( $mode != 'rand' && $mode != 'top' && $mode != 'last')
$mode = 'last';


Edit last line to

$mode = 'rand';

Will change Video, Music and Photo Gallery on index page, account page and profile page

Quote · 29 Sep 2009

 

inc/classes/BxDolSharedMedia.php

Find function getBlockCode_SharedMedia($iUser = 0)

And this code

$iUser   = (int)$iUser;

$aManage = array('medID','medExt','medTitle','medUri');

$max_num = (int)getParam("top_photos_max_num");
$mode     = process_db_input( getParam("top_photos_mode") );

$mode = $_GET['sh_'.$this->sType.'Mode'];
if( $mode != 'rand' && $mode != 'top' && $mode != 'last')
$mode = 'last';


Edit last line to

$mode = 'rand';

Will change Video, Music and Photo Gallery on index page, account page and profile page

 

Hello,

 

thanks you very much

 

Quote · 30 Sep 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.