Footer Display

Last post 02-24-2004 10:18 AM by KaiWenFranklin. 3 replies.

Sort Posts:

  • Footer Display

    02-23-2004, 2:33 PM
    • Member
      180 point Member
    • KaiWenFranklin
    • Member since 06-13-2003, 8:30 AM
    • Florida
    • Posts 36
    I'm trying to figure out how to hide the footer text that is displayed on the portal.

    I don't want any text showing up in the footer area. I thought I could comment out the following lines in the DesktopPortalFooter.ascx, but this does not work. The footer text still displays. Can anyone tell me what I'm missing?

    Kai



    <!--<asp:hyperlink id="hypHost" CssClass="OtherTabs" runat="server">Powered by siteHostTitle</asp:hyperlink>&nbsp;&nbsp;&nbsp; -->
    <!--<asp:hyperlink id="hypTerms" CssClass="OtherTabs" runat="server">Terms Of Use</asp:hyperlink>&nbsp;&nbsp;&nbsp; -->
    <!--<asp:hyperlink id="hypPrivacy" CssClass="OtherTabs" runat="server">Privacy Statement</asp:hyperlink> -->
  • Re: Footer Display

    02-23-2004, 3:06 PM
    • Participant
      945 point Participant
    • Jean-Marie
    • Member since 06-18-2002, 12:41 AM
    • California USA
    • Posts 189
    Kai,

    Instead of commenting out, add Visible="false" attribute

    <asp:hyperlink id="hypHost CssClass="OtherTabs" runat="server" visible="false">Powered by siteHostTitle</asp:hyperlinks>


    Jean-Marie
    Jean-Marie Bonnar
    www.speerio.net
  • Re: Footer Display

    02-23-2004, 3:10 PM
    • Star
      8,010 point Star
    • cjsmitty
    • Member since 06-29-2002, 3:35 PM
    • Rockford, IL
    • Posts 1,600
    Use visible="false" in desktopdefault.aspx where the footer control is.
    ~Chris

    Net Data Design
    706Horsman.us
  • Re: Footer Display

    02-24-2004, 10:14 AM
    • Member
      180 point Member
    • KaiWenFranklin
    • Member since 06-13-2003, 8:30 AM
    • Florida
    • Posts 36
    Thanks for the help, but this is still not working. I'm using the DNN 2.0 beta and the forms are a little different. The footer information is on a form called DesktopPortalFooter.ascx.

    I've tried to delete the HTML that is putting the information on the portal footer and commenting out the code and now I've used the visible=false property. I'm kind of stumped. Is this something you can't hide in DNN 2.0?

    If any one has any ideal on how to hide that text or change it I'm all ears. Oh I do know about changing certain parts of the copyright text by logged on as host. What I want to do is have the ability it not have any data show up in the footer.

    Thanks Kai
Page 1 of 1 (4 items)