We are currently doing a face-lift to our current website using the Joomla! CM and we wish to also use the Forum module. We currently have our forum on newbb and we would like to import the users, the subjects and the posts from the old forum into our new one. Is there a conversion tool to do do and if not, how can I get to accomplish
that import taks?
Ellie,
I'm sorry about that, but there are no importers now. The only way to import data is using SQL Statements. E.g.:
Code
INSERT INTO #__joobb_users...
SELECT FROM newbb_users...