2012-11-03, 08:19 PM
So lets start!
1. go to Forumbit_depth_1_cat
2. Find
and replace with:
3. go to your global.css file and put:
4. Go to your /public_html/<domain>/images/ and create folder named "categories".
5. Upload your images. REMEMBER: if your forum is like http://community.mybb.com/forum-1.html, your images should be named 1.png
EFFECT:
![[Image: dff164529ec64679ae595e8.png]](https://camo.mybb.com/6a98323d6f656daac5082d3b0a366d3b24581dd4/687474703a2f2f696d673536302e696d616765736861636b2e75732f696d673536302f323431312f64666631363435323965633634363739616535393565382e706e67)
![[Image: 1d51f71ba1b048c6a7c728c.png]](https://camo.mybb.com/8d033cbd78af95bf3430c12961002b52e3d9031f/687474703a2f2f696d673730352e696d616765736861636b2e75732f696d673730352f383932302f31643531663731626131623034386336613763373238632e706e67)
or if you prefer, live demo: http://forum.vnetwork.pl/
post edited due to missing _cat
1. go to Forumbit_depth_1_cat
2. Find
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
and replace with:
<img src="images/categories/{$forum['fid']}.png" class="categories">
<div class="categories_2"><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div>
3. go to your global.css file and put:
.categories {
position: absolute;
margin-top: -30px;
width: 64px;
height: 64px;
margin-left: 0px;
}
.categories_2 {
margin-left: 65px
}
4. Go to your /public_html/<domain>/images/ and create folder named "categories".
5. Upload your images. REMEMBER: if your forum is like http://community.mybb.com/forum-1.html, your images should be named 1.png
EFFECT:
or if you prefer, live demo: http://forum.vnetwork.pl/
post edited due to missing _cat