- Posts: 732
- Thank you received: 117
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 Duplicate Attribute Error
Link
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 976
- Thank you received: 153
Please Log in or Create an account to join the conversation.
I think error is still there but I read that browser doing some error correction:OK. But what has this have to do with Duplicate Attribute Error?
- Browser error recovery of HTML
- Browser normalisation of HTML
- Manipulation of the DOM via JavaScript
Like I said before its within this file C:\xampp\htdocs\joomla\components\com_kunena\template\aurelia\layouts\widget\pagination\item\default.php
If I remove this KunenaTemplate::getInstance()->tooltips(true) .
Before
<a class="page-link" ' . KunenaTemplate::getInstance()->tooltips(true) . ' href="' . $item->link . '" data-bs-toggle="tooltip" title="' . Text::_('COM_KUNENA_PAGE') . $item->text . '">' . $item->text . '</a>
After
<a class="page-link" ' . ' href="' . $item->link . '" data-bs-toggle="tooltip" title="' . Text::_('COM_KUNENA_PAGE') . $item->text . '">' . $item->text . '</a>
Error is gone !
Please Log in or Create an account to join the conversation.
- Posts: 976
- Thank you received: 153
Where do you see the error?I think error is still there
As far as I can see there is nothing wrong with the code and pagination works perfect.
Please Log in or Create an account to join the conversation.
When I Press Ctrl U in Firefox to VIew Source Code I see this error when topic have more than 1 page
Where do you see the error?I think error is still there
As far as I can see there is nothing wrong with the code and pagination works perfect.
Please Log in or Create an account to join the conversation.