Title: Next steps for this plugin
Last modified: August 31, 2016

---

# Next steps for this plugin

 *  [twohandsgaz](https://wordpress.org/support/users/twohandsgaz/)
 * (@twohandsgaz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/)
 * HI Guys,
 * This is exactly what I needed and its took me ages to find it. Can I suggest 
   some small updates that will make it even better?
 * 1: add the ability to send confirmation emails to multiple people
    2: have a 
   dashboard that the admin can have a general overview of all bookings 3: have 
   the logged in users email address/name pre populated
 * Those small additions would really start to make this an exceptionally good plugin.
 * Thanks for your work so far.
 * Gary.
 * [https://wordpress.org/plugins/resource-calendar/](https://wordpress.org/plugins/resource-calendar/)

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

 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250046)
 * Hi, Gray.
 * Thank you for the suggestion.
 * 1:add the ability to send confirmation mails to multiple people
 * I think first suggestion that this plugin send confirmation mails to the other
   user different from the reserved user.
 * What kind of a situation is this?
    Please tell me the details, if possible.
 * 2: have a dashboard that the admin can have a general overview of all bookings
 * Something like this?
    [ salon “admin”->”Salon Management”->”Reservation Regist”
 * 3: have the logged in users email address/name pre populated
 * I will updates in the next version.
 * kuu
 *  Thread Starter [twohandsgaz](https://wordpress.org/support/users/twohandsgaz/)
 * (@twohandsgaz)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250061)
 * Hi Kuu,
 * Thanks for your reply.
 * 1: The situation where I see the need for multiple replies is as follows. I book
   a room for a meeting and I need to let everyone else know when and where it is.
 * 2: That looks like the thing im after
 * 3: Thank you.
 * When are you planning your next update?
 * Regards.
    Gary.
 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250068)
 * Hi Gary,
 * Thank you for your quick reply.
 * 1:
    I will add the field of “email address” to “Reservation screen”. When a user
   make a reservation, this plugin send “Notification mail to staff” to “email address”.
 * I will update this by the end of month.(after the next version)
 * 2:
    Ok, I will add this ability. After update, if you need other contents of 
   display, please suggest. This update is in the next version or in the after the
   next version.
 * 3:
    I will update the next version until this weekend or next weekend.
 * Regards,
    Kuu
 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250106)
 * Hi Gary
 * 3:
 * I check the source of this plugin.
    So this feature was already made.
 * But this feature is available to not admin of this plugin.
    The role of “subscriber”
   is not this plugin’s admin.
 * If you need that this feature is available to other roles,
    You need change the
   role of this plugin’s admin.
 * I prepare the short code.
 * Please try following short codes.
 * Example1) change “editor” to not admin of this plugin.
 *     ```
       add_filter('rcal_set_admin_role',
           function () {
             return array('editor','subscriber');
           });
       ```
   
 * Example2) change “editor” and “author” to not admin of this plugin.
 *     ```
       add_filter('rcal_set_admin_role',
          function () {
             return array('editor',’author’,'subscriber');
          });
       ```
   
 * Regards,
    Kuu
 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250136)
 * The release has been put off for a few weeks.
    Sorry… Please wait for a few weeks.
 * Kuu
 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250150)
 * 1: add the ability to send confirmation emails to multiple people
 * 1)”Environment settings”->Check “Use reservation details”.
    2)”Setting reservation
   detail”->Click “Show Detail”. 3)Set “Field Name” as “CC” (e.g.) and select “Field
   type” as “mail”. 4)Click “Add”. 5)You can set email address.If you are sending
   the email to several recipients, separate the email addresses with a comma.
 * Any questions [here
 * Kuu
 *  [lsommerdal](https://wordpress.org/support/users/lsommerdal/)
 * (@lsommerdal)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250164)
 * Nice plugin.
 * But selecting [resource_confirm] answers with this:
 * **E005This message is not found37**
 * Kind Regards
    Leif
 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250165)
 * Hi lsommerdal
 * Which screen does this message answer ?
    Show me detail, if possible.
 * Regards,
    Kuu
 *  [lsommerdal](https://wordpress.org/support/users/lsommerdal/)
 * (@lsommerdal)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250166)
 * Hi kuu
 * It is the ressource confirmation page created by the plugin.
    You should be able
   to see it yourself at [http://sommerdal.info/wp](http://sommerdal.info/wp)
 * Rgds
    Leif
 *  Plugin Author [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * (@tanaka-hisao)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250167)
 * Hi Leif
 * (1) After installing, “Reservation Confirm” is added to “Pages” by the plugin.
   
   The “Confirm Reservation Screen” is not displayed in the front screen. Do you
   delete and create the new “Reservation Confirm Screen”?
 * (2)I think that you select “Confirmation by an administrator” in “Environment
   settings”.In this case,the plugin does not use “Confirm Reservation Screen”.
 * (3)I suggest that “Confirm Reservation Screen” resotre in trash or reinstall 
   the plugin. If you can operate Mysql, I send you the sql code.Mail me [here](https://rcal.mallory.jp/en/?page_id=6)
 * Regards,
    Kuu

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

The topic ‘Next steps for this plugin’ is closed to new replies.

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

 * 10 replies
 * 3 participants
 * Last reply from: [Kuu](https://wordpress.org/support/users/tanaka-hisao/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/next-steps-for-this-plugin/#post-7250167)
 * Status: not resolved