Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Question Duplicate Attribute Error

More
2 weeks 6 days ago #1 by sadw
1

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

More
2 weeks 5 days ago #2 by sadw
Replied by sadw on topic Duplicate Attribute Error
Its within file C:\xampp\htdocs\joomla\components\com_kunena\template\aurelia\layouts\widget\pagination\item\default.php

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

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

More
2 weeks 5 days ago #3 by Pinkeltje
Replied by Pinkeltje on topic Duplicate Attribute Error
Unable to reproduce either on this forum or on my testsite with Joomla 5.1.3, Kunena 6.3.4 and default Cassiopeia template.

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

More
2 weeks 5 days ago #4 by sadw
Replied by sadw on topic Duplicate Attribute Error
Hi. Just open this forum's topic Here error in Firefox. Look for page-link" class="hasTooltip" in source code - the error is there

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

More
2 weeks 5 days ago #5 by Pinkeltje
Replied by Pinkeltje on topic Duplicate Attribute Error
There is no class hasTooltip and no error.
Code:
<ul class="pagination ms-0">         <li class="page-item disabled"><a class="page-link">Start</a></li><li class="page-item disabled"><a class="page-link">Prev</a></li><li class="page-item active"><a class="page-link">1</a></li><li class="page-item">             <a class="page-link" href="/forum/general-questions-and-how-tos/168532-joomla-cannot-find-kunena-update-site?start=10" data-bs-toggle="tooltip" title="Page:2">2</a>           </li><li class="page-item">             <a class="page-link" href="/forum/general-questions-and-how-tos/168532-joomla-cannot-find-kunena-update-site?start=10" data-bs-toggle="tooltip" title="Page:Next">Next</a>           </li><li class="page-item">             <a class="page-link" href="/forum/general-questions-and-how-tos/168532-joomla-cannot-find-kunena-update-site?start=10" data-bs-toggle="tooltip" title="Page:End">End</a>           </li>    </ul>
So i think it is a local problem.

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

More
2 weeks 4 days ago #6 by sadw
Replied by sadw on topic Duplicate Attribute Error
In Edge the same... I dont know why. 
  • Please Log in or Create an account to join the conversation.

    More
    2 weeks 4 days ago #7 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
    2 weeks 4 days ago #8 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
    2 weeks 4 days ago #9 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
    2 weeks 4 days ago - 2 weeks 4 days ago #10 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: 2 weeks 4 days ago by sadw.

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

    Time to create page: 0.467 seconds