- Posts: 37
- Thank you received: 0
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Question Kunena menu active Tab problem
- profesionalas
-
Topic Author
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- profesionalas
-
Topic Author
- Offline
- Junior Member
-
- Posts: 37
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- profesionalas
-
Topic Author
- Offline
- Junior Member
-
- Posts: 37
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- profesionalas
-
Topic Author
- Offline
- Junior Member
-
- Posts: 37
- Thank you received: 0
Problem was there:
Link "more topics" not working for my forum too. When in backend mod_kunenalatest I select Module Output to latest topics. When I click more topics link it redirects to forum and shows that active Recent topics tab (blue tab). But nothig showing. When I press Recent topics tab (same blue tab) it start to show. I notice that link when I press more topics in latest module are: index.php?option=com_kunena&func=latest&do=latesttopics&Itemid=91 When I press recent topics in forum link is: index.php?option=com_kunena&view=latest&Itemid=91 I use two menius, one for registerd users and other for guest. But link to forum are avialable only in registered menu. Help please.
solved changing in public_html/modules/mod_kunenalatest/tmpl/default.php
from
( JText::_ ( 'MOD_KUNENALATEST_MORE_LINK' ) , $this->latestdo );
to
( JText::_ ( 'MOD_KUNENALATEST_MORE_LINK' ) , $this->latest );
But in login recent topics link I have nothing changed and it shows same not active tab when it is changed in kunena menu
Please Log in or Create an account to join the conversation.