Page 1 of 1

Items per Page Question!

Posted: Fri Apr 10, 2020 6:02 pm
by kolimbursi
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!

Re: Items per Page Question!

Posted: Wed Apr 15, 2020 7:55 am
by kolimbursi
Still having this issue - is there no way to set a custom amount of pages display? Admin panel: General/Advanced/Items per Page

Re: Items per Page Question!

Posted: Wed Apr 15, 2020 9:13 pm
by Jay
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..

Re: Items per Page Question!

Posted: Thu Apr 16, 2020 12:12 pm
by kolimbursi
Thanks that totally worked! I set the value now to 12 - this is more useful for my layout!