Simple Machines Community Forum

SMF Support => Converting to SMF => Topic started by: cgeek on August 22, 2014, 11:20:10 AM

Title: convert.php documentation?
Post by: cgeek on August 22, 2014, 11:20:10 AM
Hi.  I'm going to attempt to create a converter for a very customized system we have to SMF.  I've been plowing through various examples of converters in order to decipher the formatting and fields of the SQL convert script file for creating my steps, etc...  By chance, is there any documentation that exists on this?

Thanks!
Title: Re: convert.php documentation?
Post by: margarett on August 27, 2014, 05:21:43 AM
Unfortunately, there isn't... You really need to dig through the existing converters and check the behavior.

If you can't follow the regular converters schema, you can check how I did the converter from XF which is a totally different thing.

In any case, good luck ;)