Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Sorry, the correct on is
  2. Add this to the web.config requestEncoding="en-gb" responseEncoding="en-gb"/>
  3. Save the image in the images folder, and use ~/images/image.png. The system then processes that image looks for what colour it is, and does some resizing, which is why it references /api/
  4. it's a known bug at the moment, it is fixed in v10 preview release
  5. Add a http binding in iis
  6. Copy the web.config file from the v10 release to the v9.5 release
  7. See this video: Home Access Plus+ - Documentation It enables kerberos/NTLM logon for internal pcs. When a user goes to the home page they are greeted with a you have been auto logged in, some functionality doesn't work, click here to log in.
  8. Add a HTTP and HTTPS binding to IIS
  9. Browse to /api/setup and if it says anything but endpoint not found you have an issue
  10. try to navigate to /setup.aspx and resave the config
  11. Good to know it's working now.
  12. I've just tested the password reset on a few test sites I have and non post this problem. Unfortunatly the error you've screenshotted it to do with my files. Look for any asp.net error with /hap/livetiles/me/Password as the request url
  13. Thanks, I am looking into this bug, thanks for logging it though. v10 is still in preview. If you navigate to another page it will let you sign out from there
  14. MSI download link should now be available
  15. It's in as part of the v10 preview release, you can download the client from DirectEdit - nb development
  16. It isn't but it is in the Microsoft Update catalogue, just import the update from there
  17. See: Home Access Plus+ - Download: v10 Preview I think the release notes say it all
  18. Hopefully have v10 out the door later today
  19. Odd, I managed to PXE boot the 250, booted into windows, control panel, advanced restart, bios, disabled secure boot, rebooted, hit DEL straight away, back into bios, disabled the other setting, then enabled PXE. Restart and then F12, select PXE Boot. Sorry, can't remember what the actual settings in the bios are, but it's on the boot tab, disabled secure boot I think, reboot, then enable legacy stuff, which will allow old style PXE boot too work
  20. Add this registry: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer HideSCAVolume REG_DWORD 0 RM recommend some other stuff as well: tec3549589
  21. 1. Added as a feature for v10, it will be /api/home-permalink/%everything after #%, e.g. /hap/api/home-permalink/-bookings 2. Unfortunately this isn't possible via config, but you can edit code to do it, edit ~/bookingsystem/default.aspx, go to link 509, change: $("#bfquantspin").val(cr3).spinner( "option", "min", 1).spinner("option", "max", cr3); to $("#bfquantspin").val("1").spinner( "option", "min", 1).spinner("option", "max", cr3);
  22. The zip file was named wrongly, it is v9.7
  23. The feature was added in v9.7
  24. Try a search on these forums for inaccessible log security
  25. This is our exchange 2010 staff sig transport rule Identity: 'School Logo' Name: 'School Logo' Comments: 'School Logo' ApplyHtmlDisclaimerLocation: 'Append' ApplyHtmlDisclaimerText: ' %%DisplayName%% %%Title%% Email: %%Email%% Tel: 01873 813500 Fax: 01873 813550 ' ApplyHtmlDisclaimerFallbackAction: 'Wrap' ExceptIfSubjectOrBodyContainsWords: 'https://folders.crickhowell-hs.powys.sch.uk/style/logo-black.png'
×
×
  • Create New...