Hello,
Thank you @pfaffman for the work on the InvisionBoard converter.
I’ve been able to set it up, to connect to my remote database but I have a few questions after browsing the code and facing script errors.
- What version of IPBoard
OLD_FORMAT
is meant for? I don’t have anipb_forums_posts
(old format) and I don’t have anipb_attachment
either (with v4.3) - What is
USERDIR
for? - Does
AVATARS_DIR
implies avatars to be stored locally somewhere, and they are being copied to Discourse from the filesystem, not via HTTP? - What are the implications of having
ID_FIRST
being set totrue
? I’m new to Discourse and I don’t yet grasp the meaning ofpermalink_normalizations
being set or not - If an install fails, can I re-run it without duplicating previously imported data? (in case I hack and rerun the importer multiple times)
Thanks for your help,
I’d be happy to submit a pull request if I manage to bring the import somewhere