Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Yes it is
  2. Have you updated the direct edit app? DirectEdit - nb development
  3. Self Signed Certs won't show as valid unless you get a certificate from a certification authority (even a self windows one)
  4. Can you open your ~/app_data/hapConfig.xml file, look at the 3rd line (AD), check your domain name is domain.tld, e.g. crick.internal, powyscc.local, etc... It needs to be the FQDN.
  5. Ok, something is missing from that web.config file It should be
  6. ok, that code should stop alert them if they type a '\' or '@'
  7. Can you post the full error message?
  8. Sorry about thatHAP.BookingSystem.zip
  9. Repeat the above for ~/myfiles/, ~/bookingsystem/, ~/helpdesk/
  10. Try this, edit ~/login.aspx Find and insert $('input[type=text],input[type=password]').keyup(function (e) { if (e.keyCode == 13) { $("#<%=username.ClientID%>").val($.trim($("#<%=username.ClientID%>").val())); location.href = $("#<%=login.ClientID %>").attr("href"); } [b]else if (e.keyCode == 220 || e.keyCode == 222) /*back slash*/ { alert("Please enter just your username"); }[/b] });
  11. What do you get when you go to /hap/api? /hap/api/setup? /hap/api/setup/help?
  12. Check to see if you need to remove the Section
  13. ~/bookingsystem/web.config
  14. Make sure you are using HTTPS and have bindings in IIS for both HTTP and HTTPS
  15. See attached updated dll. You can {11} in the template for the date time stamp Cancellations will include it in the description
  16. Ok, must of missed the updated strings.xml update See https://hap.codeplex.com/SourceControl/latest#CHS%20Extranet/HAP.Web/App_LocalResources/en-gb/Strings.xml Update your strings.xml file in App_LocalResources
  17. Not that I know of, my job has expanded at my school so I have less time to work on this, only got home 15 minutes ago, 12 hour day at work (though the last 2 hours were a general end of week chat with AH and HT)
  18. I've got the 925, and had the 920 before it. Personally I'd get the 930, it's newer, has more, and IMHO looks better. Nokia Lumia 930 | Windows Phone (United Kingdom) Buying the phone outright is a better option for me, £15pm contract unlimited data, 5gb tethering, unlimited text and 200 minutes (I use skype when I can for calling which is free because of the data). I found getting the phone as part of the contract was more expensive in the long run, as I would be on a £35pm contract to get the 925, and may have to put a bit down initially, or it was when I got the 925. Just brought my boss a 530 dual sim, which seems pretty good, though you need an microSD card for extra memory. Brought my mum a 730 last month for her birthday, upgrade from the 520. The 520 has a tendancy for the buttons to stop working. 925 has a good camera on it, slightly better than the 920, but not as good as the 1020. I was quietly impressed with the 730, looks a lot like the old 920, infact it's bigger than my 925. The camera isn't as good and it's doesn't feel as expensive.
  19. Have you set the exchange url?
  20. The fix above is older than the releases on codeplex just so you know
  21. I'm good for any date really
  22. I'm up for any excuse to get out of this place for a few hours, Crickhowell South Powys
  23. HAP+ doesn't support this without running 2 hap instances on servers in each domain, you can use IIS Application Request routing to route the 2nd so you only need 1 application. The other option is you have the same username on both networks, use the primary one (curriculum) and use NTFS permission to allow the curriculum user access to their admin docs via a separate drive mapping
  24. Are they up to date?
×
×
  • Create New...