Jump to content

beneal

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by beneal

  1. As Trust ICT Technician, you will play a key role in the implementation and support of the Trust’s ICT strategy and technical operations. Your expertise will help to deliver an outstanding service to staff, students, and the central team. https://endeavourlearning.org/trust-it-technician
  2. The only time I've seen this behaviour is when groups are set incorrectly in /BookingSystem/Web.config so that might be something to look at. Weird if it's working for some and not others though..
  3. Yes, you can use a two-week timetable. It works off numbering the days up to 10 (so week 1 is days 1-5 and week 2 is days 6-10). p.s. also make sure you have 2 week timetable turned on in setup.
  4. @martman2002uk Afraid not. Haven't looked at it in a while but if memory serves I tried Nick's suggestion with the hap.ad.dll and it just broke completely. We've generally just been advising staff to use this if they want read access to network files but use OneDrive or offline files if they actually want to work on stuff.
  5. Did either of you get anywhere with this? We have a similar issue. Visibility of drives in HAP seems to work as it should and follows groups if they're set. However, staff can't write/upload to folders where their permissions are set via security group.
  6. Thanks Nick, unfortunately I've tried all the patches I could see on Codeplex / GitHub and none seem to fix it. Which one should do it? Cheers.
  7. Hi, On the latest version of HAP+ we're seeing issues (spotted on iPad & iPhone) where the Heading bar splits on to several lines. It's not a problem for most areas but in MyFiles the drives are hidden behind the title bar: Has anyone else found this? We've fixed it (a bit) by re-adding the following in to MyFiles\Default.aspx from an older version: $("link[media='handheld'], link[media='screen and (max-device-width: 780px)'], style[media='screen and (max-device-width: 780px)']").remove(); ...but should this be needed now or should this styling work by some other way?
  8. Thanks Stuajnht. Have DM'd my email, we'd love to help with testing. There's some info on the Foldr site about using plist files with MDM which may be useful: What's new at Foldr HQ | Foldr - Free your files To be fair, if we can set the server this way then it doesn't really matter that you can't change it in the app.
  9. Here's what we have in hapconfig for our pool of iPads, working fine on version 10: Collect from ICT Support
  10. Stuajnht, We've had a play with this today and it really is very good! Well done and thanks to all involved - It's quicker and more streamlined than any other file access app we've tried (and paid for!). Just a couple of things we've thought of before we can see ourselves rolling it out across our school: We would install the app on iPads via our MDM. We can add a .plist file to add custom config, would it be possible to create a .plist file with the server details included so this is automatically filled in for the user? If you log out, you don't get the option to enter server details again. This would not generally be an issue but while we were testing we altered the server address and discovered we were then just stuck with no way to edit except reinstalling. It's nice not having the server address there on the login page all the time but maybe something could be added, either discreetly in the UI or within the iOS Settings to edit the server details or start afresh. Thanks!
  11. It's a combined role, working within the ICT Support team with a focus on data. Management of our data systems is done by our senior assistant head and most of the reporting and analysis systems are in place already. This new role has been created to assist with the administration and development of these when required. The post-holder will also provide general ICT Support and help to manage our 1:1 iPad scheme. This is all in conjunction with 3 other members of the team.
  12. Permanent contract, 37 hours per week Term-time plus 3 weeks Grade 5, SCP 17-21 (£17,547 - £19,939 pro-rata) Closing date: Monday 27th June 2016, 12 noon Interviews: Week commencing Monday 4th July 2016 Full details and application info: ICT Systems Technician Please feel free to message me if you would like any more info.
  13. Actually I was mistaken, emails are sent to admins individually from the booking system, but as far as ofice 365 is concerned they're sent from the staff member making the booking, so they don't get deleted. We don't use the helpdesk so I can't say what that would do.
  14. This seems to be the same for us since we moved to Office 365 - appointments are received by staff but immediately deleted. It's not too bad for us because admin emails are received ok (presumably because they're sent to a group mailbox rather than individual) but it would be nice for our teachers if anyone has a solution!
  15. Permanent, full time contract (37 hours per week) Term time only plus 2 weeks Deadline for applications: 1st February 2016 Data Manager Vacancy
  16. I've been doing some work at a primary school and they had this issue. After some digging I discovered that the 'shopping' category is blocked by default in LightSpeed. itunes.apple.com falls into that category so gets blocked. Rather than allowing the category I put this URLs into the student allowed url patterns and this got them going. I also put a few others in for good measure to make sure app updates etc worked: phobos.apple.com itunes.apple.com ax.itunes.apple.com albert.apple.com gs.apple.com No proxy settings or anything at all here for the ipads to connect.
  17. We're looking for a new Performing Arts and Music Technician here at Ormskirk School. Although not strictly an ICT-centered job the post is based within the ICT Support team and does have certain duties and responsibilities that overlap with the ICT technicians (such as support of a new Mac suite and revamped recording studio in the Music dept. after the summer) so I thought there may be some interested people here. Arts/Music Technician Vacancy Any questions, please PM.
  18. Yes, sorry. Same file, line 31, change the value of background-color #bookingday .body a, #bookingday .body .share, #bookingday h1 { ... background-color: #??????... }
  19. Changing the colours of free/booked time slots is fairly simple, just add the following lines to hap/style/bookingsystem.css (supplementing the colours for your own choices) #bookingday .body .col a.free { background-color: #aaeeaa } #bookingday .body .col a.free:hover { background-color: #88cc88} #bookingday .body .col a.static { background-color: #ffccbb} #bookingday .body .col a.static:hover { background-color: #ffccbb }
  20. Hi again, Probably another question for Nick (sorry!) -Is there any way of making the Display Board view show notes?
  21. Cheers Nick!
  22. Hey all, There's a couple of things I'm trying to do and having trouble, I wondered if anyone could help me out: 1. Linking to Homepage Link Group I want to make a link to a particular menu on the homepage i.e. Bookings. It's an anchor so the url is ../hap/#-bookings so that's what I link to. It works fine if you're already logged in but if not you just go to the login page. I tried various things with ReturnURL on the link since that works for actual subfolders (e.g. hap/bookingsystem) but it seems to be stripping that off and reverting to just ReturnUrl=%2fhap%2 2. Booking quantities I've set up a resource for spare iPads that we want to be bookable. It's set to sharable and all works great, but the default quantity when booking is always the highest available. Is there any way I can set this default manually? I'd rather it was 1 by default and staff could increase that if they need more. Thanks!
  23. Any chance of being able to make static bookings by clicking on a period? It would be great if there was just a 'Make permanent' tick box for admins when you make a booking which you could set and it goes into the static bookings instead of as a one off?
  24. Our Moodle was awful yesterday. Thank God we've decided to take it in-house from the end of the year!
×
×
  • Create New...