Is there some sort of a "pagelimit" to set for the clickable pages of the paginator?
Assuming we have a paginator set for a blog with a limit for 5 pages and it has 50 posts in total.
This will set the paginator to 10 clickable numbers.
question
Is it possible to limit the numbers with eg. dots or and to set a certain range so it only covers like a certain limit of pages.
example explained
Let's assume we have 500 posts and 12 here is the current page. This would result in 100 clickable pages in the paginator. So is its possible to create something like this or something alike?
first << ... 9 10 11 12 13 14 15 ... >> last
clicking on 14 would result in:
first << ... 11 12 13 14 15 16 17 ... >> last
ps: remark "pagelimit" isn't a valid parameter and showed only to explain the issue itself.
ps2: This looks like a common problem so I assume there's some kind of answer towards this.
I've looked at: pagination and paginator but can't really find an answer. How does it deal with those issues right now out of the box (showing all)?
Assuming we have a paginator set for a blog with a limit for 5 pages and it has 50 posts in total.
This will set the paginator to 10 clickable numbers.
question
Is it possible to limit the numbers with eg. dots or and to set a certain range so it only covers like a certain limit of pages.
example explained
Let's assume we have 500 posts and 12 here is the current page. This would result in 100 clickable pages in the paginator. So is its possible to create something like this or something alike?
first << ... 9 10 11 12 13 14 15 ... >> last
clicking on 14 would result in:
first << ... 11 12 13 14 15 16 17 ... >> last
- Code: Select all
<cms:pages masterpage='nieuws.php' paginate='1' limit='1' pagelimit="7">
...
</cms:pages>
ps: remark "pagelimit" isn't a valid parameter and showed only to explain the issue itself.
ps2: This looks like a common problem so I assume there's some kind of answer towards this.
I've looked at: pagination and paginator but can't really find an answer. How does it deal with those issues right now out of the box (showing all)?