MyBB Community Forums

Full Version: how to fix this.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
someone pls help me.. how to fix this problem :-
[Image: attachment.php?aid=28701]

help me pls.. Sad
Please post your forumbit_depth_1 and forumbit_depth_2_forum template.
this is mine :-

forumbit_depth_1_cat
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder nobr">
<thead>
<tr>
<td class="thead" colspan="3">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><h3><a href="{$forum_url}">{$forum['name']}</a></h3></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr class="tcat">
<td />
<td><span class="smalltext"><strong>{$forum['description']}</strong></span></td>
<td width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
<tr><td colspan="3" class="tfoot"></td></tr>
</tbody>
</table>
<br />

forumbit_depth_2_forum
<tr class="{$bgcolor}">
	<td align="center" valign="middle" 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 valign="top"><div style="float:right;border-right:1px #D6CDBB solid;width:2px"></div><p class="p">
				{$lang->forumbit_threads}: <span>{$threads}{$unapproved['unapproved_threads']}</span> | {$lang->forumbit_posts}: <span>{$posts}{$unapproved['unapproved_posts']}</span>
			</p><h4>
			<a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}</h4>


		<div class="smalltext lighttext">{$forum['description']}{$subforums}</div>
</div>
	</td>
	<td valign="middle" align="right" style="white-space: nowrap" class="smalltext lighttext">
		{$lastpost}
	</td>
</tr>
Its hard to investigate without a site link.

Can you revert your templates to original and see if it works.
You are using <div> inside of table to create content blocks.

Try finding colspans and reduce the value. Like this:

colspan="3"
(2013-02-26, 10:18 AM)roney Wrote: [ -> ]someone pls help me.. how to fix this problem :-
[Image: attachment.php?aid=28701]

help me pls.. Sad

(2013-02-26, 03:28 PM)ElectricShock Wrote: [ -> ]Its hard to investigate without a site link.

Can you revert your templates to original and see if it works.

yeah it work when i revert my original templates.

(2013-02-26, 03:29 PM)effone Wrote: [ -> ]You are using <div> inside of table to create content blocks.

Try finding colspans and reduce the value. Like this:

colspan="3"

not working.. Sad