manage_options is an admin role so I’d still try and changing it even if you’ve changed the roles elsewhere.
See http://codex.wordpress.org/Roles_and_Capabilities#Editor for more info.
Try the following:
add_options_page('Orbisius Simple Notice', 'Orbisius Simple Notice', 'edit_others_posts', __FILE__, 'orbisius_simple_notice_options_page');
Related Posts:
- Remove specific administrator’s capability
- Role based permission edit for plugins
- Defined user role to access plugin’s pages
- Disable text tab on WordPress text-editor
- How can I let users to access plugin functions based on roles?
- Getting user roles in plugin files
- Hook to plugins admin settings
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- How to create restrict content to users (by user, not by role)
- How to set add question capability for author role in wp pro quiz plugin
- Multisite – maximum number of users with specific role
- Understanding State in WordPress Multisites
- Add User Role: Pre-saved in User-Meta [SOLVED]
- Custom Login page with custom redirects for each user?
- Show WordPress Plugin Menu(Admin) To Editor
- Mutliple users editing single document in wordspress
- Creating teams of users in WordPress
- How to hide plugin options for editors via functions.php
- Plugin privelages for “editors”
- how to create user profile pages and display them based on users roles
- Disable plugin for administrator
- User / membership Plugin [closed]
- Want to add post to user dashboard
- How to give different user access to different people?
- How to give access to the particular page in wordpress for specific username/email NOT roles [closed]
- Can I create a separate admin section for my plugin?
- Images are broken in Wysiwyg Editor – ACF backend
- Clean old users
- After reading 3 story by user ask for subscription popup
- Allow editor user to full permission to access plugin settings
- How To Remove “All, Publish, Draft and Expired” in Events Dashboard
- User updating their profile wipes my custom fields
- Allow a page to be edited by a specific custom role
- Comment restrictions Wodpress
- How to make this custom capability work? [duplicate]
- How to create different views for different user roles?
- How To Export User’s Custom Fields in CSV or XLSX
- Failed to load resource: the server responded with a status of 500 () post.php
- Public WP website with one area just for members
- Get all user meta_keys and then group users by matching values
- On button click, redirect users to registration page instead of another page
- How can I disable access to plugin settings in wp admin for other roles
- Searchable Semi Random Number Generator on User Profiles
- How do I run my custom function in my plugin when a wordpress user is deleted?
- Remove dashboard links from wordpress
- How to show private pages based on a user’s role?
- How to allow editors to only edit certain categories?
- How can I store user preferences in WordPress and retreive them later?
- Simulate Update User button click
- How do I restrict a second admin certain access?
- Update User Meta Via Ajax
- User Following System
- Echo custom admin field into a is_single()
- Hide top admin panel for non admin and non editors
- Restrict role to use a plugin
- How to see in Edit Comments if comment is from User and her Roles
- Add_Meta_box to custom page (formidable edit post)
- Custom User Notice Upon Login
- Why user profile update creates Additional Capabilities
- How can I save cookies to members
- Get content and send to 3rd party
- Wordress admin page is fetching error You do not have sufficient permissions to access this page.
- Paid Memberships Pro, Display User Limit
- Overwrite user role
- Confusing problem with displaying message recipient metadata
- Every time I use wp_get_current_user() my plugin breaks
- How to enable Admins to see Plugins
- Admin page and admin menu. Permissions plugin
- How to order users alphabetically by name? in plugin UPME
- Run only on plug-in activation instead of wp_head
- Users Ultra: Hide asterisk for required registration fields?
- Different role for free and pro users in wordpress without using bbpress
- Allow non-admin users to access plug-in
- Different email notifications (about pending posts) to different users
- Add a checkbox in plugin options page and make it actually work
- Embedding code snippets in posts with indentation
- Better code/text editing for posts and pages?
- Filter html of WordPress editor in visual mode only
- Hide some portion on single.php base on author
- Plugins not activated after update?
- Editor have not permissions for a plugin
- Custom User Role
- Getting 404 page not found error while trying to access add new plugin / themes
- Create a blank admin page from plugin
- Working on fixing wp-front-end-editor, encountering undefined index
- How change menu for each user in plugin?
- How to set different users for different pages?
- admin panel save option with ajax
- Custom Form only for admin
- Convert usernames listed by the Groups plugin shortcode to displayed names?
- Displaying custom profile fields using Mingle Plugin
- Check if post was modified by editor different than post author
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- how to call jQuery in admin as well as in homepage
- What would cause edit buttons for plugins to disappear?
- WordPress plugins not showing after switching servers
- Adding hero images to blog posts
- How to create plugin list groups?
- Allow a role to edit one specific plugin
- Frontpage Admin Bar Disappeared