MyBB Community Forums

Full Version: How do i get a link in the banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to know how to get a link in the banner like this site.

http://www.hackforums.net/

I would like to help them out and do what they are doing now.
You can change this by visiting "Templates Style" then clicking on "Templates" and then clicking on the theme you wish to edit, then find the template "header" and change where it says:
<div class="logo"><a href="
to
<div class="logo"><a href="url.here"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Change the url.here to any URL that you would like to have your logo linked to
Edit your header template.
Thank you guys really helped me Smile