MyBB Community Forums

Full Version: Put single icon for subforums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, as a request i made new tutorial

The result will be:

[Image: vlCT6.png]

So, everythink is going to be replaced (i use quote system for names of tempates):

forumbit_depth3_statusicon Wrote:<img src="{$theme['imgdir']}/{$forum['fid']}.png" width="32" height="32" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" />

-- For best result i put also subforums in colums --

forumbit_depth3 Wrote:<li>{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a></li>

forumbit_subforums Wrote:<br />{$lang->subforums}<br /><ul class="ver_sub">{$sub_forums}</ul>

global.css Wrote:...
.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}
.ver_sub li {
width: 50%;
float: left;
}
...