LockedRemoving ASP Logo on Forum Pages

Author
emcee
New Member
  • Total Posts : 5
  • Reward points : 0
  • Joined:
  • Status: offline
0

Removing ASP Logo on Forum Pages

I did a search but couldn' t find an answer to my question. How do I remove the ASP logo from the forum? What file is this referenced in?

Thanks!
#1

8 Replies Related Threads

    Bruce Lee
    Senior Member
    • Total Posts : 76
    • Reward points : 0
    • Joined:
    • Status: offline
    right here :) (permalink)
    0
    http://www.aspplayground.net/forum/tm.aspx?m=375801

    It says header/footer information, but the logo is referenced here as well. You can either modify the source of header_footer.asp, or just replace the logo with your own with the same file name. Our admin control panel has the feature dynamic header/footer which is also useful to design your own site style.
    post edited by Samuel -

    Bruce Lee
    ASPPlayground.NET Custom Software Developer
    #2
    Guest
    Super Member
    • Total Posts : 958
    • Reward points : 0
    • Joined:
    • Status: online
    Re: right here :) (permalink)
    0
    That page does not exist
    #3
    APGvNext (Sam)
    vNext Owner
    • Total Posts : 12448
    • Reward points : 218330
    • Joined:
    • Status: offline
    Re: right here :) (permalink)
    0
    thanks for your notice.

    This is a very old thread, so the reference is no longer at the location. I have updated it to reflect the system change.
    #4
    Guest
    Super Member
    • Total Posts : 958
    • Reward points : 0
    • Joined:
    • Status: online
    Re: right here :) (permalink)
    0
    the answer in the link is very unhelpful to novices looking at forums for 1st time, how do you do it, is it only done via 3rd arty software to edit (MasterPage) or is it  file called that?
    Saying read the manual is not always the way to do it, especially if you do not fully understand, or are looking at forum software.
    #5
    APGvNext (Sam)
    vNext Owner
    • Total Posts : 12448
    • Reward points : 218330
    • Joined:
    • Status: offline
    Re: right here :) (permalink)
    0
    Hi,

    Master Page is an ASP.NET feature (a page with extension .master) that serves like a container for common elements (header/footer).

    Here is the description for Master Page from MSDN (Microsoft's site):

    MicrosoftASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feel and standard behavior that you want for all of the pages (or a group of pages) in your application. You can then create individual content pages that contain the content you want to display. When users request the content pages, they merge with the master page to produce output that combines the layout of the master page with the content from the content page.
    #6
    reba95
    New Member
    • Total Posts : 3
    • Reward points : 120
    • Joined:
    • Status: offline
    Re: right here :) (permalink)
    0
    Thank you, this post is exactly what I was looking for. 
    #7
    Bud
    vNext Owner (f)
    • Total Posts : 145
    • Reward points : 3040
    • Joined:
    • Status: offline
    Re:Removing ASP Logo on Forum Pages (permalink)
    0
    I just installed version 3.9 and there is no logo showing at the top of my forum. I want to add my own logo though can't find where to do it. I have looked in masterpage.master and there is nothing obvious there. Help!
     
    <%
    @ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> <!
    <
    <
    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">html xmlns="http://www.w3.org/1999/xhtml">head runat="server">  
    <title>Untitled Page</title>  
    <script type="text/javascript">  
    document.execCommand(
    }
     
     
    try {"BackgroundImageCache", false, true);catch(err) {}</script> <asp:ContentPlaceHolder id="head" runat="server">  
    </
    <
    </asp:ContentPlaceHolder>head>body>  
    <form id="form1" runat="server">  
    <div>  
    <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server" />  
    </div>  
    </
    </
    </form>body>html>
    #8
    APGvNext (Sam)
    vNext Owner
    • Total Posts : 12448
    • Reward points : 218330
    • Joined:
    • Status: offline
    Re:Removing ASP Logo on Forum Pages (permalink)
    0
    Hi Bud,
     
    You can add your own logo right above the
    <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server" />
    control using HTML tags (table, img, a, hr, etc.)
    #9
    Jump to:
    © 2013 APG vNext Commercial Version 4.3