Title: Enable plugin functionality editors/authors
Last modified: August 30, 2016

---

# Enable plugin functionality editors/authors

 *  Resolved [inveritas](https://wordpress.org/support/users/inveritas/)
 * (@inveritas)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/)
 * Is there a way I can modify the plugin code to allow editors and authors to use
   the plugin?
 * Currently it shows “You do not have sufficient permissions to access this page.”
   for those roles.
 * Thanks!
 * [https://wordpress.org/plugins/real-time-find-and-replace/](https://wordpress.org/plugins/real-time-find-and-replace/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [inveritas](https://wordpress.org/support/users/inveritas/)
 * (@inveritas)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341288)
 * I forgot to add, User Role Editor, Advanced Access Manager and Adminimize plugins
   did not address this issue.
 *  Thread Starter [inveritas](https://wordpress.org/support/users/inveritas/)
 * (@inveritas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341537)
 * Hi, any help please? 🙂
 *  Plugin Author [Marios Alexandrou](https://wordpress.org/support/users/marios-alexandrou/)
 * (@marios-alexandrou)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341538)
 * I haven’t dabbled much with roles from within plugins. I have no doubt it can
   be done though.
 * I’m surprised the plugins you tried didn’t work though. Are you sure you gave
   editors and authors the correct capabilities to access plugins i.e. could they
   access other plugins and just not the Real-Time Find and Replace plugin?
 *  Thread Starter [inveritas](https://wordpress.org/support/users/inveritas/)
 * (@inveritas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341539)
 * Thanks for the reply!
 * Yes, I’ve tried applying the settings on those plugins to other features of the
   site without problems.
 * I’ve been trying to follow this solution but I wasn’t able to find the string
   in the plugin code: [https://wordpress.org/support/topic/how-to-allow-non-admins-editors-authors-to-use-certain-wordpress-plugins?replies=3](https://wordpress.org/support/topic/how-to-allow-non-admins-editors-authors-to-use-certain-wordpress-plugins?replies=3)
 * It would be great if I could add one of the add_options_page(), add_submenu_page()
   or add_menu_page() codes in the plugin code to let my members / authors use this
   plugin, but unfortunately I’m only familiar with HTML and CSS.
 * Thank you nonetheless for creating this plugin!
 *  Plugin Author [Marios Alexandrou](https://wordpress.org/support/users/marios-alexandrou/)
 * (@marios-alexandrou)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341540)
 * You could try changing the string ‘activate_plugins’ to some other value from
   the lists on this page [http://codex.wordpress.org/Roles_and_Capabilities](http://codex.wordpress.org/Roles_and_Capabilities).
 * I can’t say what the right value is since each one may inadvertently allow access
   for a user that you don’t want.
 * Note that if you change code in the plugin, the changes will be overwritten the
   next time there’s a plugin update.
 *  Thread Starter [inveritas](https://wordpress.org/support/users/inveritas/)
 * (@inveritas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341541)
 * Thank for your reply! I see that the string is in these lines:
 * function far_add_pages() { // Add a submenu under Tools
    $page = add_submenu_page(‘
   tools.php’, ‘Real-Time Find and Replace’, ‘Real-Time Find and Replace’, ‘activate_plugins’,‘
   real-time-find-and-replace’, ‘far_options_page’); add_action( “admin_print_scripts-
   $page”, ‘far_admin_scripts’ );
 * How can I modify it, to say, enable authors or editors (level 2) to access the
   plugin?
 * Thank you!
 *  Plugin Author [Marios Alexandrou](https://wordpress.org/support/users/marios-alexandrou/)
 * (@marios-alexandrou)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341542)
 * Your best bet is to review the list of settings on this page [http://codex.wordpress.org/Roles_and_Capabilities](http://codex.wordpress.org/Roles_and_Capabilities)
   and select one that provides the access you want to the right users. Watch out
   that you don’t inadvertently give contributors or lower access that you didn’t
   intend.
 *  Thread Starter [inveritas](https://wordpress.org/support/users/inveritas/)
 * (@inveritas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341543)
 * Thanks, I finally figured it out!
 * Installed User Role Editor and enabled “activate_plugin” permissions to the desired
   user level, then hid the Plugins menu link using Adminimize.
 * Thanks again, and great plugin!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Enable plugin functionality editors/authors’ is closed to new replies.

 * ![](https://ps.w.org/real-time-find-and-replace/assets/icon-256x256.png?rev=1347950)
 * [Real-Time Find and Replace](https://wordpress.org/plugins/real-time-find-and-replace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/real-time-find-and-replace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/real-time-find-and-replace/)
 * [Active Topics](https://wordpress.org/support/plugin/real-time-find-and-replace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/real-time-find-and-replace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/real-time-find-and-replace/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [inveritas](https://wordpress.org/support/users/inveritas/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/enable-plugin-functionality-editorsauthors/#post-6341543)
 * Status: resolved