MyBB Community Forums

Full Version: myipb theme problem alignment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am using the myipb theme on my forum.
For some reason the lastpost alignment is off for some forums

[Image: e9424519432bea417219ab56af63e75f6f4ec39d.jpg]

larger screenshot

in forumbit_depth2_forum template

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

if I change that to "right" it all works well. But then it's right aligned of course. If I have it to "left" it is as my screenshot shows, some are left, some are right aligned?

Thanks.
Are the ones that are right aligned set as categories?

Change the alignment in forumbit_depth2_cat Smile
Changed that and it's solved.

Wow man, great help thanks Smile