Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Exporter for Drupal request

This discussion is related to the Vanilla Porter addon.

Need exporter for Drupal 6.*

Or could you give a clue how to hack porter plugin for that?

Best Answers

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP
    Answer ✓
  • estest newb
    Answer ✓

    @businessdad

    Yes, I solved the problem, but not with the help of Vanilla Porter.

    I manually exported data into main vanilla tables: GDN_Category, GDN_Discussion, GDN_Comment, GDN_Role, GDN_User, GDN_UserRole by means of sql queries. Then I counted CountDiscussions and CountComments in GDN_Category table.

    After that I've got fully functional Vanilla forum with all topics and comments from Drupal forum. Except users avatars - it was not important to keep them in my case.

    This is very dirty and unprofessional path - I'm far from being SQL pro, but that will do for me.

    If you are interested in this way of porting, I can show you sql queries that did the job.

    UnderDog

Answers

Sign In or Register to comment.