MyBB Community Forums

Full Version: Nice Forum Icon on Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Your forum will look like this:

[Image: image.png]

global.css

find:
#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

add after:
#logo ul.top_links a.forum {
	background-position: 0 -200px;
}


template: header

find:
{$menu_portal}

add after:
<li><a href="{$mybb->settings['bburl']}/index.php" class="forum">Forum</a></li>


Keep your files!

Ftp://yourforumserver/images/headerlinks_sprite.png
rename to headerlinks_sprite.png.OLD

Upload the Attachment to: Ftp://yourforumserver/images/

Done!


You can also edit the file to another icon 16x16 using Paint.NET.


Please i am really new into this and would be really grateful with your comments!


BB!