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 RESOLVED: Assign forum posts from deleted account to new account?
Any ideas would be greatly appreciated.
Please Log in or Create an account to join the conversation.
As it is the more-or-less the policy of this website to not provide specific instructions about what changes to make in SQL - because, in the hands of inexperienced users, there's a very real danger of totally messing up your website - I don't propose to go any further at this time than to give you general advice. I hope that helps.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you delete a user account and then want to assign user posts to a different account, do this:
BACKUP YOUR DATABASE!
1. Open your forum (front end)
2. Locate the orphaned post and note the ID number
3. Locate the user account ID you want to assign the orphaned posts to
3. Log into phpmyadmin
4. Click on jos_kunena_messages
5. Sort this table by "id"
6. Locate the orphaned post ID number and click "Edit"
7. Look for "userid" and change this to the user account ID you want to associate it with
8. Save
Done.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.