Forums / Cotonti / Support / Pagination

In forums.

Twiebie
#1 2010-09-30 11:32
When I have for example a forum topic with 6 pages, the pagination is only showing page 1, 2, 3, 4, 5.
Is there a possibility to have it display for example: 1, 2, 3, 4, 5, Last.

So when for example the topic has 20 pages it shows something like:
1, 2, 3, 4, 5, 10, 15, Last.

Image for better understanding:
GHengeveld
#2 2010-09-30 16:36
It should have a double arrow for the first/last page. It's probably trivial to change this to the word Last.

Update: didn't see your image. It looks like your arrows are in the wrong place (usually the next/last buttons are on the right of the numbers.
Twiebie
#3 2010-09-30 16:59
You're right, I see the problem.

{FORUMS_POSTS_PAGEPREV} {FORUMS_POSTS_PAGENEXT} {FORUMS_POSTS_PAGES}

Should be:

{FORUMS_POSTS_PAGEPREV} {FORUMS_POSTS_PAGES} {FORUMS_POSTS_PAGENEXT}

I copied it from the Sed-Light skin, and for some reason it has the arrows on the wrong side.

Thanks.