change number of members in members block - browse.php

anyone know where to adjust the number of members on display in the members block on browse.php ?

 

Quote · 12 Jul 2011

In 7.0.7 you open browse.php and look for the following lines:

 


74    if ( isset($_GET['per_page']) ) {
75        $iPerPage = (int) $_GET['per_page'];
76    } else {
77        if ( $sInfoMode == 'extended' )
78            $iPerPage = 5;
79        else
80            $iPerPage = 64;
81    }       

 

The line numbers may be different in yours, but the lines are the same. To change the "Simple" view, change the number "64" to the number of profiles you want to show. To change the "Expanded" view, change the number "5" to the number of profiles you want to show in expanded view.

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