Page 1 of 1

Is there a limit to images per page?

Posted: Tue Sep 03, 2019 3:09 pm
by Eisengeist
Just as I spent some time and research setting up Bludit to my needs it occured to me that I'm not able to upload more than 20 images per page. Can that be changed in some settings file? I searched high and low and am a little frustrated with this tiny problem. ^^

Re: Is there a limit to images per page?

Posted: Tue Sep 03, 2019 4:21 pm
by ozbod
Hi Jay gave me this snippet of info a short while ago, not sure if it will help you but might be worth a look:

"Btw, you can set manually the amount of uploaded pictures per page in /boot/variables.php file"

Re: Is there a limit to images per page?

Posted: Tue Sep 03, 2019 5:48 pm
by Edi
Yes, it is (line 28/29):

Code: Select all

// Items per page for admin area
define('ITEMS_PER_PAGE_ADMIN', 20);

Re: Is there a limit to images per page?

Posted: Wed Sep 04, 2019 10:21 am
by Eisengeist
Thanks, you two, for the quick help.

I actually stumbled upon this little snippet during my high-and-low search. Then I applied th changes. But at first nothing happened. Now everything works fine. Thanks again.

You have to admit that "ITEMS_PER_PAGE_ADMIN" could be a bit misleading, even with the commentary "Items per page for admin area" above. :D So I wasn't sure I was even testing the appropriate setting. :)

Re: Is there a limit to images per page?

Posted: Wed Sep 04, 2019 11:06 am
by Edi
Eisengeist wrote: Wed Sep 04, 2019 10:21 am You have to admit that "ITEMS_PER_PAGE_ADMIN" could be a bit misleading, even with the commentary "Items per page for admin area" above. :D
I think not at the moment. Because it also defines the number of contents in the admin area.