What is the best way to create an independent copy of events and permissions?
-
I have two wordpress pages. One for “Formal tours” and one for “Informal Tours”. (In this case “Events” can be considered “Tours” and “Venues” as “Locations”).
My plan is to:
Have 4 user groups
Administrator – full permission
Staff – Can only add formal tours/events
Member – Can only add informal tours/events
Member Moderator – Can moderate informal tours/events.My strategy #1
– Duplicate the “Events” tab and functionality from the admin panel so that there are 2 of them
– Duplicate the permission set under Settings -> Event Organiser for both formal and informal.
– Create an empty copy of the tables for the new tab
The main downside to this that I see is: I will eventually have a calendar that display both formal and informal tours, and so I’de have to modify the calendar shortcode as well if I wanted to use this option.My strategy #2
– To create 2 Event categories: Formal Tours and Informal Tours. And find a way to separate permissions in which category people can add their events.
– To have sub-categories in those categories that go into more details, for example “Local Tours” etc.So right now I don’t have a clear method of doing this, but I was hoping I could get some new ideas or ways I could implement what I’m asking for. I’m also looking into using external plugins to manage these permissions.
Thanks a lot.
https://www.ads-software.com/extend/plugins/event-organiser/
- The topic ‘What is the best way to create an independent copy of events and permissions?’ is closed to new replies.