- Posts: 24
- Thank you received: 0
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
17 years 1 month ago #8833
by test12
Pagination in Recent Discussions was created by test12
Please Log in or Create an account to join the conversation.
17 years 1 month ago #8838
by nzjacob
Replied by nzjacob on topic Re:Pagination in Recent Discussions
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.
17 years 1 month ago - 17 years 1 month ago #8874
by test12
Replied by test12 on topic Re:Pagination in Recent Discussions
Last edit: 17 years 1 month ago by test12.
Please Log in or Create an account to join the conversation.
17 years 1 month ago #9110
by test12
Replied by test12 on topic Re:Pagination in Recent Discussions
Sorry for pushing thead :blush:
Realy no idea how to hack this ?!
Realy no idea how to hack this ?!
Please Log in or Create an account to join the conversation.
17 years 1 month ago - 17 years 1 month ago #9149
by orthanc
Replied by orthanc on topic Re:Pagination in Recent Discussions
Look at the flat.php in template directory of your Kunena template.
search:
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
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.
17 years 1 month ago #9321
by test12
Replied by test12 on topic Re:Pagination in Recent Discussions
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
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