Jump to content

Recommended Posts

Posted

This section?

 

						<%--console.log(curres.Quantities.length > 0);--%>
						<%--console.log(curres.CanShare);--%>
						<%--console.log(parseInt($("#bfquantspin").val()));--%>
						<%--console.log(parseInt(curres.Quantities[curres.Quantities.length - 1]));--%>
						<%--console.log(parseInt($("#bfquantspin").val()) < parseInt(curres.Quantities[curres.Quantities.length - 1]));--%>

  • 3 weeks later...
Posted
@nickbro Still a bit hit and miss on the "book button not passing the booking through" - it just sits on the page with the popup form on screen still. Opening the IE Dev tools, and clearing the cache sorts it for a while, but it seems to come back. Ideas?

 

I am experiencing the same issue. Switched off 'use a proxy server' and tried going direct but no change.

Posted
Thanks Nick, worked a treat. While here can I ask if its possible to change the weeks names from week1,week2 to other names instead such as yellow,blue week?
Posted

erm, I think so

 

The javascript that you may need is

(data[1] == 1 ? "Yellow" : "Blue")

 

Look for

"This Week is a Week " + data[1]

and replace the data[1] at the end with the code above

  • Thanks 1
Posted
@nickbro Keeping on the bughunt with v9.2...

 

The over-ride timetable/booking doesnt seem to be working properly...

 

The following gets entered into the bookings xml when over-riding an existing booking/timetable session...

 

 

Hi Nick

 

This one is still happening - caught it a few times. The thing that breaks it is for some reason it is bringing lesson through as "null" rather than the lesson that is clicked to over-ride. Anything we can do to bugcheck this one out?

Posted
Using firebug, on the DOM tab, look for curles or current lesson or something like that, see if that's getting populated. You can also use firebug to inspect the link you are clicking on, see what's in the onclick
  • 2 years later...
Posted
Hi, we're looking to implement a booking software where teachers can book IT Rooms, Meeting Rooms and Laptop cabinets. Just wondering where we can access "Home Access Plus+" ??
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...