Profile Photos Random

I'd like to change the default "latest" photos to "Randon" on "Profile Photos" Block to display the photos randomly rather than the latest photos when I visit the site. Is there a way I can do that whether from the source code or from Admin?

 

Thanks of any input you can provide.

 

-AJ

Quote · 30 Dec 2009

Im wondering the same thing, Only I would like it to display the "top" photos. Thanks in advance anyone.

Quote · 30 Dec 2009

You can go to your admin panel>modules>photos and click the settings in the top right and change this value:

Show files on index page:

But only to Last or Top.

Chris

SCRATCH THIS.. Didnt notice the D6.1 sorry

Nothing to see here
Quote · 30 Dec 2009

ok, got it!

Go to /templates/base/scripts/BxBaseIndex.php

about a third of the way down the page youll find this code.

if ( $_GET['Mode_p'] == 'rand' or
$_GET['Mode_p'] == 'last' or
$_GET['Mode_p'] == 'top' )
$mode = $_GET['Mode_p'];
else
$mode = 'last';

Change " $mode = 'last';" to " $mode = 'rand'; "

hope this help

Quote · 30 Dec 2009

Thanks Selen for your input. I am wondering if the change you did will affect ALL Blocks on front page. Please note, I am only interested to change "Profile Photos" block to display random pics. Does your code do that?

Thanks again.

 

-AJ

Please note, I am using D6.1

Quote · 30 Dec 2009

Does anybody know which file is to be edited in 7.0?

 

thx

Quote · 26 Oct 2011

Anybody can help?

Quote · 13 Nov 2011
 
 
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.