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.
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.
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.