- Posts: 4
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
This is for users to help other users, to discuss topics that relate to migrating from other web-based forums and converting the data into a form that will operate with Kunena.
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
Solved EasyDiscuss to Kunena
11 years 4 months ago #159797
by super
Replied by super on topic EasyDiscuss to Kunena
Well, hello again.
Since no one replied on my question, i started myself to convert from easy discuss > Kunena.
Thx to the posters above i was verry suprised all went well. Considering i never ever did queries in databases before (i even did not know what is was) thats a huge compliment to the posters above.
Excellent work and thaks a lot Rik and Ubelmort !
Just one note:
I had just 4 categories in Easy Discuss. After migrating they become sections wich turned to be in "no published categories" message in Kunena.
So if you like to see all the migrated posts in Kunena > Just make a new section and make the categories from easy discuss (wich become sections in Kunena) childs from the new section you created.
Bam!
Since no one replied on my question, i started myself to convert from easy discuss > Kunena.
Thx to the posters above i was verry suprised all went well. Considering i never ever did queries in databases before (i even did not know what is was) thats a huge compliment to the posters above.
Excellent work and thaks a lot Rik and Ubelmort !
Just one note:
I had just 4 categories in Easy Discuss. After migrating they become sections wich turned to be in "no published categories" message in Kunena.
So if you like to see all the migrated posts in Kunena > Just make a new section and make the categories from easy discuss (wich become sections in Kunena) childs from the new section you created.
Bam!
Please Log in or Create an account to join the conversation.
9 years 7 months ago #178508
by sulpher
Replied by sulpher on topic EasyDiscuss to Kunena
I've tried to migrate content from EasyDiscuss to Kunena 5.0. All answers in discussions are lost. E.g. original discussion have 20 answers (messages), after migration there is the only first message.
Please Log in or Create an account to join the conversation.
9 years 2 months ago #182580
by nican
Replied by nican on topic EasyDiscuss to Kunena
Yeah same issue here (replies to discussions are not being migrated), I guess Easydiscuss and Kunena are now different, this old method need to be updated.
Maybe is an easy fix, but I'm no expert.
Maybe is an easy fix, but I'm no expert.
Please Log in or Create an account to join the conversation.
8 years 6 months ago #194840
by dyvel
Replied by dyvel on topic EasyDiscuss to Kunena
I added an extra update to kunena_messages with this code to get answers into kunena.
Code:
UPDATE #_kunena_messages AS msg
SET msg.thread = msg.parent WHERE msg.parent = 0;
Please Log in or Create an account to join the conversation.
8 years 2 months ago #197313
by juhak
Replied by juhak on topic EasyDiscuss to Kunena
I managed to make the migration, thank you very much!!
But -- there are some posts that are not being visible.
I think that the problem was/is that they were directly under a category and when migrated some categories were migrated to sections. I can see the posts and topics in database, but not in forum.
I tried to make new section and then put the category as a child to it. I tried also movint the catogery under another category. Still the posts does not appear in the category.
Any ideas or scripts I Still need to run?
BR,
Juha
But -- there are some posts that are not being visible.
I think that the problem was/is that they were directly under a category and when migrated some categories were migrated to sections. I can see the posts and topics in database, but not in forum.
I tried to make new section and then put the category as a child to it. I tried also movint the catogery under another category. Still the posts does not appear in the category.
Any ideas or scripts I Still need to run?
BR,
Juha
Please Log in or Create an account to join the conversation.
8 years 1 month ago #198056
by xreliable
Replied by xreliable on topic EasyDiscuss to Kunena
will this work for easydiscuss 4 -> Kunena 5 ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.315 seconds