Converting from SMF to Vanilla
Hi,
I have an SMF forum coupled with Jfusion and Joomla.
Is there any converters are there to convert SMF to Vanilla?
I have an SMF forum coupled with Jfusion and Joomla.
Is there any converters are there to convert SMF to Vanilla?
Tagged:
0
Comments
There's always the manual way of doing a MySQL select and inserting it into Vanilla, but I'm almost sure someone is working on it.
Let's see what @Lincoln has to say about this question :-)
If there is some way you can reset all passwords in vanilla, then you can import everything, reset the passwords and the users can log in vanilla after they've created a new password.
SMF password patch. This patch enable login by smf hash
http://rghost.ru/4801035
smf class for vanilla porter
http://rghost.ru/4801063
ready to work vanilla porter
What now imported:
- User with birthdate, email, member_name and password
- Role form membergroups
- User_Role from id_group and additional group for user. post_group not included!
- Category & Boards. Category imported as root category in vanilla forum. Hierarchy saved.
- Discussions from topic + first_message as body and subject
- Comments from messages without first_message topic
Todo:
- User avatars
- Attach to discussion & comment
- Category permissions by group
- Conversations aka Private Message
Suggestions?