This is a nice feature if you want to use custom icons and don't want to kill your CPU usage (if is a Shared Host) - Without <img> tags to each Forum there will be lower http requests.
![[Image: custom-forum-icons-mybb-1_44.png]](https://camo.mybb.com/b5cd23d680edbb0649c556fa64543fd0ca459ee6/687474703a2f2f662e696d616765686f73742e6f72672f303834302f637573746f6d2d666f72756d2d69636f6e732d6d7962622d315f34342e706e67)
Updated in Feb/09
(I) New Style Sheet
Create this CSS in ACP => Themes => Edit Theme => Add Stylesheet:
custom_forum_icons.css
![[Image: add_stylesheet.gif]](https://camo.mybb.com/92ef84099ec02f077459a9f5adbf39ede2bf2c8e/687474703a2f2f662e696d616765686f73742e6f72672f303138302f6164645f7374796c6573686565742e676966)
This new style must be conected only to forumdisplay.php and index.php
![[Image: Css-configuration.gif]](https://camo.mybb.com/d7dfa06c9507c249465baf0e264dd870f0781d8b/687474703a2f2f662e696d616765686f73742e6f72672f303938332f4373732d636f6e66696775726174696f6e2e676966)
[II] Template Edit
Go to ACP => Templates & Style => Templates => Expand your Template
Expand "Forum Bit Templates":
forumbit_depth2_forum
Find:
Replace with:
[III] Background Image
Put "custom_forum_icons.png" in "\images\yourtheme\" folder
![[Image: custom_forum_icons.png]](https://camo.mybb.com/c906fd1be8236d29719ffdfe7b0461fa99d42fc6/687474703a2f2f662e696d616765686f73742e6f72672f303538362f637573746f6d5f666f72756d5f69636f6e732e706e67)
..
Thanks Labrocca for Custom Forum Icons for 1.2x and texasli for the code in mybb 1.4
other ways to do it:
http://community.mybboard.net/thread-34606.html
http://www.mybbcentral.com/thread-1663.html
..
Updated in Feb/09
(I) New Style Sheet
Create this CSS in ACP => Themes => Edit Theme => Add Stylesheet:
custom_forum_icons.css
Quote:CSS Example is attached to download with the complete tutorial
This new style must be conected only to forumdisplay.php and index.php
[II] Template Edit
Go to ACP => Templates & Style => Templates => Expand your Template
Expand "Forum Bit Templates":
forumbit_depth2_forum
Find:
Quote:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
Replace with:
Quote:
<!--Start - CSS Custom Forum Icons-->
<h2 id="{$lightbulb['folder']}_{$forum['fid']}"><a href="forumdisplay.php?fid={$forum['fid']}" rel="nofollow"><span>status</span></a></h2>
<!--End CSS Custom Forum Icons -->
[III] Background Image
Put "custom_forum_icons.png" in "\images\yourtheme\" folder
..
Thanks Labrocca for Custom Forum Icons for 1.2x and texasli for the code in mybb 1.4
other ways to do it:
http://community.mybboard.net/thread-34606.html
http://www.mybbcentral.com/thread-1663.html
..