MyBB Community Forums

Full Version: Changing links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to change what the picture in the top left of the page links to

Ie the MYBB picture on this theme links to community.myboard.net

and if so how do i do it?!
ACP - Templates - Modify/Delete - Select your Theme [Expand] - header

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

Change the href into the link you want.
thanks Big Grin