• I will use this plug in to enable 6 different volunteers to sign up for secretary duties at our weekly Rotary meetings (we call them “scribes”). Each scribe signs up for 5 meetings in the following 6 months.

    Since this is a self-managing system, scribes should be able to check the public calendar to see who is scheduled for each meeting, and which days they scheduled themselves for in the coming 6 months.

    QUESTION:
    Can I modify the code to insert the “Booked by: [name of scribe]” (that I see in the admin calendar) into the public calendar?

    If that’s not possible then can I set the Appointment Calendar admin access to Contributor or Author role, to enable scribes to check the admin calendar themselves?

    Thank you,

    Nick

    http://wordpress.org/plugins/appointment-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Nick,

    It’s quite simple, needs to modify one of code line.

    Here the instructions:

    File to edit: appointment-calendar-shortcode.php

    Search code line (around 288)

    title: "<?php _e("Booked", "appointzilla"); ?>",

    Modify code line as below:

    title: "<?php _e("Booked By: ", "appointzilla"); echo ucwords($title); ?>",

    And you done.
    Thanks Nick for using Appointment Calendar.

    (Hey Nick, If plugin really helpful in your business then you could leave thoughts about Appointment Calendar here)

    Many Greetings
    Frank

    Thread Starter ndespota

    (@ndespota)

    Thank you, Frank! If I decide to use this plug-in for my application, I will definitely write my thoughts about it. I appreciate your responsiveness.

    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify to see "Booked by: [name]" in public calendar’ is closed to new replies.