Forum main logo how to link it to my site? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Forum main logo how to link it to my site?

    avatar
    banimated
    New Member


    Posts : 3
    Reputation : 0
    Language : english

    Forum main logo how to link it to my site? Empty Forum main logo how to link it to my site?

    Post by banimated November 14th 2010, 7:29 pm

    hello, im wondering how to make my ( Forum main logo : ) where if someone clicks it , it links them directly to a page of my choice? instead of back to the forum.
    Maki1
    Maki1
    Hyperactive


    Male Posts : 2529
    Reputation : 442
    Language : English »» CSS Stylesheet
    Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by Maki1 November 14th 2010, 7:35 pm

    I think it's not possible.
    avatar
    Guest
    Guest


    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by Guest November 14th 2010, 7:36 pm

    Its possible with template editing (PHPBB2, PUNBB) (:
    avatar
    banimated
    New Member


    Posts : 3
    Reputation : 0
    Language : english

    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by banimated November 14th 2010, 7:39 pm

    Gangstar15 wrote:Its possible with template editing (PHPBB2, PUNBB) (:

    how do you do it?
    when i go to template section it says

    In this page, you can modify templates and change your forum look.
    Modified templates are written in red.
    To use the default template again, delete your template by clicking on delete.

    Only templates of phpbb2 or PunBB versions will be affected.
    avatar
    Guest
    Guest


    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by Guest November 14th 2010, 7:43 pm

    Go to ACP - Display - Templates - General - Overall_header:

    Punbb:
    Code:
    <a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>

    Phpbb2:
    Code:
    <!-- BEGIN switch_logo_left -->
                      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                      <!-- END switch_logo_left -->
                      <td align="center" width="100%" valign="middle">
                         <!-- BEGIN switch_logo_center -->
                         <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                         <br />
                         <!-- END switch_logo_center -->
                         <div class="maintitle">{MAIN_SITENAME}</div>
                         <br />
                         <span class="gen">{SITE_DESCRIPTION}<br />  </span>
                      </td>
                      <!-- BEGIN switch_logo_right -->
                      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                      <!-- END switch_logo_right -->

    Just change "{U_INDEX}" to the new link (:
    For phpbb2 just change the one that your currently logo alignment in (:
    avatar
    banimated
    New Member


    Posts : 3
    Reputation : 0
    Language : english

    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by banimated November 14th 2010, 7:57 pm

    Gangstar15 wrote:Go to ACP - Display - Templates - General - Overall_header:

    Punbb:
    Code:
    <a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>

    Phpbb2:
    Code:
    <!-- BEGIN switch_logo_left -->
                      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                      <!-- END switch_logo_left -->
                      <td align="center" width="100%" valign="middle">
                         <!-- BEGIN switch_logo_center -->
                         <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                         

                         <!-- END switch_logo_center -->
                         <div class="maintitle">{MAIN_SITENAME}</div>
                         

                         <span class="gen">{SITE_DESCRIPTION}
      </span>
                      </td>
                      <!-- BEGIN switch_logo_right -->
                      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                      <!-- END switch_logo_right -->

    Just change "{U_INDEX}" to the new link (:
    For phpbb2 just change the one that your currently logo alignment in (:

    when i clicked Go to ACP - Display - Templates - General - then it told me
    -----
    Templates administration

    In this page, you can modify templates and change your forum look.
    Modified templates are written in red.
    To use the default template again, delete your template by clicking on delete.

    Only templates of phpbb2 or PunBB versions will be affected.
    -----
    i was following the instructions u gave me but i can't find the (Overall_header:)

    thanks in advance when ya reply.
    avatar
    SN1PER 0WNED
    New Member


    Posts : 4
    Reputation : 0
    Language : English

    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by SN1PER 0WNED November 14th 2010, 9:04 pm

    Just put you're banner as blank and then put this into your description


    <a href = "linkgoeshere.com"><img src = "imagepath.gif" border = "0"></a>
    avatar
    Guest
    Guest


    Forum main logo how to link it to my site? Empty Re: Forum main logo how to link it to my site?

    Post by Guest November 14th 2010, 9:10 pm

    As i said it only for phpbb2 and punbb versions.. and u must be the founder of the forum to see the templates (:
    U can also do what SN1PER saids (: