Hello. We recently purchased XF 2.2 to migrate from our existing forums. I have a seemingly functional phpbb2 import working. Our phpbb2 installation was heavily customized in 2007 and could not migrate to phpbb3 so I couldn't import it in the native manner. Instead, I wrote a php importer and a new scheme_class to do the job. Is there documentation on each schema data field I could reference to make certain I've not made grave errors that will haunt later? The XF forum with all the imported users, threads and posts seems to work perfectly, but I'm quite uncomfortable that I could not have it right from reverse engineering. I'd like to double check everything against docs before going live. What I was hoping to find is a list of all tables and columns with a definitions for the columns beyond the few that are documented in the tables themselves.
If there is no documentation such as this, the one column I'm certain I have wrong and need to correct, is secret_key in the xf_user table. Would anyone be able to tell me what the source of this element should be. It had no bearing on the password that I could see as I have authentication for password and conversion working seemingly fine with a new temporary conversion scheme_class. For now I've set it to a 32 character md5 hash as a placeholder but this is of course totally wrong.
Thank you for any light you can shed on this.
If there is no documentation such as this, the one column I'm certain I have wrong and need to correct, is secret_key in the xf_user table. Would anyone be able to tell me what the source of this element should be. It had no bearing on the password that I could see as I have authentication for password and conversion working seemingly fine with a new temporary conversion scheme_class. For now I've set it to a 32 character md5 hash as a placeholder but this is of course totally wrong.
Thank you for any light you can shed on this.