Finally got this to work! It seems that the nodemailer plugin has a dependency on node v 6.0.0. As soon as I changed the dependency to a compatible version the problem was solved.
Hope this helps someone else facing the same issue.
If you're looking for phpBB's BBCode syntax, which is unfortunately for the hairs on my head different from vBulletin's (seemingly everybody builds their own version for some reason), then look here.
I'm using this as a plugin to convert posts after migrating from vBulletin to NodeBB.
Get it on GitHub
npm install nodebb-plugin-vbcode-to-markdown
@psychobunny Looking good. Be grateful that no one has asked for an SMF one yet. This is the bbcode used to quote...
[quote author=hello mate link=topic=2.msg3#msg3 date=1383417581]text[/quote]
holy crap haha, that's scary
I would pay for a SMF one, if anyone is interested or working on that, let me know. Id be happy to help make it free plugin paying part of the development. @a_5mith
https://github.com/a5mith/nodebb-plugin-import-smf - Ignore the description, it works fine.
If you get stuck with using this plugin, then I may be willing to assist you with the export if needs be. This is an old SMF forum.
@psychobunny How to use this? I have no idea
@mani @psychobunny
I dont know why dont work.
I have NodeBB v0.6.0
The plugin is installed.
Post in the forum bbcode but show this.
@h3ku said:
@mani @psychobunny
I dont know why dont work.
I have NodeBB v0.6.0
That's probably why, not sure if this plugin was updated to support 0.6.0. Also I'm not sure it was ever designed to parse bbcode on the fly like that. But I could be wrong.