MyBB Community Forums

Full Version: logo.gif
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
two things that I'm wishing to do,

first I'd like to center the logo on the top of the page instead of it displaying on the left.

second s i'd like to make the logo hyperlinked to the school's main web page. It's easy enough to link to the bb from the web page but i'd like to use the logo to link back.

thanks
Find:
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

and change it to:
			<div class="logo" align="center"><a href="http://www.SCHOOL.COM"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

Change SCHOOL.COM to the domain name of your main web page.
^^ You might want to change the alt="{$mybb->settings['bbname']}" to alt="SCHOOL.COM" (same changes...)
Audentio Wrote:^^ You might want to change the alt="{$mybb->settings['bbname']}" to alt="SCHOOL.COM" (same changes...)

I looked in the index.php using notepad and didn't see this line

Quote:[quo<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

what file should it be in?
Those codes would most likely be in the header template. Wink
ACP > Templates > Modify / Delete > *Your Template Set* > header