Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
KK,

Hi, is it possible delete more than one page of images (15) at a time in the gallery? I have 245 images i need to delete at a time, 15 at a time is very time consuming, is there another way or a variable that can be changed to allow more than 15 (one Page)?

Thanks
Hi,

Currently things are pretty much hard-coded, I am afraid.
With the coming admin-panel, we'll have the option to set the number of pages displayed.
KK,

Thanks for the response, I was able to make it so there are 50 images per page now by changing the following on line 913 of edit-pages.php. Changed $limit = 15 to $limit=50

Code: Select all
 // proceed with the default logic
        $name =  $tpl['title'] ? $tpl['title'] : $tpl['name'];
        $limit = 50;
        $pgn_pno = 1;
       


Are there any other ramifications of changing that KK?
Are there any other ramifications of changing that KK?
None that I can think of (except, of course, that your modification will be overwritten when you upgrade in the future).
Ok, Thanks for the info, Hopefully the next upgrade I do will include new admin panel, that will make this a non-issue anyway. Thanks again!
5 posts Page 1 of 1
cron