- Posts: 83
- Thank you received: 11
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Kunena 6.4.x - Paginator issue
from Kunena 6.4.4 to Kunena 6.4.9, many users of my Forum informed us they have issues with the topic paginator. They are not able to use it.
It is not something that everybody report and we have noticed it happens only with some browsers, from some PC or smartphones (iOS or Android).
The workaround we apply every time after a Kunena update is:
go to -> /com_kunena/template/aurelia/layouts/widget/pagination/item/default.php
and change this:
with this:
After that, the paginator works for everybody.
I would like to share this issue with you because maybe someone else have noticed it or don't know about the issue.
Thanks.
Please Log in or Create an account to join the conversation.
can you try this code instead of your own fix?
This should fix the issue, if you confirm I can do a PR for it.
sharing = caring
Please Log in or Create an account to join the conversation.
Hi,
can you try this code instead of your own fix?
Code:<a class="page-link ' . KunenaTemplate::getInstance()->tooltips() . '" href="' . $item->link . '" data-bs-toggle="tooltip" title="' . Text::_('COM_KUNENA_PAGE') . $item->text . '">' . $item->text . '</a>
This should fix the issue, if you confirm I can do a PR for it.
Hi ruud! I have tested your fix and I confirm it works! You can do a PR for it. Many thanks!
Please Log in or Create an account to join the conversation.
just did a PR ( github.com/Kunena/Kunena-Forum/pull/9994 )
Thanks for reporting and for testing the fix!
sharing = caring
Please Log in or Create an account to join the conversation.
Hi,
just did a PR ( github.com/Kunena/Kunena-Forum/pull/9994 )
Thanks for reporting and for testing the fix!
Hello Ruud,
do you know if the PR has been approved? I have seen the changelog of the latest release but I can't see this fix actually.
Thanks!
Please Log in or Create an account to join the conversation.
- Posts: 12287
- Thank you received: 2535
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.