- Posts: 36
- Thank you received: 4
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 #232014
by sadw
Duplicate Attribute Error was created by sadw
1
Please Log in or Create an account to join the conversation.
1 year 8 months ago #232017
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>
<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.
Less
More
- Posts: 973
- Thank you received: 153
1 year 8 months ago #232018
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.
1 year 8 months ago #232020
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.
Less
More
- Posts: 973
- Thank you received: 153
1 year 8 months ago #232022
by Pinkeltje
Replied by Pinkeltje on topic Duplicate Attribute Error
There is no class hasTooltip and no error.
So i think it is a local problem.
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>
Please Log in or Create an account to join the conversation.
1 year 8 months ago #232023
by sadw
Replied by sadw on topic Duplicate Attribute Error
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds