- Posts: 732
- Thank you received: 117
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 Duplicate Attribute Error
1 year 8 months ago #232024
by Gindi
Replied by Gindi on topic Duplicate Attribute Error
Maybe this link is helpful?
Link
Link
Please Log in or Create an account to join the conversation.
1 year 8 months ago #232025
by sadw
Replied by sadw on topic Duplicate Attribute Error
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 8 months ago #232026
by Pinkeltje
Replied by Pinkeltje on topic Duplicate Attribute Error
OK. But what has this have to do with Duplicate Attribute Error?
Please Log in or Create an account to join the conversation.
1 year 8 months ago - 1 year 8 months ago #232027
by sadw
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 !
Replied by sadw on topic Duplicate Attribute Error
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 !
Last edit: 1 year 8 months ago by sadw.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 8 months ago #232028
by Pinkeltje
As far as I can see there is nothing wrong with the code and pagination works perfect.
Replied by Pinkeltje on topic Duplicate Attribute Error
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.
1 year 8 months ago - 1 year 8 months ago #232029
by sadw
Replied by sadw on topic Duplicate Attribute Error
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.
Last edit: 1 year 8 months ago by sadw.
Please Log in or Create an account to join the conversation.
Time to create page: 0.313 seconds