K kapilraw5383 New Member YetiShare User Sep 18, 2015 3 0 1 Feb 15, 2016 #1 I want option to display more than 250 files (um, need to have 500, 1000 and 2000) per page. Can anybody help me with this. Which files I need to edit in the code, etc.? Thanks!
I want option to display more than 250 files (um, need to have 500, 1000 and 2000) per page. Can anybody help me with this. Which files I need to edit in the code, etc.? Thanks!
P paypal1352 New Member YetiShare User Wurlie User Mar 2, 2012 297 2 0 Feb 15, 2016 #2 at the top of _header_file_manager.inc.php in the themes/partial folder towards the top you'll find $perPageOptions = array(15, 30, 50, 100, 250); $defaultPerPage = 100; change it for example to something like this $perPageOptions = array(15, 30, 50, 100, 250, 500, 1000, 2000); $defaultPerPage = 250;
at the top of _header_file_manager.inc.php in the themes/partial folder towards the top you'll find $perPageOptions = array(15, 30, 50, 100, 250); $defaultPerPage = 100; change it for example to something like this $perPageOptions = array(15, 30, 50, 100, 250, 500, 1000, 2000); $defaultPerPage = 250;