• Resolved cleudemirjunior

    (@cleudemirjunior)


    Hi there!
    I have 2 websites.
    One site it’s a replica from another. In this case, a site www and another with the url www-s.
    But, my users only post in the www forum.
    I need to migrate the forum, with topics and categories of www to www-s.
    And, there is another problem. In www it’s an Asgaros older version, and in www-s I an new version of Asgaros.
    How can I make it?
    There is a way to do it, with the database tables? And if there it is, wich one is those tables?

Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @cleudemirjunior

    Basically you should ensure first that both forum-systems are up2date, so the database-structure will be the same.

    The forum-content is located in:
    – wp_forum_forums
    – wp_forum_topics
    – wp_forum_posts

    The categories need to be created again and the IDs of them have to be set in the wp_forum_forums parent_id field to the corresponding forums. For example Forum A should be in Category X, and Category X has the ID 123. So you set the parent_id value of Forum A to 123.

Viewing 1 replies (of 1 total)
  • The topic ‘Forum Migration’ is closed to new replies.