Activity Stream
48,167 MEMBERS
61068 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    thedailygrindforum.com

    Default Logo question

    HI,

    I want to make my logo in the header clickable so it points at my board index, but I do not know how to do it.

    And now I have only a button in my index page with "board index"

    So if someone could explain me how, I would be very delighted

    O, an I am using phpbb 3
    WarezFreaks Reviewed by WarezFreaks on . Logo question HI, I want to make my logo in the header clickable so it points at my board index, but I do not know how to do it. And now I have only a button in my index page with "board index" So if someone could explain me how, I would be very delighted :) O, an I am using phpbb 3 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    edit the overall header file in the templates folder
    find {SITENAME}
    and replace it with
    Code: 
    <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITENAME} </a>
    You can also use it alternately if you have an image. example:
    Code: 
    <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
    Edit your site logo from the acp -> styles -> Imageset -> Your Style
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


  4.     
    #3
    Member
    Website's:
    thedailygrindforum.com
    So this is the part that needs to be changed.
    <td width="470" height="80" style="background:url('{T_THEME_PATH}/images/midl.png');"><div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
    So how exactly do I have to edit it with your lines?

  5.     
    #4
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    everthing seems alright.
    seems you have edited midl.png for your logo.

    backup your overall header file and then try to edit as given below.

    replace the code:
    Code: 
    <td width="470" height="80" style="background:url('{T_THEME_PATH}/images/midl.png');"><div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
    with:
    Code: 
    <td width="470" height="80" style="background:url('{T_THEME_PATH}/images/midl.png');"><div class="logo"><a class="headw" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/midl.png" width="470" height="50"></a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
    or
    replace with this code:
    Code: 
    <td width="470" height="80"><div class="logo"><a class="headw" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/midl.png" width="470" height="50"></a><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
    if anything goes wrong just restore the original file.

    if you are having any problem i can edit it for you. pm me.
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 43
    Last Post: 2nd Aug 2012, 11:39 PM
  2. [Question] How to add watermark, logo or text to video?
    By huhu18susu in forum Technical Help Desk Support
    Replies: 2
    Last Post: 23rd Aug 2011, 10:50 AM
  3. favicon + Logo + Register Banner + Logo Needed (Free))
    By lion_boy877 in forum Graphics Area
    Replies: 17
    Last Post: 20th Oct 2010, 11:30 AM
  4. Replies: 5
    Last Post: 3rd Jan 2010, 05:23 PM
  5. Notices Question and Clickable Logo
    By pspuser007 in forum vBulletin
    Replies: 4
    Last Post: 18th Dec 2008, 11:59 PM

Tags for this Thread

BE SOCIAL