I'm trying to get uForum up and running. The macro 'uForum-RegisterCSS' is giving an xslt parse error that I can't track down. When I try and look up the umbraco library calls to check parameters and find out what each function actually does, I get a 403 error. The path is 'http://our.umbraco.org/documentation/v480/Reference/api/umbraco.library/'
Umbraco Library Link Broken
I'm trying to get uForum up and running. The macro 'uForum-RegisterCSS' is giving an xslt parse error that I can't track down. When I try and look up the umbraco library calls to check parameters and find out what each function actually does, I get a 403 error. The path is 'http://our.umbraco.org/documentation/v480/Reference/api/umbraco.library/'
The functions that don't seem to work are:
umbraco.library:RegisterStyleSheetFile('uForumCSS', '/css/uForum.css')
umbraco.library:AddJquery()
umbraco.library:RegisterJavaScriptFile('uForum', '/scripts/uForum/uForum.js')
Commenting all three out causes the xslt parse error to go away. Uncommenting any one of them brings the error back.
Thanks Jon
is working on a reply...