Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can I import my existing comments into Vanilla?
I just installed Vanilla and am integrating it with my existing wordpress site.
When I enable comment integration, my existing comments disappear off of my site. I really need to keep them.
Any ideas?
0
Best Answer
-
peregrine MVP
fill in the fields from one table to another and assign it to a user. Your database guy should know how.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
1
Answers
Do you want to import your comments from WordPress into Vanilla?
uh oh...
Do you know how to save the structure of 2 database tables and compare them?
There was an error rendering this rich post.
I have a guy who could do that. Can you give me an idea of what needs to be done?
Some details would be awesome.
fill in the fields from one table to another and assign it to a user. Your database guy should know how.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks!
But if I don't 'have a guy' who can do this, what's the next best step to migrating from WP Comments to Vanilla Comments?
It was an off-the cuff statement - I
I just used phpmyadmin - and saw that wordpress has a comments table with the comment and userid - and vanilla has something similar. - so it seemed somebody with the desire to convert could export one, modify it a bit and import it. As far as the particulars, that would be something for you to investigate. As far as the next best step I don't know.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Is there some automated way to import them ? I have a big site and wanted to try out with Vanilla forum but I dont want to waste another week for trying this out (dont have to much DB knowledge...) I already wasted 2 weeks for shitty bbPress
Developers, please help by making a addon.
There was an error rendering this rich post.
All we have is the porter plugin: http://vanillaforums.org/addon/porter-core The Porter plugin can convert comments from bbPress to Vanilla. It cannot convert from WordPress to Vanilla. Figure out if you would like to convert from bbPress to Vanilla, otherwise do the manual steps like peregrine said.
We'll help as much as we can if you decide to do the manual steps.
Let us know if you want to do the conversion (porter plugin) on your local (windows?) computer or on the server (host).
There was an error rendering this rich post.
here's a start on what to do for discussions.
you will need to read up on mysql to implement - but its not that mysterious.
use phpmyadmin to look at tables and structures - you can use it to export and import.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.