MyBB Community Forums

Full Version: Vertically Align Thread/Post Count on Forumhome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a template edit, it aligns your thread/post counts on forumhome to the center of the box, instead of the top center.

FIND IN: forumbit_depth2_forum

<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>

REPLACE WITH:

<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>

Enjoy everyone, if you would like to see an example, check it out here:

http://bb.flrt.net

I am still developing the rest of the board.. but you can see this template modification in action! Smile