• Resolved donrwetter

    (@donrwetter)


    Hi,

    I want to move the plugin with all data to a new wordpress site.
    I already tried to move the plugin-folder to my new site and imported wp_forum_posts, wp_forum_topics, wp_forum_forums tables to the new database. It did not work.

    Is there any known way to do it?

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter donrwetter

    (@donrwetter)

    PS: In memberlist there ist the correct post count for every user. Do i just have to recreate the forums structure?

    Plugin Author Asgaros

    (@asgaros)

    Hello @donrwetter

    The categories are stored as term, so you have to import the following tables (or at least the relevant data inside it) as well:

    – wp_termmeta
    – wp_terms
    – wp_term_relationships
    – wp_term_taxonomy

    Thread Starter donrwetter

    (@donrwetter)

    Thank you, it worked! ??

    I got another little problem. (Only) on my forums main page (domain.com/forum/) there are characters above the header (” /> ” /> ” /> ” /> ” />) only when I’m logged in as admin.

    <!-- Asgaros Forum: BEGIN -->
    <link rel="canonical" href="domain.com/forum/" />
    <meta name="description" content="Forum<span data-pbs-title-marker-post-id="424"></span>" />
    <meta property="og:url" content="domain.com/forum/" />
    <meta property="og:title" content="Forum<span data-pbs-title-marker-post-id="424"></span>" />
    <meta property="og:description" content="Forum<span data-pbs-title-marker-post-id="424"></span>" />
    <meta property="og:site_name" content="Title" />
    <meta name="twitter:title" content="Forum<span data-pbs-title-marker-post-id="424"></span>" />
    <meta name="twitter:description" content="Forum<span data-pbs-title-marker-post-id="424"></span>" />
    <!-- Asgaros Forum: END -->

    I searched for meta properties in all php files to find and delete these brackets behind the spans. I did not find anything. Do you have an idea where to find it?

    Kind regards

    • This reply was modified 7 years ago by donrwetter.
    • This reply was modified 7 years ago by donrwetter.
    • This reply was modified 7 years ago by donrwetter.
    Plugin Author Asgaros

    (@asgaros)

    Those spans are definitely not generated by the forum:

    <span data-pbs-title-marker-post-id="424"></span>

    Please check if another extension is adding those html-markup to your page title.

    Thread Starter donrwetter

    (@donrwetter)

    Wow, sorry for wasting your time at this point.
    The wrongdoers Name is “Page Builder Sandwich”.

    Thank you for your fast and good support and forums plugin.

    Have a nice da ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move Forum to other wordpress site’ is closed to new replies.