Jump to content
WebFlake
  • 0

How Do You Change Forum HeaderImg Url Location?


Manipura

Question

How could I change the link location? I want to make it go straight to my websites public_html directory which is seperate from the forums entirely. *For Example this websites imgHeader is the SnowFlake w/ WebFlake next to it. When You hover it says Go To Community Index. Any help would be appreciated. Thankyou

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

ACP -> Look & Feel -> Your Skin -> Global Template -> defaultHeader.

Find this:

<a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>

 

Replace with this:

<a href='#YourSiteLinkhere' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>

Need some IPB, MyBB, or HTML/CSS work done? Check out my thread!
:smiley:

Link to comment
Share on other sites

  • 0

&nbsp;

ACP -&gt; Look &amp; Feel -&gt; Your Skin -&gt; Global Template -&gt; defaultHeader.

Find this:

&lt;a href='{$this-&gt;settings['board_url']}' title='{$this-&gt;lang-&gt;words['go_home']}' rel="home" accesskey='1'&gt;
&nbsp;

Replace with this:

&lt;a href='#YourSiteLinkhere' title='{$this-&gt;lang-&gt;words['go_home']}' rel="home" accesskey='1'&gt;
&nbsp;

Thank You!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...