lholland421
Members-
Posts
224 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by lholland421
-
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 !
-
Should I try reinstalling or replacing some core files ?
-
Its a bit odd, Would it help if i gave you a login?
-
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
-
i get [0,1] when a teachers username and its loading all the time.
-
hi nick i get this displayed [0,1]
-
when i load the booking system nothing is after # in the url as i don't seem to have #.
-
-
YOU'RE THE MAN !!! CHEERS !
-
@tj2419 That is what i need ! Thats awesome how do i do that? @nickbro im just about to debug it now.
-
hi nick still getting the issue with -1 Thanks!
-
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
-
HAP+ v9 - Basic CSS - Tweaking the colour scheme
lholland421 replied to mattgrimley's topic in Home Access Plus+
Thanks Nick ! -
HAP+ v9 - Basic CSS - Tweaking the colour scheme
lholland421 replied to mattgrimley's topic in Home Access Plus+
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 -
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
-
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
-
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
-
Rather strange issue with contacts in Exchange 2010
lholland421 replied to superatticman's topic in Enterprise Software
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 -
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
-
I've had a play with that before may be worth setting that up again ! Cheers
-
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!
-
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
- 10 replies
-
- home access plus+
- php
-
(and 1 more)
Tagged with:
-
Thanks for your help Nick ! All working now ! The problem was with cors . I had put it in the wrong place. Thanks !
- 10 replies
-
- home access plus+
- php
-
(and 1 more)
Tagged with:
-
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
- 10 replies
-
- home access plus+
- php
-
(and 1 more)
Tagged with:
-
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 !
- 10 replies
-
- home access plus+
- php
-
(and 1 more)
Tagged with:
