2013-06-09, 11:50 PM
So I added favicons by Labrocca and removed the default ficons correctly and how I normally do it, but for some reason it's left this odd gap here. Can anyone please explain how to fix it? Thanks.
colspan="2"
(2013-06-10, 12:35 AM)Jason L. Wrote: [ -> ]admin cp > themes / templates > your theme > templates > forum bit templates > forumbit_depth2_forum
Find the TD that contains {$lastpost} and addcolspan="2"
to the td
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" width="20%" valign="center" align="center" style="white-space: nowrap" colspan="2">Threads {$threads}{$unapproved['unapproved_threads']}</br> Posts {$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" width="20%" valign="center" align="left" style="white-space: nowrap" colspan="2">{$lastpost}</td>
</tr>
(2013-06-10, 01:59 AM)un4saken Wrote: [ -> ]could you please post forumbit_depth1_cat ?
<div id="tabmenu_{$forum['fid']}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<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="hidden">{$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="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>Stats</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
<tr>
<td style="background: #333333;" colspan="6">
</td>
</tr>
</tbody>
</table>
<br /></div>
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" width="20%" valign="center" align="center" style="white-space: nowrap">Threads {$threads}{$unapproved['unapproved_threads']}</br> Posts {$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" width="20%" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>
(2013-06-10, 02:14 AM)un4saken Wrote: [ -> ]Use this as your forumbit_depth2_forum
<tr> <td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td> <td class="{$bgcolor}" valign="center"> <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div> </td> <td class="{$bgcolor}" width="20%" valign="center" align="center" style="white-space: nowrap">Threads {$threads}{$unapproved['unapproved_threads']}</br> Posts {$posts}{$unapproved['unapproved_posts']}</td> <td class="{$bgcolor}" width="20%" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td> </tr>
(2013-06-10, 02:29 AM)un4saken Wrote: [ -> ]post forumbit_depth2_forum please
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" width="20%" valign="center" align="center" style="white-space: nowrap">Threads {$threads}{$unapproved['unapproved_threads']}</br> Posts {$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" width="20%" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>