MyBB Community Forums

Full Version: What's wrong with this table?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
yes.thank you. that is working well. and i am using 1.2.1 not 1.2.2. I want to correct the problem with mine.
Is there anybody who can help me with that?
Anybody has any idea? I really need help here.
Thx
What about forumdisplay_subforums ?
Here it is. but it is the original template.(no change)
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />

What about forumdisplay_threadlist? Could it be related to it? Because it is not the original:
<div class="float_right" style="padding-bottom: 4px;">
	{$newthread}{$deletebutton}
</div>
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;" >
	<tr>
		<td class="thead" colspan="{$colspan}">
			<div style="float: right;">
				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}">{$lang->markforum_read}</a> | <a href="usercp2.php?action=addsubscription&amp;type=forum&amp;fid={$fid}">{$lang->subscribe_forum}</a>{$clearstoredpass}</strong></span>
			</div>
			<div>
				<strong></strong>
			</div>
		</td>
	</tr>
	<tr>
		<td class="tcat" align="center" colspan="2">&nbsp;</td>
		<td class="tcat" align="center" width="40%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']}</strong></span></td>
		<td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
		<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>
		<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']}</strong></span></td>
		{$ratingcol}
		<td class="tcat" align="center" width="200"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
		{$inlinemodcol}
	</tr>
	{$announcementlist}
	{$threads}
	<tr>
		<td class="tfoot" align="right" colspan="{$colspan}">
		<form action="forumdisplay.php" method="get">
			<input type="hidden" name="fid" value="{$fid}" />
			<select name="sortby">
				<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>
				<option value="lastpost" {$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
				<option value="starter" {$sortsel['starter']}>{$lang->sort_by_starter}</option>
				<option value="started" {$sortsel['started']}>{$lang->sort_by_started}</option>
				{$ratingsort}
				<option value="replies" {$sortsel['replies']}>{$lang->sort_by_replies}</option>
				<option value="views" {$sortsel['views']}>{$lang->sort_by_views}</option>
			</select>
			<select name="order">
				<option value="asc" {$ordersel['asc']}>{$lang->sort_order_asc}</option>
				<option value="desc" {$ordersel['desc']}>{$lang->sort_order_desc}</option>
			</select>
			<select name="datecut">
				<option value="1" {$datecutsel['1']}>{$lang->datelimit_1day}</option>
				<option value="5" {$datecutsel['5']}>{$lang->datelimit_5days}</option>
				<option value="10" {$datecutsel['10']}>{$lang->datelimit_10days}</option>
				<option value="20" {$datecutsel['20']}>{$lang->datelimit_20days}</option>
				<option value="50" {$datecutsel['50']}>{$lang->datelimit_50days}</option>
				<option value="75" {$datecutsel['75']}>{$lang->datelimit_75days}</option>
				<option value="100" {$datecutsel['100']}>{$lang->datelimit_100days}</option>
				<option value="365" {$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
				<option value="9999" {$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
			</select>
			{$gobutton}
		</form>
		</td>
	</tr>
</table>
<div class="float_right" style="padding-top: 4px;">
	{$newthread}{$deletebutton}
</div>
{$multipage}
<br style="clear: both;" />
{$inlinemod}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;" >
	<tr>
		<td class="trow1">
			<table width="100%" border="0">
				<tr>
					<td>
						<table cellspacing="0" cellpadding="2" style="white-space: nowrap; border: none">
							<tr>
								<td>
								<img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->new_thread}</span><br />
								<img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->new_hot_thread}</span><br />
								<img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" />&nbsp;&nbsp;<span class="smalltext">{$lang->posts_by_you}</span>
								</td>
								<td>
									<img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->no_new_thread}</span><br />
									<img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->hot_thread}</span><br />
									<img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->locked_thread}</span>
								</td>
							</tr>
						</table>
					</td>
					<td align="right">
						{$searchforum}<br /><br />
						{$forumjump}
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
{$inline_edit_js}
Oh I know. Post the forumbit_depth1_cat template:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" /></div>
<div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" width="35">&nbsp;</td>
<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
is that it?
*BUMP*Smile
the simple way to fix this is in the theme styling put the width of the forum tables to 100%. i had mine looking like this until i did that.
Do you mean "Page Container (Customized in this style)" in "Modify Theme" section? because I did that but nothing happened. Or do you mean somethin else?
thank you
Pages: 1 2