Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi dfhectik,
    you want to show special instruction data on admin calendar on the place of appointment name

    Thanks

    Thread Starter pixelstorm

    (@dfhectik)

    yes i want to show special instruction data on calendar.. how do i do that.

    1. go to in your plugin directory
    2. select menu-pages folder
    3.open caledar.php file
    4. go to on line number 38
    replace this line with old line
    $FetchAllApps_sql = “select id, name, start_time, end_time, date, note FROM $AppointmentTableName“;
    and
    5. on line number 42
    replace this line
    $title = $single->note;
    with old code

    Thanks

    Thread Starter pixelstorm

    (@dfhectik)

    so that requires us to go into the server files?

    yes

    Thread Starter pixelstorm

    (@dfhectik)

    is there any other way to have a note attached to an entry. would prefer not to edit core files for future update reasons

    Sorry this is not possible with out editing code
    we will add this in next version and inform you…
    Thanks

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

The topic ‘Special Notes Section Made Visible’ is closed to new replies.