- Posts: 35
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question FB to Kunena makes every previous link broken!
Please Log in or Create an account to join the conversation.
- johnnydement
-
- Offline
- Elite Member
-
- Posts: 934
- Thank you received: 5
Yiu may be using the table and fields whenre text of the messages is stored
Please, backup first
Please Log in or Create an account to join the conversation.
The update of the SQL is also a valid option. I suggest we add this as a task to our developer roadmap and add it as part of the automatic upgrade. We might be able to squeeze that one in for K1.0.8 and take care of that problem for many folks out there.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
No need, just go to mysqladmin or whatvere your host uses and run this script:
Code:update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, ‘find this string’, ‘replace found string with this string’);
Yiu may be using the table and fields whenre text of the messages is stored
Please, backup first
I will add this to the final K1.0.8 update script. I will automatically fix all links inside the forums.
Working on it right now.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
All internal links in messages and signatures that contain com_kunena, will get automatically updated to com_kunena by the installer.
This does not solve the problem that google and other might track com_kunena links. For that am htaccess rule that performs a 301 redirect would be the logical choice and it has been posted by members.
Hope this helps!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.