Is it possible to view all members in one page? Extended view only shows 80 per page. This will help with administration. Help please.
Is it possible to view all members in one page? Extended view only shows 80 per page. This will help with administration. Help please. |
open file administration/profiles.php and find this code (show max 80 pr.page) define('BX_DOL_ADM_MP_PER_PAGE', 32);
to this (show max 500 pr.page) define('BX_DOL_ADM_MP_PER_PAGE', 200); never tested it, but I asume it will work ok. |
yes it worked!! Thanks so much for your help. |