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.

Forum main logo how to link it to my site?

3 posters

Go down

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.
avatar
banimated
New Member

Posts : 3
Reputation : 0
Language : english

Back to top Go down

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

Back to top Go down

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


Back to top Go down

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
banimated
New Member

Posts : 3
Reputation : 0
Language : english

Back to top Go down

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


Back to top Go down

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
banimated
New Member

Posts : 3
Reputation : 0
Language : english

Back to top Go down

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
SN1PER 0WNED
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

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 (:
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum