Hi, I've got an unusal problem. When I first upgraded to SMF, I was forced to create a new database (for whatever reason the the upgrader didn't work), so I created a new database and directory structure with the clean install. Now comes the problem. After having my new SMF board up, I want to incorperate the old yabbse data in my SMF board.
Is there a way to do this?
I have already tried to run some queries to insert the records from yabbse_messages, yabbse_topics, yabbse_boards (with updating the board id's to the new id's) and the yabbse_members (filtering out members that are already a part of SMF). When I did this, My topics and messages were added, but nothing was syncronized (ie I would click on a website update topic and end up reading something completely different) Keep in mind that the id's are auto_increment keys but I thoght I took care of that my updating the dependant keys by adding the number of id's to sync up. I ended up with only a few messages being linked up correctly.
Please help if possible. Thanks!