Jump to content

lholland421

Members
  • Posts

    224
  • Joined

  • Last visited

Everything posted by lholland421

  1. Okay Nick will try replacing the booking system files from the latest one and seeing what happens ! Ill message you a username and password shortly ! Thanks Nick !
  2. Should I try reinstalling or replacing some core files ?
  3. Its a bit odd, Would it help if i gave you a login?
  4. Hi Nick i have checked this on multiple users and they all have max bookings -1 in the source code. have i missed out some sort of permissions or something? Thanks
  5. i get [0,1] when a teachers username and its loading all the time.
  6. hi nick i get this displayed [0,1]
  7. when i load the booking system nothing is after # in the url as i don't seem to have #.
  8. Hi Nick ! i have an error! thanks Nick
  9. YOU'RE THE MAN !!! CHEERS !
  10. @tj2419 That is what i need ! Thats awesome how do i do that? @nickbro im just about to debug it now.
  11. hi nick still getting the issue with -1 Thanks!
  12. Hi Nick , I am currently having an issue where users cannot book anything. they are told they have exceeded the max bookings per week. I have set this to 9999999 so I don't think they would have. Any ideas ? Thanks
  13. Hi is there any way of making the left hand bar in the booking system static. so no matter if the user has to scroll to view the Periods they can still see the rooms on the left? Thanks
  14. Would i need to setup anything else on the domain for this to work? cannot seem to get this to work at all. Yet i have Reverse DNS setup
  15. hi nick, is there anyway of having separate booking tiles one for room bookings and one for resources ? I guess they would have to be on separate booking systems ? thanks
  16. Hi, I have xibo running now. i was wondering if it is at all possible for you to be able to run a shell command or something within xibo so it plays all videos from a folder on loop? Thanks
  17. This may help http://technet.microsoft.com/en-gb/library/bb123794(v=exchg.150).aspx Look under add an email address to a user mailbox , you can then make the internal default if already listed and remove thier personal one. Hope this helps
  18. Hi Nick , Thanks for your Reply. Reverse DNS is setup. They use the same domain in hap its listed as saints.local but we just use saints i didnt think this would make a difference. Thanks
  19. I've had a play with that before may be worth setting that up again ! Cheers
  20. Hi All, Just want to know what everyone is using for their info screen systems. I could do with a media player that plays everything from a folder all of the time if anyone has any suggestions. Thanks In advanced!
  21. Just been thinking about the failed login, i assume that when the wrong username and password is entered HAP gives an error back. Could i not code it so upon error display Wrong username and password? Thanks Nick
  22. Thanks for your help Nick ! All working now ! The problem was with cors . I had put it in the wrong place. Thanks !
  23. Thanks Nick ! I have put that up on the site here: http://dev.st-augustines.worcs.sch.uk/Home/PortalLogin.html I guess im probably missing something on my server configuration as when i click submit it does nothing, Sorry for the hassle. Thanks
  24. Thanks for your help so far Nick appreciated Here is what i have now, still cant seem to get any response. <br /> $(document).ready(function(){<br /> $("button").click(function(){<br /> var formData = {Username:"someusername",Password:"somepassword"};<br /> $.ajax({<br /> url : "https://portal.st-augustines.worcs.sch.uk/hap/api/ad/application/json",<br /> type: "POST",<br /> contentType:"application/json",<br /> dataType:"json",<br /> data : formData,<br /> success: function(data, textStatus, jqXHR)<br /> {<br /> //data - response from server<br /> },<br /> error: function (jqXHR, textStatus, errorThrown)<br /> {<br /> <br /> }<br /> <br /> });<br /> });<br /> });<br /> Send POST Thanks Nick !
×
×
  • Create New...