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 Aurelia tooltips breaks pagination

More
2 years 2 months ago #230697 by rob parker
Load Tooltips is now set to Yes. Late night here in Oz, I won't be around for at least 8 hours. Hope you fimd an answer - but as I said in my original post, it appears to be a problem in /com_kunena/template/aurelia/layouts/widget/pagination/item/default.php line 25, which doesn't put a space before the href statement in the <a> tag in the page source code when tooltips is set .

Rob

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

More
2 years 2 months ago - 2 years 2 months ago #230699 by Pinkeltje
Somehow there is an error in the generated html:
Code:
<li class="page-item"> <a class="page-link" "hastooltip"href="/kunenaforum/general-discussion?template=cassiopeia&amp;start=0" data-bs-toggle="tooltip" title="Page:1">1</a> </li>
there is no space before href
When I change it to
Code:
<li class="page-item">             <a class="page-link" "hastooltip"="" href="/kunenaforum/general-discussion?template=cassiopeia&amp;start=0" data-bs-toggle="tooltip" title="Page:1">1</a>           </li> it works.
It might be caused by a plugin you installed on your site. Maybe plg_system_itcs_scroll2top
 
Last edit: 2 years 2 months ago by Pinkeltje.

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

More
2 years 2 months ago #230721 by rob parker
It's not the itcs_scroll2top plugin, or any of the non-Joomla core plugins; I've done a lot of checking.

I don't understand how any plugin could affect the output from a line of php code in a Kunena layout section of the site.

Rob

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

More
2 years 2 months ago #230722 by Pinkeltje
Neither do I, but I really don't know what else it could be. As you see in my code I tested with Cassiopeia to make sure it wasn't a conflict with your template. Template Creator is sometimes to blame in my experience. But that's not the case either.

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

More
2 years 2 months ago #230725 by rich
What happens if you set "Load bootstrap css" to No in Aurelia?

Important! Always create a backup before you make any changes to your website!

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

More
2 years 2 months ago #230726 by rob parker
I get an alert (from some custom error trapping) that there's there's been an error in processing the page. But the pagination is still broken when Load Tooltips is Yes, and works (with no error alerts) when Load Tooltips is No.

Rob

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

Time to create page: 0.256 seconds