MyBB Community Forums

Full Version: Home Button?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know that there is a link to my main website at the bottom of the forum but I was wondering if I could add a home/link up in the logo area where the portal and search links are?

Would it be possible to use the portal link for this and change the URL and change portal to Home?

Thanks!
John
(2015-08-04, 06:24 PM)DIYBiochar Wrote: [ -> ]I know that there is a link to my main website at the bottom of the forum but I was wondering if I could add a home/link up in the logo area where the portal and search links are?

Would it be possible to use the portal link for this and change the URL and change portal to Home?

Thanks!
John

You can add one in AdminCP > Templates > Header Templates > Header.

Find:

<ul class="menu top_links">

And add below:

<li><a href="Your website url goes here" title="Home.">Home</a></li>
Nice! (fist pump)

Thanks for the help and code!

John

hmmmm......that gives me an error message and this is in the address bar:

http://www.diybiochar.org/forum/www.diybiochar.org

Any ideas what I did wrong?

John

EDIT: got it! I needed to use a back-slash (/) instead of the url.

Thanks!

John