Hi all, hoping there is an easy fix to this but I've toyed around with this for some hours and I haven't gone anywhere worthwhile.
Background on the site
We have a DNN based website which we will shortly be delivering to our client. The site has been setup with a custom script to check the user agents IP, if they are on a list it will automatically log them in, if the user agent isn't in the IP range they will go to a login page. All pages and folders on the website are visible to Registered users only.
Requirement
By default DNN within the page properties have administrator privilages disabled and forced as visible and editable (of course). Because none of the pages on this site will be visible to All Users we want to disable this someway and ensure it cannot be checked.
Tried solutions which haven't worked
I'm able to grab the ID from a rendered page and hide the display via CSS, but we want to avoid this.
I've tried to modify it with javascript (normal and jquery) but as soon as I attempt to use these same ID's that work with the CSS it stops the JS from running, even with document load methods.
We're using DNN version 04.09.04
Any suggestions?