Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. You would need to set up 2 instances of HAP+. As long as they are setup for SSO you shouldn't have an issue. You could even go as far as using the same authentication keys which would mean that the old forms login works. Just copy hap to another folder and away it should go.
  2. Another one for Lets Encrypt I recommend https://github.com/Lone-Coder/letsencrypt-win-simple
  3. My shortcuts point to N:\ and R:\ respectively. O:\ for ODfB
  4. This is our layout
  5. Not in our Windows 10 builds, figured why bother, should work if it's redirected though as this is the Windows Start Layout, not the program shortcuts
  6. Create some shortcuts and add them as items in the start menu. Log Off will be logoff.exe
  7. that would be from the CES ID from SIMS, you may want to create a report to fill that in
  8. check the filter bit for staff, it should read Get-ADUser -searchbase $staffbase -filter 'employeeNumber -like "*" -and UserPrincipalName -like "*@' + $staffemail + '"' -Properties EmployeeNumber | Also check the staffemail variable at the top
  9. It's the ID from the SQL database, it was the only thing I could think of. That is stored in the employeeID field in AD
  10. Best to just edit the hapConfig.xml file directly
  11. Penstripe I think
  12. Switchshop
  13. Hi all, Spent two days writing this script for SIMS in powershell. What you need to make it run: Server/PC with AD Powershell Scripts Download and install Azure PowerShell Download the tool from Microsoft School Data Sync Toolkit Download and import SIS School.zip Download and Edit SDS.zip Follow instructions in SDS.ps1 script is provided as is, seems to work for me.
  14. Can't beat some of the hauls, did get some wine tho
  15. Hmm really odd. I come back to why force this feature off? I think by doing what you are doing (which in an asp.net application isn't needed) it isn't able to figure out that the hap file being presented is a javascript file. If you must have that header on for other sites, I would recommend having it removed in HAP application
  16. This patch shouldn't cause that error as it's only css files. The key is always a result of a mis formed hapConfig.xml file, check the drive mappings
  17. Hmm looks like the HAP+ core javascript file isn't loading. Can you browse to /hap/api/js/hap If that comes up with an error then post that error here.
  18. ok, for that you will need to edit the HAP+ project in visual studio. You need to edit the login.aspx.cs page replace UserHostAddress with Request.Headers.Get("x-fordwarded-for") Rebuild HAP.Web and copy HAP.Web.dll to the bin folder.
  19. Check that you haven't set a time you can book before. The green line indicates where HAP+ 'thinks' it is, and you can say you can book lessons up to xxx minutes before. It could be that this is set to something other than 0 which means HAP+ will not allow bookings if they are within that window. If that makes sense
  20. If you have edited the me table via the setup page that can break the me tab. Best edit hapConfig.xml directly in an editor. This is the Me xml
  21. Do you have any error messages when browsing to HAP+ from the server which would give more indication as to what is causing HAP+ to throw a wobble?
  22. This isn't HAP+ specifically, as HAP+ is just an ASP.net website. What you need is the Remote Desktop stuff 1. Go into RD Gateway Manager 2. Right click on the server > properties 3. Change the SSL certificate 4. Browse to https://%domain%/rdweb/ 5. Login 6. Download the RDP files and save to HAP+ replacing the existing files
  23. In which way would you want HAP+ to use this?
  24. Hi all, I've just uploaded another long awaited Responsive Patch, Seems I'd made the changes on my local install but not copied them to codeplex. https://hap.codeplex.com/releases/view/629777 This 'should' reduce the menu bar size when using a tablet, or screen with small resolutions (less that 800px wide)
  25. You use the %homedir% variable
×
×
  • Create New...