MyBB Community Forums

Full Version: A little help with changing forumbit_depth2_forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

I am using http://mods.mybb.com/view/normal-theme and I really love the theme but I really do not like the fact you must hover over a forum to see how many threads and posts it contains so I would like to turn it back to how it is normally(I'm sure everyone will know what I mean by that).

I had tried a few times but it always results in the background of the category area getting cut off half way or something else like that.

http://admincentral.org you can see the theme going if it will help at all.
You should really post your support threads in the theme/templates support forum located here:
http://community.mybb.com/forum-10.html

Mind posting the "forumbit_depth2_forum" template html in her for me to take a look at? I can help you better if you do that first.

Well, I wasn't really paying attention and I read it as request as in I'm requesting help this it. Anyway, not important.

Here's the template:

<tr class="{$bgcolor}">
<td  align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td valign="middle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}
<div class="stat2">
<div class="stat">{$lang->forumbit_posts} {$posts}{$unapproved['unapproved_posts']}   
  {$lang->forumbit_threads} {$threads}{$unapproved['unapproved_threads']}</div>
</div>
<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td  valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>