For users who have a large number of surveys in the
system, it may be useful to be able to set a variable
to say 25 surveys displayed per page. This way it
won't take a year to open a page which will list a
large number of surveys.
attached is a diff file of admin/include/where/results.inc
with changes to allow a predefined number of survey links to
appear in the "view results" page of phpESP.
IN addition to the changes in this file please also add the
following lines to
your phpESP.ini.php file:
// Number of surveys to list per page in results view:
$ESPCONFIG['no_surveys'] = 15;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This should be done in a general way that works for all the
lists of surveys we have(edit, copy, purge, etc...) and
should worked into the new UI for 2.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=198398
This is worth implementing as I too have seen the effects of
this and waiting for the page to load can be frustrating.
Logged In: YES
user_id=198398
attached is a diff file of admin/include/where/results.inc
with changes to allow a predefined number of survey links to
appear in the "view results" page of phpESP.
IN addition to the changes in this file please also add the
following lines to
your phpESP.ini.php file:
// Number of surveys to list per page in results view:
$ESPCONFIG['no_surveys'] = 15;
Logged In: YES
user_id=14116
This should be done in a general way that works for all the
lists of surveys we have(edit, copy, purge, etc...) and
should worked into the new UI for 2.0.
Logged In: YES
user_id=198398
yes indeed.
I'll start coding it for all lists.