Contents - Index


Remote Access of the calendar of a given property

Previous to Jomres 2.7 remote availability was achieved by installing the remote availability plugin, but that is now part of the core so now all you need to do is set up an iframe on the remote server. Below is an example of the frame that you might want to include:

<iframe scrolling=no FRAMEBORDER=0 MARGINWIDTH=10 MARGINHEIGHT=10  src ="http://URL_OF_THE_SERVER_THAT_JOMRES_IS_ON/index2.php?option=com_jomres&task=remoteavailability&popup=1&id=1" width="540px" height="540px"> </iframe>

Don't forget to set id to the property uid of the property you want availability information on, and of course set the url to that of your Jomres server.