Copied Events Keep Custom Fields Settings

  • Winston Baccus
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 1 month ago #42227 by Winston Baccus
Copied Events Keep Custom Fields Settings was created by Winston Baccus
I'm in the process of setting up Events Booking to handle our Summer Camp Registration.

It would save a lot of time if I could have a copied item keep the custom field assignments. I have about a dozen extra fields for these items.

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

  • Winston Baccus
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 1 month ago - 10 years 1 month ago #42276 by Winston Baccus
Replied by Winston Baccus on topic Copied Events Keep Custom Fields Settings
Incidentally, if you are looking for a solution to this problem like I was. I'm using RSForms to modify the database and add the fields to the events quickly.

Or just use a SQL brower and run this query. (where the 1st number is the field ID and 2nd number is the event ID)

Replace ##### with the prefix of your database.

INSERT INTO #####_eb_field_events (field_id,event_id)
VALUES
(6,6),
(18,6),
(17,6),
(8,6),
(12,6),
(9,6),
(10,6),
(7,6),
(16,6),
(15,6),
(14,6),
(13,6),
(11,6),
(5,6);
Last edit: 10 years 1 month ago by Winston Baccus.

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

Moderators: Tuan Pham Ngoc