Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Nice Forum Icon on Header

$
0
0
Hello!

Your forum will look like this:

[Image: image.png]

global.css

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

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


template: header

find:
Code:
{$menu_portal}

add after:
Code:
<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!

.png   headerlinks_sprite.png (Size: 3.11 KB / Downloads: 12)

Viewing all articles
Browse latest Browse all 690

Trending Articles