Increase number of entries in admin panel
  • If you go to your Flatpress Admin Panel / Entries /  Manage Entries you see 8 entries on one page.
    If you wan't to increase this number do the following:

    1. Open FLATPRESSFOLDER/admin/panels/entry/ admin.entry.list.php
    2. Change the number in line 54 to what you like ($defcount = 8; // <-- no magic numbers! todo: add config option?)

    I changed it to 500 :)

    Best regards
    LTB
  • Thank you!