Items per Page Question!

Post Reply
kolimbursi
Ssr. Bludit
Posts: 24
Joined: Tue Feb 11, 2020 10:00 am

Hello! I guess this can be very easily resolved:

I would like to set items per page to 9 instead of max 8. (in advanced/content menu)

I am trying to find this setting in the kernel - where can I find this setting?

thank you very much!
kolimbursi
Ssr. Bludit
Posts: 24
Joined: Tue Feb 11, 2020 10:00 am

Still having this issue - is there no way to set a custom amount of pages display? Admin panel: General/Advanced/Items per Page
User avatar
Jay
Master Bludit
Posts: 133
Joined: Mon Feb 11, 2019 8:41 pm

I'd try with adding wanted values to array

Code: Select all

'options'=>array('1'=>'1','2'=>'2','3'=>'3','4'=>'4','5'=>'5','6'=>'6','7'=>'7','8'=>'8', '-1'=>$L->g('All content')),
located in \bl-kernel\admin\views\settings.php

Can't confirm it will work..
kolimbursi
Ssr. Bludit
Posts: 24
Joined: Tue Feb 11, 2020 10:00 am

Thanks that totally worked! I set the value now to 12 - this is more useful for my layout!
Post Reply