- Posts: 77
- Thank you received: 10
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Kunena 6.4.x - Paginator issue
1 month 3 days ago #234548
by guidocx84
Kunena 6.4.x - Paginator issue was created by guidocx84
Hello,
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.
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:
Code:
echo '<li class="page-item">
<a class="page-link" [b]' . KunenaTemplate::getInstance()->tooltips(true) . '[/b] href="' . $item->link . '" data-bs-toggle="tooltip" title="' . Text::_('COM_KUNENA_PAGE') . $item->text . '">' . $item->text . '</a>
</li>';
with this:
Code:
echo '<li class="page-item">
<a class="page-link" href="' . $item->link . '" data-bs-toggle="tooltip" title="' . Text::_('COM_KUNENA_PAGE') . $item->text . '">' . $item->text . '</a>
</li>';
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.
1 month 2 days ago - 1 month 2 days ago #234554
by ruud
sharing = caring
Replied by ruud on topic Kunena 6.4.x - Paginator issue
Hi,
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.
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.
sharing = caring
Last edit: 1 month 2 days ago by ruud.
Please Log in or Create an account to join the conversation.
3 weeks 5 days ago #234561
by guidocx84
Hi ruud! I have tested your fix and I confirm it works! You can do a PR for it. Many thanks!
Replied by guidocx84 on topic Kunena 6.4.x - Paginator issue
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!
The following user(s) said Thank You: ruud
Please Log in or Create an account to join the conversation.
3 weeks 5 days ago #234563
by ruud
sharing = caring
Replied by ruud on topic Kunena 6.4.x - Paginator issue
Hi,
just did a PR ( github.com/Kunena/Kunena-Forum/pull/9994 )
Thanks for reporting and for testing the fix!
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.
6 days 5 hours ago - 6 days 5 hours ago #234716
by guidocx84
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!
Replied by guidocx84 on topic Kunena 6.4.x - Paginator issue
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!
Last edit: 6 days 5 hours ago by guidocx84.
The following user(s) said Thank You: rich
Please Log in or Create an account to join the conversation.
6 days 3 hours ago #234721
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Kunena 6.4.x - Paginator issue
This fix is included in K7.0.2. I must have overlooked it when I wrote the changelog, and have now added it.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds