This topic is: not resolved
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.
Please use one topic for only one question.
Please use one topic for only one question.
Please use one topic for only one question.
hello, i have searched several role plugins but i cannot find one to allow appointment plugin access to non admin user.is there a plugin to allow the access for the appointments for e.g an editor e.g?
thank you
hello,i need to grant access to an editor e.g in order to be able to access dashboard and read,setup appointments.
Until now only admin can enter dashboard and access the appointment’s plugin
thank you
Hi. Sorry for delay.
I think that for this purpose you need to write some code
https://premium.wpmudev.org/blog/power-up-your-users-with-the-user-role-editor-plugin/
or by some plugin
http://shinephp.com/user-role-editor-wordpress-plugin/
http://take.ms/YJJ44
Thanks.
hello i was thinking that this would do the job but it does not respond
<?php
add_action(‘admin_menu’, ‘add_admin_menu_links’);
function add_admin_menu_links(){
if ( !is_admin() ) {
add_menu_page(‘booked-appointments’);
}
}
but without result .i just need the non admin users to be able to see the appointment plugin menu.that’s all!
could i make another code setting or do you think that i must defenitelly buy the pro version?
thank you
You must be logged in to reply to this topic.