Title: Customizing Frontend Tooltip
Last modified: August 20, 2016

---

# Customizing Frontend Tooltip

 *  Resolved [patrick.hubig](https://wordpress.org/support/users/patrickhubig/)
 * (@patrickhubig)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/)
 * Hi there,
    i tried to restrict access to the Frontend to have less functions.
   I lost some informations on my tooltip and would like to have the Name and Info
   visible on that tooltip on the Frontend. Can i manually configure this ? At this
   time i only see the Time for a booking, nothing else.
 * Thanks in advance
    Patrick
 * [http://wordpress.org/extend/plugins/booking/](http://wordpress.org/extend/plugins/booking/)

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

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3371992)
 * Hello,
    Unfortunately, right now is not possible to show in the mouse over tooltip
   the “name” or some other info about the booking, when mouse over specific date.
   Sorry.
 *  Thread Starter [patrick.hubig](https://wordpress.org/support/users/patrickhubig/)
 * (@patrickhubig)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372000)
 * ok, so can you help me to customize this on my Own ? Can you tell me which code
   where to fill in ? I would change this on PHP basis.
 * I do use this code for visualizing:
    [bookingcalendar type=1 nummonths=2]
 * Thanks
    Patrick
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372003)
 * Hello.
    Unfortunately its not so easy to customize in the actual version. Because
   its will require to make modifications in many places of the plugin (need to 
   get this data from DB, transfer it to the client side and then visualize it in
   correct way). We will add such possibility (to customize it) in the future updates
   of the plugin.
 *  Thread Starter [patrick.hubig](https://wordpress.org/support/users/patrickhubig/)
 * (@patrickhubig)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372006)
 * ok i understand. We recently upgraded and restrictetd this only to the standard
   user. Before this we had a higher level to access it and there we had this in
   the tooltip. Since we restrictetd some functunality to Admins the tooltip shows
   only the Time.
 * So will this be in the next update ? Can you give me a timerange?
 * Thanks in advance
    Patrick
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372010)
 * I am not clearly understand your message about the relations of the user roles
   and tooltip information. Sorry. Can you explain it more detail and send the screenshots
   of that to the support email (you can find it at the plugin site)?
    Thank you.
 *  Thread Starter [patrick.hubig](https://wordpress.org/support/users/patrickhubig/)
 * (@patrickhubig)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372011)
 * Oh ok, im am not a native english speaking person 😉
    But it doesn’t matter at
   all.
 * I just want to see the Time and the Name on this Tooltip. We had this before 
   we upgraded the Version. It should be displayed always and independend of the
   User Roles.
 * We do use this as a booking Calendar for our photostudio. So i need to know who
   booked at a specific Time with “Time and Name” in case i have to negotiate with
   this Person.
 * I hope this is more understandable 😉
 * You can see the Frontend with Tooltip here
    [https://www.dropbox.com/s/17kd7ltehqy5d04/wordpress-booking-tooltip-frontend.jpg](https://www.dropbox.com/s/17kd7ltehqy5d04/wordpress-booking-tooltip-frontend.jpg)
 * Thanks in advance
    Patrick
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372013)
 * Hello.
    please try todo this customization:
 * open the file.. /booking/inc/biz_s.php
 * find this function declaration:
 *     ```
       function wpdev_booking_get_additional_info_to_dates($blank, $type_id ) {
       ```
   
 * then comment next line from this:
 * `return '';`
 * to this:
 * `// return '';`
 * after open this file /booking/inc/js/biz_s.js
 * then find this code:
 *     ```
       function get_additional_info_for_tooltip( bk_type , td_class , times_array ){
       return '';
       ```
   
 * and make this modification:
 *     ```
       function get_additional_info_for_tooltip( bk_type , td_class , times_array ){
       // return '';
       ```
   

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

The topic ‘Customizing Frontend Tooltip’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/customizing-frontend-tooltip/#post-3372013)
 * Status: resolved