HOWTO: How can I remove the Powered By / Copyright footer text?

Expand / Collapse
 

HOWTO: How can I remove the Powered By / Copyright footer text?

Share: Share
UserCPEditMemberPhoto_MemberPhotoToolTip

By Ryan Healey
InstantASP Support


You can hide the Powered By InstantForum.NET or Powered By InstantKB.NET and / or the standard copyright message that is displayed at the bottom of each InstantForum.NET & InstantKB.NET page by modifying the "\Skins\{SkinName}\Controls\Footer.ascx" file.
 
InstantForum.NET 2010

Modify this file as so…

<div class="contentFooter" visible=”false” runat=”server”>
                     
    <InstantASP:HorizontalLine ID="HorizontalLine1" CssClass="contentFooterLine" Runat="Server"/>
   
    <InstantASP:Spacer runat="Server" />
   
    <div class="SmallTxt" style="text-align: center; width: 100%;">
      <InstantASP:HyperLink runat="Server" id="hypCopyright" /><br />
      <InstantASP:Label id="lblRequestTime" Runat="server"/> 
      <InstantASP:Label id="lblDatabaseQueries" Runat="Server"/> 
      <InstantASP:Label id="lblCompression" runat="server"/>
    </div>
   
</div>

My changes are highlighted in yellow.

InstantKB.NET 2.0.6

Modify the file like so...

<div class="contentFooter" visible=”false” runat=”server”>
    
    <InstantKB:FooterOptions id="ctlFooterOptions" Runat="Server"/>
           
    <InstantASP:HorizontalLine CssClass="contentFooterLine" Runat="Server"/>
   
    <InstantASP:Spacer runat="Server" />
   
    <div class="SmallTxt" style="float: left; text-align: center; width: 100%;">
        <InstantASP:HyperLink id="hypCopyright" CssClass="SmlLinks" Runat="Server"/><br />
        <InstantASP:Label id="lblRequestTime"  Runat="server"/>
        <InstantASP:Label id="lblDatabaseQueries" Runat="Server"/>
        <InstantASP:Label id="lblCompression" Runat="server"/>
    </div>
   
</div>

The changes are highlighted in yellow.

I hope this information helps. If you have any questions please don't hesitate to contact us.


Rate this Article:

Add Your Comments


Comment require login or registration.

Details
Product: InstantKB.NET, InstantForum.NET

Type: HOWTO

Article not rated yet.

Article has been viewed 1,836 times.

Last Modified:27 August 2010

Last Modified By: Ryan Healey

Options