|
Welcome,
Guest
|
|
|
Hi,
I would like to know if it is possible to have a popup image, when mouse's arrow rollover room image in booking form, or in rooms list. Right now I can see the picture of the room (30x30), but nothing happens if I clic, or if I move over it. Thanks Roberto |
|
|
|
You`ll have to edit the makeRoomOverlibdata function in dobooking.class.php, somewhere around here:
if ($this->cfg_showRoomImageInBookingFormOverlib) { $room_imagetd='<td><img src="'.$this->roomImagePath.'" height="30" width="30" /></td>'; //$room_imagetd='<td>'.$roomStuff['IMAGE'].'</td>'; } Basically you`ll need to add the code that will generate the popup. It`s a tricky thing, I tried this once and didn`t worked...you`ll need to use a javascript that can be called programatically/on the fly, and not on page load. |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|