Title: Client plug-in management
Last modified: August 20, 2016

---

# Client plug-in management

 *  [molesina13@hotmail.com](https://wordpress.org/support/users/molesina13hotmailcom/)
 * (@molesina13hotmailcom)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/client-plug-in-management/)
 * I am the developer of the website and I installed your plugin in the WP site.
   Now I would like to let my client to manage her own times off and appointments,
   Is it possible to set a user role for my client to be free to manage all of this
   and don’t risk the website’s content?
 * [http://wordpress.org/extend/plugins/appointment-calendar/](http://wordpress.org/extend/plugins/appointment-calendar/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * (@farazfrank)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/client-plug-in-management/#post-3222025)
 * Hi **Ana**,
 * For this, you need to change the access role of time-off page in plugin menu.
 * Use file `appointment-calendar.php` to change access role
 *     ```
       // Time-Off Page
       add_submenu_page( 'appointment-calendar', 'Time Off', 'Time Off', 'administrator', 'timeoff', 'dispaly_timeoff_page' );
   
       // Update Time-Off Page
       add_submenu_page( 'appointment-calendar', 'Update TimeOff', '', 'administrator', 'update-timeoff', 'dispaly_updatetimeoff_page' );
       ```
   
 * By default its access role is: `administrator`
 * WordPress has five pre-defined Roles: Administrator, Editor, Author, Contributor
   and Subscriber.
 * Set it according to your registered user’s role, then both plugin-menu-pages 
   could be accessed by your users.
 * Thanks…
 * -Frank

Viewing 1 replies (of 1 total)

The topic ‘Client plug-in management’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/appointment-calendar.svg)
 * [Appointment Calendar](https://wordpress.org/plugins/appointment-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-calendar/reviews/)

## Tags

 * [client](https://wordpress.org/support/topic-tag/client/)
 * [management](https://wordpress.org/support/topic-tag/management/)
 * [permissions](https://wordpress.org/support/topic-tag/permissions/)
 * [website](https://wordpress.org/support/topic-tag/website/)
 * [wordpress roles](https://wordpress.org/support/topic-tag/wordpress-roles/)

 * 1 reply
 * 2 participants
 * Last reply from: [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/client-plug-in-management/#post-3222025)
 * Status: not resolved