This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Changing the entries listing pagination
Started 11 years ago by danielmee | 2 posts |
-
Within the Admin area, viewing a form's entries displays a listing of about 15. I can't see any way of changing the pagination thresholds or removing it altogether. It was one of the things that annoyed me in the previous form software I used - the inability to see more than 10 entries on the page at a time when i would prefer to either remove pagination or have it around 100. If there is a bit of php I can edit I don't mind getting a little dirty in the code if I have to.
Posted 11 years ago # -
You can edit the "manage_entries.php" file. Search around line 618 for this code:
$entries_options['rows_per_page'] = 15;
simply change the above number.
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.