User Permissions – Editor
Hi
I would like to know that too. We have a staff person to handle appointments, and we need to give him access to manage only the appointments but no access to anything else in the wordpress backoffice admin.
Nelson
Hi Nelson, thank for the sharing. That feature is on the roadmap. 🙂
Best regards,
Nikola
Hi Nikola,
We are facing the same issues. We installed the plugin but cannot use it because a third party will handle the appointments. We want to give to that party a permission just to enter that plugin, not the entire website. We do not know ho long you will make that feature but we have a running business. Could you tell me what you meant by “If you want I can tell you what to change”? Is there an alternative way to give user permissions just for the “Easy Appointments”?
Thank you very much
Val
Very interested, too. Any update?? Thanks
Hi, I’m also needing this feature. Editor role needs to use this plugin but not have access to the rest of the site admin. Could you advise on how to change in the meantime?
Thanks
Hi Tom inside admin.php file there is function called add_menu_pages. There you have ‘edit_posts’ capability so you can change that to level that you want. There is a list of all WP capabilities online 🙂
Best regards,
Nikola
Hi Nikola,
I have already tried this – the editor can see the menu item but the connections tab says “Table loading…” for the editor and does not display anything. Is there anything else I can add?
Thanks
Tom
Hi Tom, there is also one place to check inside src/ajax.php there is function called validate_access_rights and there you will have to lower to `edit_posts` access rights.
Best regards,
Nikola
Nikola, that’s awesome thanks! (line 1084) for anyone else who needs to update this line.
Your email notifications say “Howdy Nikola Loncar,” by the way instead of the user you are emailing
🙂
Hi Nikola,
I had previously read this string and we made some adjustments to allow an editor role to access the vacation feature. Perhaps I need to look at things again in the morning with fresh eyes but I’m not finding the settings to allow an editor to access the vacation view on the backend. I know how busy life can be but I’m curious of two things. First, you said three years ago that user access settings was at the top of the list but still nothing in the current version…any idea when that functionality will be added? Secondly, can you tell me how we can allow the editor role to access the vacation settings? Thanks much, great plugin but the user access settings really would be helpful.
Hello Nikola, I would also like to give access to the plugin for contributors that have the edit_posts capability. The admin.php file was indeed correct with edit_posts, and I have modified the src/ajax.php file.
However the user only sees the Appointments and Connect [BETA] menus. I’d like other menus to be available. How can this be done through editing the files? Thanks a lot!
Please login or Register to submit your answer