I'm confused why there is the option to submit events to the user level from the individual calendars (Who can add events from the front-end) if the "show submit event form" in general settings shows the submit an event form to all logged in users once selected?
I would like to be able to hide the form entirely for specific users. Is this not possible? And if not, this should be made more clear.
Hi There,
I'm confused why there is the option to submit events to the user level from the individual calendars (Who can add events from the front-end) if the "show submit event form" in general settings shows the submit an event form to all logged in users once selected?
I would like to be able to hide the form entirely for specific users. Is this not possible? And if not, this should be made more clear.
Virginia
Hi,
In your theme functions.php file add following action:
Replace
with users id which are allowed to submit events.
Stachethemes Developer