Browse Results

Does anyone know how to change the NUMBER of results shown on the "Browse Profiles" browse.php page ?

Quote · 30 Apr 2010

You meen from the default of 64 in simple view or the default of 5 in extended view?

https://www.deanbassett.com
Quote · 30 Apr 2010

Search the below code in your browse.php  and Change the  $iPerPage = 64; from 64 to anything you want

if ( isset($_GET['per_page']) ) {
$iPerPage = (int) $_GET['per_page'];
} else {
if ( $sInfoMode == 'extended' )
$iPerPage = 5;
else
$iPerPage = 64;
}       

Another Day past.............................
Quote · 30 Apr 2010

Thank you!

Quote · 1 May 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.