Hi Chris,
Thanks for the access. I had a look around on your sites:
1 - The "Providers" problem seems to be a bug on DNN. DNN has a very important folder called "Providers" already and I think this is causing conflicts with pages called providers and pages underneath that - I have tested on DNN 7 and got the same results as you. I may post that on the DNN bug track system - I don't have a work around this one - sorry;
2 - In regards to the images on the other site, for me it worked just fine. check the images I have added under the "Water" page;
3 - In regards to the problem setting up permission, there is something very strange on your site. The site is DNN 7.1.2 and it should be using the following jquery and jqueryui versions:
- http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
- http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js
but the site is actually using:
- http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
- http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js
These are older versions as compared to the one dnn needs. Not sure how and why it is using that, but you need to change this under Host/Host Settings/Advanced Settings/JQuery Settings - "Hosted jQuery URL" and "Hosted jQuery UI URL". I have not changed that for you as you may have reasons for that, but most likely this is the root cause of the permission not working.
Best regards,
Aderson