Export event with custom fields

  • Leah Shanley
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 days 6 hours ago #171856 by Leah Shanley
Export event with custom fields was created by Leah Shanley
Hi All
I have created a test event with several custom fields on my development site. I need to move it to production. Is there a way to export the event with the correct settings and custom fields? Or should I do it manually.
Thanks in advance.

Please Log in or Create an account to join the conversation.

More
1 day 13 hours ago #171862 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Export event with custom fields
What kind of custom fields you are talking about? Is it custom fields for registration form or event custom fields (use to allow entering extra data for each event)?

Tuan

Please Log in or Create an account to join the conversation.

  • Leah Shanley
  • Topic Author
  • Offline
  • New Member
  • New Member
More
17 hours 18 minutes ago #171873 by Leah Shanley
Replied by Leah Shanley on topic Export event with custom fields
registration fields for event

Please Log in or Create an account to join the conversation.

More
15 hours 8 minutes ago #171874 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Export event with custom fields
Hi Leah

For this, you will need to use database export and import if you are familiar with these operations via PHPMYADMIN. If you are, then:

1. Export the following database tables from original site

- jos_eb_fields (replace jos_ with database table prefix uses on new site)

2. Open the exported file using a text editor, replace table prefix (jos_ in the example above) with the database table prefix on new site if needed

3. Import the exported file into new site database

Please do that to see if it works (depends on your need, other database tables like categories data, events data... need to be exported and imported as well)

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc