Hi,
We haven’t done very solid testing with (and don’t officially support) multisite, so your mileage might vary. That said, if I understand your needs, your second option (“use only one app and filter the events in the multisite using organizer id”) looks like a better approach.
Hope that helps, good luck!
Hi,
Thanks for your response.
After do some test, i had to create one app for each site because if not the validation oauth fail. My principal site is “mysite.com” and this shows all events. My secondary site is “eeuu.mysite.com” for example. In this site i have to show only events created for one user. This user is a Multi-access user, not a principal user (administrator).
The problem is that i dont have a way to filter this events in my secondary site, because the eventes created by the multi-access user appear like the organizer is the admin user.
How i can filter this events?
Thanks!!
The setup is still quite unique and custom to me, so I won’t try to offer exact answers.
That said, the plugin is built in a way that you can use as much or as little of it as you like; you will most likely want to use custom loops of Eventbrite_Query in templates for each secondary site, or use the eventbrite() helper function for more control. More details can be found in this article, and in the plugin’s developer documentation.
Thanks for your assistance!! I resolved in the way that i mentioned.
Another doubt, how work the update for info when i change something in the info in eventbrite? How i can see this changes in my WP? Is automatic and instant?
Thanks!!
> How i can see this changes in my WP? Is automatic and instant?
No, unfortunately (although it’s on our roadmap to add webhook support, we just have no ETA at all).
You have two options:
1) Disconnect and reconnect in Tools > Keyring, which will flush the cache and reload, immediately grabbing any new events
2) Wait for the cache to expire, which defaults to 24 hours. This expiry time can also be changed with the eventbrite_cache_expiry filter to be whatever you like.
Ok, thanks so much!!
Solved