MyBB Community Forums

Full Version: Layout forumlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone know why the forumlist is displayed like this ?
[attachment=42589]
url : www.estrike.ro
Review relevant templates containing the table body, especially the table row template, threads number & posts number should be in separated table cells (<td></td>). Or, change the table header by merging "THREADS" and "POSTS" into one table cell.
1. you have an incorrect count of <td>. There is one missing to fit the width of the table head.
Either you remove on unused <td> from the table header or you add another <td> within <tr> to match the current count of columns - or expand with <td colapsn="2">

It would be much easier to have a look at your forum; so can you provide a link? Edit Smile

2. The scrollbar is probably caused by CSS: overflow: scroll.
Consider removing this property to get rid of the scrollbar.

[ExiTuS]
but where?
forumbit or?
^ forumbit_depth1_cat template

[MyBB Templates guidance]
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead-alt{$expthead}" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$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" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="170" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Statistics</strong></span></td>
<td class="tcat" width="200" align="right"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
<tr>
<td class="tcat-bottom" colspan="4"></td>
</tr>
</tbody>
</table>
<br />
there are the same number of td
^ actually columns in forumbit_depth1_cat , forumbit_depth2_cat & forumbit_depth2_forum should match !

which theme actually you are trying ? above given forum is serving netpen theme for guests
(2020-02-18, 01:17 PM).m. Wrote: [ -> ]^ actually columns in forumbit_depth1_cat , forumbit_depth2_cat & forumbit_depth2_forum should match !

which theme actually you are trying ? above given forum is serving netpen theme for guests

Fragstar Blue
^ can you PM me its purchasing proof ..