Not Solved Layout forumlist
#1
Not Solved
Anyone know why the forumlist is displayed like this ?
   
url : www.estrike.ro
Reply
#2
Not Solved
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.
Could be wrong but worth a try.
Email me at: [email protected]
Reply
#3
Not Solved
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]
Reply
#4
Not Solved
but where?
forumbit or?
Reply
#5
Not Solved
^ forumbit_depth1_cat template

[MyBB Templates guidance]
Reply
#6
Not Solved
<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
Reply
#7
Not Solved
^ 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
Reply
#8
Not Solved
(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
Reply
#9
Not Solved
^ can you PM me its purchasing proof ..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)