Hello,
Why the utilisateur "editeur" don't have the possibility to modified popup.?
Only "admin" can use it and upgrade it.
thanks...
Hello,
Why the utilisateur "editeur" don't have the possibility to modified popup.?
Only "admin" can use it and upgrade it.
thanks...
Hi,
This is because of security reasons. WordPress by default does not allow editors to manage options. Simple PopUp inherit this rule.
If you want editors to change plugin options please use this excellent plugin http://wordpress.org/extend/plugins/capsman/
For further information about user roles read this codex page
http://codex.wordpress.org/Roles_and_Capabilities#Editor
Thanks.
Ok.
I download this pluging "capsman" and i use it for "editeur"
But for this pluging popup, it does not work even if I validate all choices.
It must be absolutely administrator to use this pluging
Perhaps it's the "if is-admin" is the problem? in the file "simple-popup/simple-popup.php"....
Hey sorry for late reply and don't remove is_admin, just replace the line # 36 in sp-options.php with the code below and assign manage_options capability to the editor.
add_menu_page('SimplePopUp', 'SimplePopUp', 'manage_options', __FILE__, 'sp_settings_page',plugins_url('/images/icon.jpg', __FILE__));
NICE......Very good....!!
merci beaucoup cela fonctionne parfaitement..
Encore Merci....
This topic has been closed to new replies.