-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
The help desk currently only supports XML
-
Check the visible to bit in hapConfig.xml
-
It will show unauthorized if the user has no resources visible to them
-
Back up your changes, overwrite them. HAP+ will upgrade the hapConfig.xml file for you. That just leaves you to restore your changes.
-
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.
-
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?
-
Doh, will have to re-release that, sorry about that, don't know what I did there
-
Update to the latest plugin, I've fixed that one
-
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
-
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
-
yep, or try and disable that module in IIS for the hap folder
-
Ok, do you have WEBDAV enabled on that server?
-
That is just jquery, it does that, if you can take a screenshot of the whole firebug window
-
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.
-
Ah, no, just replace the booking system folder from the v9.7 release
-
Please reinstall HAP
-
HAP 10 Preview 3 - New Helpdesk Ticket - Error Not Found
nickbro replied to mattgrimley's topic in Home Access Plus+
Updated the plugins releases on Home Access Plus+ - Download: HAP+ v10 Preview 3 -
HAP 10 Preview 3 - New Helpdesk Ticket - Error Not Found
nickbro replied to mattgrimley's topic in Home Access Plus+
1> Cal has been set with Min/Max times so it only displays what lessons are defined -
HAP 10 Preview 3 - New Helpdesk Ticket - Error Not Found
nickbro replied to mattgrimley's topic in Home Access Plus+
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 -
Can you replace the files with the content of the booking system plugin zip
-
HAP 9.7 - Booking system... looks odd...why?
nickbro replied to TheFopp's topic in Home Access Plus+
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; } -
Ok, delete C:\inetpub\wwwroot\web.config
-
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
-
Just need to know if /styles/bookingsystem.css is loading
-
Ok, it's got to be CSS related, can you check the stylesheets are working
