Fork to use with advanced BBCode to Markdown processor
Features (distinct from original):
- Imports user avatars, both from uploaded avatar images and URLs
- Imports number of thanks received as user reputation (if you don't have thanks system in PhpBB, you have to turn this option off explicitly)
- Import banlist
Usage: Use with nodebb-import-phpbb plugin (e.g. use git path to install the phpbb import module)
To specify PhpBB avatars upload directory in "Exporter specific configs" use phpbbAvatarsUploadPath setting, e.g.
{"phpbbAvatarsUploadPath": "/path/to/avatars/upload" }
...to turn off import of user reputation:
{"importThanksAsReputation": 0}
Original desription
A phpBB2 to NodeBB exporter based on nodebb-plugin-import-ubb by Aziz Khoury
Use this to import data into NodeBB using nodebb-plugin-import.
Have a look at the original UBB migrator for detailed instructions on how to use this importer.
You may want to check out the bbcode-to-markdown plugin as well.