MyBB Community Forums

Full Version: problem saubforums in column theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a theme and stick Subforums column when they do not fit well. Las picture to see what it is that can make it look right?. The problem would be in the box that appears last post, if I could somehow give below appear below, subforums would be ok


[Image: 2zrf31s.jpg]
please post the code (in php tags) from forumbit_depth2_forum template of the active theme
this is code

Quote:<tr>
<td class="{$bgcolor} gicon_box" align="center" valign="center" width="48"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor} gmain_box" valign="top">
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div></div>
<div class="st_box st_box_fb">{$lastpost}</div>
</td>
<td class="{$bgcolor} gstat_box" valign="top" align="center" width="85" style="white-space: nowrap"><div class="gstat_box_in"><div>Threads</div><div>{$threads}{$unapproved['unapproved_threads']}</div></div></td>
<td class="{$bgcolor} gstat_box" valign="top" align="center" width="85" style="white-space: nowrap"><div class="gstat_box_in"><div>Posts</div><div>{$posts}{$unapproved['unapproved_posts']}</div></div></td>
</tr>

i use for subforums this http://mybb.ro/t-subforumuri-pe-doua-col...ht=coloana
try moving {$subforums} like below (if it doesn't work then PM me your forum url)
<div class="st_box st_box_fb">{$lastpost}</div>
{$subforums}
not working, you have pl. thanks
change earlier suggested code like below (using div for subforums)
<div class="st_box st_box_fb">{$lastpost}</div>
<div class="smalltext">{$subforums}</div>
done. thanks @.m.