Welcome, Guest
Username Password: Remember me

Room Image
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Room Image

Room Image 2 years ago #287

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

Re:Room Image 2 years ago #288

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
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
  • Page:
  • 1
Time to create page: 0.26 seconds