Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. The help desk currently only supports XML
  2. Check the visible to bit in hapConfig.xml
  3. It will show unauthorized if the user has no resources visible to them
  4. Back up your changes, overwrite them. HAP+ will upgrade the hapConfig.xml file for you. That just leaves you to restore your changes.
  5. Yep, that can be done, but at the moment it wont show conflicts, I think @Minimo is looking into it though. You'd need to manually click the import button though, but that's also something we can look into, allowing you to run a batch file or something.
  6. hdadmins in hap.web.js is set automatically by the server for each user. Check they have been set as HDadmins in the hapConfig.xml file. Which version of HAP are you using?
  7. Doh, will have to re-release that, sorry about that, don't know what I did there
  8. Update to the latest plugin, I've fixed that one
  9. Logon tracker is a windows logon app. What you want is the Web Tracker which is enabled by installing SQL server and enabling the sql provider
  10. You've not set hap up correctly there Source File: C:\inetpub\wwwroot\web.config Line: 35 is a perfect sign that something isn't right, it's finding stuff to do with HAP in the web.config file in the root, not in the hap folder
  11. yep, or try and disable that module in IIS for the hap folder
  12. Ok, do you have WEBDAV enabled on that server?
  13. That is just jquery, it does that, if you can take a screenshot of the whole firebug window
  14. Yep, if your server does RD then it will. It sounds like the IIS isn't setup correctly, follow the installation video again to set it up.
  15. Ah, no, just replace the booking system folder from the v9.7 release
  16. Please reinstall HAP
  17. Updated the plugins releases on Home Access Plus+ - Download: HAP+ v10 Preview 3
  18. 1> Cal has been set with Min/Max times so it only displays what lessons are defined
  19. 1> Will look into that one 2> Look at the status, see the drop down box (click on the text next to status to change it) 3> I need to remove that button, see the assigned to (click on the text next to assigned to --- to assign) 4> Will add code to stop that 5> Will add code to fix that 6> Will add code to add that feature 1> Cal.aspx? WeekView.aspx? OverviewCalendar.aspx? 2> Not currently planned will see what I can do though
  20. Can you replace the files with the content of the booking system plugin zip
  21. Alter the top of ~/bookingsystem/default.aspx #bookingday #resources, .col a, .col .share, #bookingday .head h1 { width: <%=Math.Round(100.00 / (config.BookingSystem.Lessons.Count + 1), 1)%>%; } #bookingday #resources { min-height: <%=(60 * (rez.Count + 1)) - 2 %>px; } #bookingday .body .col, #bookingday #resources div { height: <%=Math.Round(100.00 / (rez.Count + 1), 1) %>%; } and then bookingsystem.css: #bookingday .body a, #bookingday .body .share, #bookingday h1 { display: block; position: relative; z-index: 10; margin: 2px 0 0 2px; float: left; font-size: 12px; min-width: 134px; padding: 10px 10px; min-height: 38px; height: 100%; background-color: #eee; text-decoration: none; color: #666; cursor: default; white-space: nowrap; text-overflow: ellipsis; }
  22. Ok, delete C:\inetpub\wwwroot\web.config
  23. Check that the HAP.AD dll exists in the bin folder. If you install HAP+ into the root it can stop the rdweb folder working correctly, always best to install it into a sub folder and use a http redirect
  24. Just need to know if /styles/bookingsystem.css is loading
  25. Ok, it's got to be CSS related, can you check the stylesheets are working
×
×
  • Create New...