HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please upgrade here. These earlier versions are no longer being updated and have security issues.
Convert bbpress to vanilla
Hello
I want Convert bbpress to vanilla
I want Convert bbpress to vanilla
0
Comments
I think i will look into some mapping sql statements directly on the database... I'll post my experiences afterwards...
Anyway I'm up for helping out.
I haven't added the ability to break up the files into chunks yet, but that may be necessary for uploading if nothing else.
Users: 10169
Topics: 54176
Posts: 415696
Looking at about 100,000 posts in my case.
Trying to do purely in SQL - so far it's going quite ok.
I've written a password converter inpsired by yours.
I would like to move from bbPress to Vanilla. Is there any converter available now ?
Thanks for your help
Francis
BUT
I have a bbpress database that is integrated into wordpress. This means that there isn't any bb_user table and when i run the porter the porter halts with the error "Missing required database tables: users"
Have you guys any idea how i shall fix this?
I guess i could export the wp_users table in some way and import it, but im not sure how to do it.
Sure need some advise here
/Caponx
- export the user-table of wordpress and import it in bbpress - that will may work by export the necessary tables with phpmyadmin (or something similar), rename the colume names and paste the sql code in the bbpress table
- export the wordpress user tables direct to vanilla2 and comment out the part in the exporter script, that tries to pull the user table
- you may able to change the exporter script to directly pull the user table of wordpress, but I guess that will be more difficult