Closed (won't fix)
Project:
Openresort Community Edition
Version:
5.x-1.9-3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2008 at 21:24 UTC
Updated:
25 Jul 2011 at 01:59 UTC
Symtom: Choosing dates in availability calendar, removes main calendar and displays nothing when it should display Details, Book Now etc.
Comments
Comment #1
canen commentedHello,
I kinda solved this but I am not sure if it covers all possibilities. There are a few issues at work here, at least in my install.
Calendars not showing up
For some reason
drupal_add_jsrefuses to add the javascript files in openresort. Still don't know why this happens but I got around it by overriding the$scriptsand$stylesvariables in my template.php file. In the_phptemplate_variablesfunction I have:Which is just what phptemplate does by default anyway. I don't know why it doesn't work as it should but that seems to fix it.
Progress bar, availability search, etc. not showing
Once again I didn't investigate too much but I got this to work by editing
accomodation.jsandunit.js. I removed the hide call in the oncomplete function and placed an explicit show call. So the two functions become:and
I am sure the issues are deeper than this but at least this gets the basic functionality back.
Comment #2
sgriffin commentedSweet. I'll give that a run and update the thread.
Comment #3
sgriffin commentedIt appears to work great. The old jquery looks like it was the cause to slow down a gmap within an iframe, now it looks much faster as well.
Thanks a bunch!
Comment #4
marcingy commentedProject is dead