I'm contracting for a company which uses DNN, and I was brought in to finalize their test site prior to launch. I am not super experienced with CMS; I have used Joomla for one site, but not DNN. An ad agency built their site but the company is no longer using that agency (so I can't get any help there) and wants many changes to it. I downloaded the Super User Manual and have been able to find answers to some things in there, but there are several issues that I can't solve and questions I still have. Here goes.... *deep breath**:
1. When page names are changed, the URL automatically changes, but the a href paths in the code don’t update to reflect this change, so the links to those pages no longer work. Is there a way for the links to automatically update? Otherwise we have to manually find and update each link.
2. Is there a way to do a find/replace in the HTML code of each page?
3. Is there a way to do a universal check for broken links?
4. How do I change the copyright throughout the site from 2012 to 2013? The agency did not use the copyright module, but instead created this custom copyright in the code of the footer section, which I can't find anywhere to edit: <div id="copyright">©2012 by ikaSystems Corporation. All rights reserved. <a href="/PrivacyPolicy.aspx">Privacy Policy</a></div>
5. A page that the agency made uses a container that I need to copy and edit to use on other pages. On the page with the container, I clicked on Manage > Settings > Module Container, and it shows the container name. The "info" popup says "Select a Container for the Module (to add a new Container go to the File Manager)." I found the container listed on the page /Admin/Skins.aspx, but I can’t find a way to copy it or create a new container. I downloaded the DNN manual, and looking through it I found this:
The Host > File Manager page displays the File Manager module which enables the Host to manage file folders, upload new files and manage existing files. This File Manager includes the follow default folders: Host Root, Cache, Containers, Event Queue, Logs, Skins, Smiley's and Templates. See "About the Host File Manager"
The Host Console can be accessed either by hovering over or clicking on the Host link in the Control Panel. This section is only available to SuperUsers and the Host. The Host Console provides access to manage global settings for all sites and host level tools. Note: The Host page is hidden from the site navigation by default however it can be restored using the Pages module.
I don’t have access to the Host Console and it seems that’s the only way to create and edit containers. Is that correct? Do I need access to the Host Console? If not, how can I create and edit containers?
6. I want to change the link colors on all links on product pages, which use the “solutions” stylesheet. However, when I add the code below to the solutions stylesheet, the link colors in the home page carousel module tab and the sidebar tabs also change. How do I make the carousel module and sidebar not refer to the solutions stylesheet?
.solutions a:link, a:visited, a:active{text-decoration:none;color:#06f;}
.solutions a:hover{text-decoration:none;color:#039;}
I really appreciate any help anyone can give me on these things.