Your best shot is probably to fork off https://github.com/psychobunny/nodebb-plugin-import-phpbb and use nodebb-plugin-import with your custom modifications.
custom metadata in a post
-
Is it possible to include additional metadata into a post? I am looking to have users write game reviews on my site, and include some sections with key information for searching and creating embeds. The more customizable, the better, but I would ultimately want something like:
- Date (maybe just from the post creation time stamp)
- Author (pulled from the original post)
- Review Score
- Summary
-
Nope. You would need to make a plugin. There's no way to add any additional data to the post without writing your own functions to handle the submit action.