Title: Change admin/editor settings
Last modified: August 21, 2016

---

# Change admin/editor settings

 *  Resolved [TheTrekPlanner](https://wordpress.org/support/users/thetrekplanner/)
 * (@thetrekplanner)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-admineditor-settings/)
 * Is there a way that I can change the settings so that only people I assign as
   Admins can update the calendar? Right now, I have several members that are assigned
   Editors but for some reason they receive access to change the calendar too!
 * I have tried editing the settings in my plug-in “User Roles” but my website is
   designed so that my editors can add their own posts to my website. And when I
   change their posting settings it fixes the problem but now they can’t add/edit
   their posts…any idea how to fix?
 * [http://wordpress.org/plugins/booking-system/](http://wordpress.org/plugins/booking-system/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [DOTonPAPER](https://wordpress.org/support/users/dotonpaper/)
 * (@dotonpaper)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-admineditor-settings/#post-4432368)
 * Hello,
 * In file _booking-system/dopbs.php_ [@line](https://wordpress.org/support/users/line/)
   79 replace:
 *     ```
       add_menu_page(DOPBS_TITLE, DOPBS_TITLE, 'edit_posts', 'dopbs', array(&$DOPBS_pluginSeries, 'printAdminPage'), plugins_url('assets/gui/images/dop-icon.png', __FILE__));
       ```
   
 * with:
 *     ```
       add_menu_page(DOPBS_TITLE, DOPBS_TITLE, 'manage_options', 'dopbs', array(&$DOPBS_pluginSeries, 'printAdminPage'), plugins_url('assets/gui/images/dop-icon.png', __FILE__));
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Change admin/editor settings’ is closed to new replies.

 * ![](https://ps.w.org/booking-system/assets/icon-256x256.png?rev=2192807)
 * [Pinpoint Booking System - Version 2](https://wordpress.org/plugins/booking-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/booking-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/booking-system/)
 * [Active Topics](https://wordpress.org/support/plugin/booking-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/booking-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/booking-system/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [DOTonPAPER](https://wordpress.org/support/users/dotonpaper/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/change-admineditor-settings/#post-4432368)
 * Status: resolved