How to change the profiles on Browse Members?

Is there a way to make the profiles that show up on the Browse Members page to be random?  Right now I have the same eight faces always there, and they were the first eight signups on my site.  I'd love to give users different profiles to look at to encourage browsing.

Thanks

Quote · 9 Jun 2010

Hello!

Find this string in browse.php file:


$profiles_list_query = "SELECT `ID`, `NickName`, `Sex`, `DateOfBirth`, `Couple` FROM `Profiles` WHERE {$sql_add} AND `Profiles`.`Status`='Active' ORDER BY `Couple` ASC, `Picture` DESC LIMIT {$real_first_p}, {$p_per_page}";

and change / add ORDER BY part.


NB - but using random sorting isn't adviced even by official MySQL developers...

Regard

Quote · 9 Jun 2010
 
 
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.