• numbred

    (@numbred)


    Hello,

    i would like to export all of my settings/features (login form etc.) (not just the database) to another site. is it possible?

    thanks
    daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You can do this only by exporting your tables from the database directly, the plugin does not have a settings export feature.

    There are three tables: wp_participants_database keeps the records, wp_participants_database_fields keeps the field definitions, and wp_participants_database_groups keeps the groups definitions. To transfer the entire contents of the plugin, you’d export all three.

    Finally, the main settings are in the options table, in an entry named ‘participants-database_options’ contains the settings (everything under the “settings” menu) for the plugin.

    After installing and activating Participants Database on the new site, you’d replace the default data the plugin installed with your exported/copied data from the first setup.

    Plugin Author xnau webdesign

    (@xnau)

    I just published an article that describes this process in more detail:

    Copying a Participants Database Setup to Another Site

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Export/import’ is closed to new replies.