- 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
Sticky How to move, copy or merge my old Kunena forums from one site to another
- mlewis
-
- New Member
-
From there, even if users don't associate with the posts, they can at least continue the thread as ongoing.
Please Log in or Create an account to join the conversation.
- Jiminimonka
-
- Offline
- Elite Member
-
- YBAS!
jos_usergroups
jos_users
jos_user_profiles
jos_user_usergroup_map
and the collation is different for each database, i.e. jos_ could be jml_ or bbc_ or flb_ etc.
Please Log in or Create an account to join the conversation.
Minor correction to the terminology: the collation is the same (or it should be the same) but the table prefix name will probably be different in J! 1.7.Jiminimonka wrote: the collation is different for each database ...
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- karaokeamerica
-
Topic Author
- Offline
- Junior Member
-
- Posts: 32
- Thank you received: 1
That last part could be very likely.....
Please Log in or Create an account to join the conversation.
- mlewis
-
- New Member
-
- Thank you received: 0
Does not matter to me if the users are properly associated with their posts, so long as folks can continue threads from the last post.
Is that at all possible?
Please Log in or Create an account to join the conversation.
Well, it depends on whether the users in one site are same as the users in the target site. Again, it all comes back to the definition of what you mean by "migrate". If migrate means move from A to B then there's no issue involved here about keeping user IDs the same, because they will be the same. But it migrate means merge whatever is in A with whatever is in B then it's a whole new ball-game.karaokeamerica wrote: If the users are migrated already (keeping the same ID's) ...
You can't merge the users from A to B and keep the same IDs they were originally using before the merger took place; it's just not going to work. Likewise, if you ignore who owns which messages posted in forum A when you merge the messages into forum B then I don't know how you go about sorting out the mess.
Basically, you need to change all these ids (user ids, topic ids and post ids (and possible category ids, too) before you undertake the merger. This is not for the faint-of-heart or novice SQL player.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.