- Posts: 9
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question Vbulletin to Kunena, jos_fb_messages
16 years 2 months ago #39230
by dany31
Vbulletin to Kunena, jos_fb_messages was created by dany31
Hi 
Sorry for my english, i'm french.
I'm migrating VBulletin to Kunena.
In VB, in "post" table, i have this fields
postid threadid parentid
in Kunena
id parent thread catid
What is exactly the correspondance ?
ok postid --> id
threadid --> thread ?
parentid --> ??????
Thanks for your support,
Dany
Sorry for my english, i'm french.
I'm migrating VBulletin to Kunena.
In VB, in "post" table, i have this fields
postid threadid parentid
in Kunena
id parent thread catid
What is exactly the correspondance ?
ok postid --> id
threadid --> thread ?
parentid --> ??????
Thanks for your support,
Dany
Please Log in or Create an account to join the conversation.
16 years 2 months ago #39252
by Matias
Replied by Matias on topic Re: Vbulletin to Kunena, jos_fb_messages
postid => id
parentid => parent
threadid => thread
catid can be found in another table (threads(?) table, most likely threadid(?))
parentid => parent
threadid => thread
catid can be found in another table (threads(?) table, most likely threadid(?))
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #39324
by dany31
Replied by dany31 on topic Re:Vbulletin to Kunena, jos_fb_messages
thanks Matias 
have you already migrate vbulletin to kunena ?
I have few problem with post migration
I can migrate posts, but next,I think there are a problem with id, thread or parent.. When I click on post (right panel, last post etc..) Kunena do not link to post id but to post thread.
For example, if
post id = 20000
parent = 19850
thread = 8600
Kunena try to search post #8600
But in jos_fb_messages table, id parent and thread are corrects (copied from postid, parentid and threadid from vbulletin)
have you already migrate vbulletin to kunena ?
I have few problem with post migration
I can migrate posts, but next,I think there are a problem with id, thread or parent.. When I click on post (right panel, last post etc..) Kunena do not link to post id but to post thread.
For example, if
post id = 20000
parent = 19850
thread = 8600
Kunena try to search post #8600
But in jos_fb_messages table, id parent and thread are corrects (copied from postid, parentid and threadid from vbulletin)
Last edit: 16 years 2 months ago by dany31. Reason: age
Please Log in or Create an account to join the conversation.
16 years 2 months ago #39333
by Matias
Replied by Matias on topic Re:Vbulletin to Kunena, jos_fb_messages
I'm not familiar with VB; I haven't even used it much.
And yes, Kunena does just like that. You need to fetch first message of that thread and that will be your threadid in kunena.
And yes, Kunena does just like that. You need to fetch first message of that thread and that will be your threadid in kunena.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #39334
by dany31
Replied by dany31 on topic Re:Vbulletin to Kunena, jos_fb_messages
hmm ok..
and thread = parent in Kunena ?
and thread = parent in Kunena ?
Please Log in or Create an account to join the conversation.
16 years 2 months ago #39337
by Matias
Replied by Matias on topic Re:Vbulletin to Kunena, jos_fb_messages
No. Parent looks the same as in VB. It's the post you answered to (reply/quote).
So to map thread from VB to Kunena, you need to look at the threads table and to find first message. That first message = thread in Kunena.
So to map thread from VB to Kunena, you need to look at the threads table and to find first message. That first message = thread in Kunena.
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds