How to increase maximum shelves on a page #3378

Closed
opened 2026-02-05 06:32:36 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @xKugeki on GitHub (Dec 1, 2022).

Attempted Debugging

  • I have read the debugging page

Searched GitHub Issues

  • I have searched GitHub for the issue.

Describe the Scenario

Hello GitHub Community,

I created my website with bookstack and created some shelves and got now about 20 shelves.
After 18 shelves the rest will be placed on page 2.

Is there any way to increase the amount of shelves per page?
I tried to look inside the javascript files but I wasnt able to find the right settings for this.

Can you please help me out to find that settings?

I wish you a great day :)

Exact BookStack Version

v22.10

Log Content

No response

PHP Version

8.2

Hosting Environment

Ubuntu 22.04

Originally created by @xKugeki on GitHub (Dec 1, 2022). ### Attempted Debugging - [X] I have read the debugging page ### Searched GitHub Issues - [x] I have searched GitHub for the issue. ### Describe the Scenario Hello GitHub Community, I created my website with bookstack and created some shelves and got now about 20 shelves. After 18 shelves the rest will be placed on page 2. Is there any way to increase the amount of shelves per page? I tried to look inside the javascript files but I wasnt able to find the right settings for this. Can you please help me out to find that settings? I wish you a great day :) ### Exact BookStack Version v22.10 ### Log Content _No response_ ### PHP Version 8.2 ### Hosting Environment Ubuntu 22.04
OVERLORD added the 🐕 Support label 2026-02-05 06:32:36 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Dec 1, 2022):

👋

Is there any way to increase the amount of shelves per page?
I tried to look inside the javascript files but I wasnt able to find the right settings for this.

Yeah, this is drive by PHP-side logic, won't be in the JS.
You can find the listed number on this line:

69d702c783/app/Http/Controllers/BookshelfController.php (L43)

@ssddanbrown commented on GitHub (Dec 1, 2022): :wave: > Is there any way to increase the amount of shelves per page? > I tried to look inside the javascript files but I wasnt able to find the right settings for this. Yeah, this is drive by PHP-side logic, won't be in the JS. You can find the listed number on this line: https://github.com/BookStackApp/BookStack/blob/69d702c7830936e5ec8c5484446c04fddcc5f0fd/app/Http/Controllers/BookshelfController.php#L43
Author
Owner

@xKugeki commented on GitHub (Dec 2, 2022):

@ssddanbrown thank you very much :D
That fixed my problem :)

Have a nice day :)

@xKugeki commented on GitHub (Dec 2, 2022): @ssddanbrown thank you very much :D That fixed my problem :) Have a nice day :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3378