Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Pagination in Recent Discussions

More
17 years 1 month ago #8833 by test12
Hi there

Ist there an hack to display more pages on an thread instead Pages[ 1,2,3...]

...like this one ?

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8838 by nzjacob
If you look at the Kunena forum here you will see it uses little boxes with numbers just like your image .. this was changed from 1.07 when 1.08 was released. What version of Kunena are you using ?

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago - 17 years 1 month ago #8874 by test12
Hi there

I use the newest one 1.0.8 but I don't mean the navigation on top and bottom...

I mean this inside thread itself...
Last edit: 17 years 1 month ago by test12.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #9110 by test12
Sorry for pushing thead :blush:

Realy no idea how to hack this ?!

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago - 17 years 1 month ago #9149 by orthanc
Look at the flat.php in template directory of your Kunena template.

search:
Code:
$startPage = $threadPages - 2;

increase the "2" to what you want.

Default "2" means last 3 pages are shown in pagination.
e.g. set it to "5", so the last 6 pages are shown in pagination.

edit: above is for category-view.

for pagination on tab "recent discussions" look for the same string in latestx.php
Last edit: 17 years 1 month ago by orthanc.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #9321 by test12
Thx orthanc

Your tip is usefull, but I mean the css design of the pagination to display it as little squares like on my first picture. Sorry I describe it wrong at first post :S

Please Log in or Create an account to join the conversation.

Time to create page: 0.253 seconds