[nodebb-plugin-import] Import your forum to NBB
-
I did that, that was the reason I started writing the migrator in the first place, don't laugh at my theme yet, still experimenting with LESS and the templates
-
@julian nah not mine, a friend's - it would be cool if you can add it to your list of who's using NodeBB to push some traffic towards it, but wait not yet, gotta change those category boxes on the home page.
hehe, yea, I won't
-
lol nice.
-
-
@StuartH the blog is WordPress, notice the domain change, but the extra navigation items, yea, these were added via a plugin, still very experimental though, I don't have a readme for it yet, but if you install and view the admin page of it, you'll get an idea.
@bentael I did not click on the blog button so did not see it went to wordpress. I have blogs on my xenforo site and they are not generating very much content, but it's a different type of person going to our sites mines gaming your medical so I can see you will get people to blog more easily.
-
Let me know when you're comfortable enough for me to list this site on nodebb.org, and the 'who is using nodebb' list. I'll also tweet and facebook the URL, when you're ready for it.
-
@psychobunny I will thank you !
-
Apologies for resurrecting this topic, but is this plugin available for v1.4 of NodeBB? I don't see it listed in the list of available plugins on the admin panel.
-
@Tom-Wilson Unfortunately
LATEST VERSION ONLY SUPPORTS:
NodeBB v1.0.0via https://github.com/akhoury/nodebb-plugin-import
I install nodeBB v1.0.0 and update my forum to 1.2.0 after import information from my old forum (v 1.2.0 was actual when I import from phpbb3)
(IMHO it is most important plugin for commtity grow and I don't know why it is not support for actual versions) -
Ah that's a shame. I just tried to downgrade, but encountered all sorts of problems :(.
-
@Tom-Wilson if you're importing an old forum, I'm assuming you'd be starting from scratch. Just reset your database and do
git checkout v1.0.0
and then the regular setup steps from there.If you're trying to merge with existing data already in NBB, that's another thing entirely.
-
@alff0x1f said in [nodebb-plugin-import] Import your forum to NBB:
I don't know why it is not support for actual versions
It's because it takes a lot of work to keep the plugin up to date with the newest version. We know it works for v1.0.0 but since it touches some internal api's that aren't necessarily supposed to be developer-facing, it will encounter more breakages than say, a normal plugin.
-
I will be upping support soon to a more recent version. Sorry guys it's been a few crazy months and didn't get a chance to work on it.
-
Great to hear - looking forward to it!
-
@bentael I'm got a new forum set up with v1.0.0 and everything seems to work, except I get an "invalid csrf token" error when I try to log in. I have nodebb listening on a public facing interface, no proxying. The URL I'm using to access the site matches the one in config.json, it's just the server IP. I had no problems earlier with a different db and the most recent nodebb release, but the importer obviously won't work there.
Thanks for any help.
-
@GaryBusey make sure sockets are working. Check for any errors on the client or server. Try running nodebb in dev mode with
./nodebb dev
. -
Has anyone managed to import a fairly large mybb forum with the importer ? I wanted to migrate from an old mybb1.6 forum with ~5000threads, 15000 members and around 1.5M individual posts. I first migrated that forum to mybb1.8 then installed nodebb 1.0.0 as per the nodebb-plugin-import github readme.
The import works for a while but nodebb eventually crash before all the posts are imported.
I tried cleaning up the original database with only sticky threads + threads whose latest post was less than 2y old. Still didn't manage to do a successfull import. Sadly resuming the import creates duplicated threads.
One physical machine with 16GB of ram, original database in a mariadb docker container, destination DB on mongodb 3.4.1 running in the official docker container, nodebb on another docker container based on the official ubuntu xenial image.
Thanks
Thomas