viewing all members

Is it possible to view all members in one page? Extended view only shows 80 per page.  This will help with administration.  Help please.

Quote · 22 Nov 2010

open file administration/profiles.php

and find this code (show max 80 pr.page)

define('BX_DOL_ADM_MP_PER_PAGE', 32);
define('BX_DOL_ADM_MP_PER_PAGE_STEP', 16);

 

to this (show max 500 pr.page)

define('BX_DOL_ADM_MP_PER_PAGE', 200);
define('BX_DOL_ADM_MP_PER_PAGE_STEP', 100);

never tested it, but I asume it will work ok.Smile

Quote · 22 Nov 2010

yes it worked!! Thanks so much for your help.

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