- Posts: 635
- Thank you received: 97
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.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.
Solved Wrong text in Kunena Latest category selection
According to the entry in /modules/mod_kunenalatest/language/en-GB/en-GB.mod_kunenalatest.ini and also de-DE/de/DE.mod_kunenalatest.ini, "MOD_KUNENALATEST_PARAM_CATEGORYLIST_NONE" should be displayed here.
This is also what it says in mod_kunenalatest.xml.
If I compare it with the previous version of Kunane Latest, it should only say "All / None".
Gindi
Please Log in or Create an account to join the conversation.
I will create a ticket.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
gindi
Please Log in or Create an account to join the conversation.
Thanks, I noted that in the ticket. github.com/Kunena/Kunena-Addons/issues/314If I change the entry "MOD_KUNENALATEST_PARAM_CATEGORYLIST_ALL" in line 155 in mod_kunenalatest.xml to "MOD_KUNENALATEST_PARAM_CATEGORYLIST_NONE", the display is normal.
gindi
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- carol1987grayson
- Offline
- New Member
- Posts: 1
- Thank you received: 0
I understand that you’re experiencing an issue with the text displayed in the Kunena Latest category selection. To address this, follow these steps:
Edit the XML File:
Open the mod_kunenalatest.xml file.
Look for the line with the string “MOD_KUNENALATEST_PARAM_CATEGORYLIST_ALL.”
Change the String:
Modify the string from “ALL” to “NONE.”
The corrected line should read: none="MOD_KUNENALATEST_PARAM_CATEGORYLIST_NONE"
Save the Changes:
Save the modified mod_kunenalatest.xml file.
Test the Result:
Restart your Kunena Latest module or refresh the page where it’s displayed.
Verify that the category selection now correctly shows “All / None.”
Remember to back up the original file before making any changes. If you encounter any issues, you can revert to the original version. This adjustment should ensure that the correct text is displayed in the category filter.
Hope this will solve your issue.
Best Regards
Carol Greyson
Please Log in or Create an account to join the conversation.
Thanks for the suggestion but I have been doing the process you describe for a long time.
This enabled me to describe the solution to the problem.
gindi
Please Log in or Create an account to join the conversation.