MyBB Community Forums

Full Version: Fix Forum Tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

I have this problem on my forum: http://postspawn.3ftp.org
and the problem im having is about the forum tables.

[Image: Untitled-1_zps4565491b.png]
Hi,

Can you post the template xml file so we can have a look?
You will have to play around with this bit of code:

<template name="forumbit_depth2_forum" version="1608"><tr  style="line-height: 17px">
<td class="{$bgcolor}" 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 class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}"><div style="text-transform: uppercase; margin-top: 6px;">&nbsp;{$forum['name']}</div></a></strong>{$forum_viewers_text}<div class="smalltext">&nbsp;{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap; width: 7%;"><div class="topic_num">{$threads}{$unapproved['unapproved_threads']}</div>
<div class="topic_text">TOPICS</div></td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap; width: 7%;"><div class="topic_num">{$posts}{$unapproved['unapproved_posts']}</div>
<div class="topic_text">REPLIES</div></td>
<td class="{$bgcolor}" valign="middle" align="left" style="white-space: nowrap; width: 13%;">
<div class="lastpost">{$lastpost}</div></td>
</tr></template>

Looks like an issue with the tables, you will have to fix the correct alignment.
Is there anyway I can relate my forum's XML
to an XML with fixed table? Similar to this
https://dl.dropbox.com/u/105126777/Black...-theme.xml

Screenshot:
https://dl.dropbox.com/u/105126777/index.jpg
You can do but i don't know how it will look as it's 3x smaller code.
Still looking for solutions.