I have permissions set so that anyone can edit anyone else’s event but it doesn’t seem to be working. When trying to edit another user’s event the edit button is gone and if I add /edit-event
to the url it just shows the event like normal instead of the edit form. Editing a user’s own event works fine.
Brian Reeves
Hi Brian,
When front-end editing is enabled users who can edit the event and the author, if they can read the event are allowed to edit the event (from the front-end).
Can your users edit the event from wp-admin/
with the permission they have? (They should be able to).
Giving users the “edit others’ events” permission should be sufficient (but they may also need “edit published events” and “edit private events” too).
Stephen Harris
I can edit from wp-admin/
but not from the front-end. I’m an administrator and have all permissions.
Brian Reeves
Hi Brian,
Apologies for the delay in getting back to you. This might be a silly question, but I can’t think of any reason why an admin couldn’t edit from the front-end: have you enabled front-end editing by adding the constant in your wp-config.php
, and is it above the last line of the config?
Stephen Harris
Yes, the EVENT_ORGANISER_FES_FRONTEND_EDITING
constant is set to true in config.
Brian Reeves