Menu

#83 Multiple pages for viewing lists.

open
gui (22)
5
2005-07-13
2004-08-13
No

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.

Discussion

  • Kon Angelopoulos

    • assigned_to: nobody --> angek
     
  • Kon Angelopoulos

    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.

     
  • Kon Angelopoulos

    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;

     
  • Kon Angelopoulos

     
  • Matthew Gregg

    Matthew Gregg - 2005-08-08

    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.

     
  • Kon Angelopoulos

    Logged In: YES
    user_id=198398

    yes indeed.
    I'll start coding it for all lists.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.