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

More
1 year 8 months ago #232024 by Gindi
Replied by Gindi on topic Duplicate Attribute Error
Maybe this link is helpful?
Link

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

More
1 year 8 months ago #232025 by sadw
Replied by sadw on topic Duplicate Attribute Error
I found the answer. “view source” shows the HTML of the page that came down from the server while F12 shows the current state of the DOM. I looked at source code by right click->View Page Source but it was different from when pressing F12 to launch Inspector.
 

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

More
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.

More
1 year 8 months ago - 1 year 8 months ago #232027 by sadw
Replied by sadw on topic Duplicate Attribute Error

OK. But what has this have to do with Duplicate Attribute Error?




 
I think error is still there but I read that browser doing some error correction:
  1. Browser error recovery of HTML
  2. Browser normalisation of HTML
  3. Manipulation of the DOM via JavaScript
Maybe browser just removing this error from html....
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.

More
1 year 8 months ago #232028 by Pinkeltje
Replied by Pinkeltje on topic Duplicate Attribute Error

I think error is still there

Where do you see the error?
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.

More
1 year 8 months ago - 1 year 8 months ago #232029 by sadw
Replied by sadw on topic Duplicate Attribute Error

I think error is still there

Where do you see the error?
As far as I can see there is nothing wrong with the code and pagination works perfect.


 
When I Press Ctrl U in Firefox to VIew Source Code I see this error when topic have more than 1 page
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