How to import/export Calendar (Pro) setting

Home Forums Calendar Products Events Calendar PRO How to import/export Calendar (Pro) setting

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1317829
    Hylke
    Participant

    Hi,

    I read https://theeventscalendar.com/support/forums/topic/how-to-exportimport-settings-from-dev-to-prod/
    but it doesn’t give me the right answer. Settings like, Y M D, or categories are not handled by Standard WordPress Import/Export. I think like import, this plugin should have an export function.

    Thanks for your reply in advance,
    greetings, FO

    #1320248
    Jennifer
    Keymaster

    Hi Hylke,

    Thanks for reaching out!

    I did a quick search for a plugin that might allow you to export/import plugin settings quickly, and while I did find one for the Customizer, I didn’t see any that are currently updated for plugin settings.

    Since our plugin options are stored in the wp_options table, you can export that table and then import it into your new site (or if you are migrating the entire database already, these settings should come along with it). If you only want to grab the options from our plugin, you could use SQL:

    SELECT * FROM wp_options WHERE option_name = ‘tribe_events_calendar_options’;

    I agree an easier method to migrate settings would be a great feature! If you have a minute, could you please post this idea in our Feature Ideas forum? This is what we use to gauge user interest in new features and help plan for future development.

    I’m sorry I don’t have a better answer for you here, but please let me know if you have any questions!

    Thanks,

    Jennifer

    #1330148
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to import/export Calendar (Pro) setting’ is closed to new replies.