Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Ability to manage events from one site, display on multiples | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Ability to manage events from one site, display on multiples

Ability to manage events from one site, display on multiples

Posted: January 21, 2014 at 1:13 pm

Viewing 1 reply thread


cartarapro

January 21, 2014 at 1:13 pm

I currently have a few sites using your plugin (Dev license). I’d like to be able to enter events in one installation, but have the other sites be able to display them, calendar, etc, and sell tickets for them. Everything being stored in the main database. I’d like to be able to do this with an addon or something similarly simple, and not have to program it. I’ve looked around the forum, and others have requested this feature. But, the solutions have been complicated. It would seem you would add this capability as long as each site is licensed. Any help? (I have the latest versions of wordpress and EE, and I host on Hostgator)


Sidney Harrell

  • Support Staff

January 21, 2014 at 3:22 pm

If it’s a multi-site installation, you might try changing our database constant definitions, (espresso.php ~line 256) from:

define("EVENTS_CATEGORY_TABLE", $wpdb->prefix . "events_category_detail");

to:

define("EVENTS_CATEGORY_TABLE", $wpdb->base_prefix . "events_category_detail");

Note that you may also need to do that in any active EE addons that define their own tables.
While we can certainly add this to our features request list, all of our current development efforts are focused on getting EE 4.0 ready for release.

Viewing 1 reply thread

The support post ‘Ability to manage events from one site, display on multiples’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server