Remove Terms and Privacy Notice From Site


Author Message
Mike

Posted: 8/25/2010
Quote message 

Is it possible to remove the "Terms of Use" and the "Privacy Statement" from the skin?

THanks in advance for your help.
 
Mike

Posted: 8/25/2010
Quote message 

I solved this on my own.

Need to add visible="false" after both lines for terms and privacy. Here are those corrected lines located in the page.ascx file if anyone else needs them.

<p><dnn:TERMS runat="server" ID="dnnTerms" visible="false" />
<dnn:PRIVACY ID="dnnPrivacy" runat="server" visible="false" /><br />