2020-05-24, 08:28 AM
(2020-05-24, 04:47 AM)deltaco Wrote: setting up my forum still, having a little trouble, hoping this thread is monitored.
https://forum.autonomy.cx -- see the empty space to the right of the "whatever" forum that doesn't exist to the right of the music forum? how do i fix this?
thanks!
Hey
In your Admin CP go to Home » Templates (in Sidebar) » Carbon Theme By Rooloo Templates » Forum Bit » forumbit_depth2_cat
and replace the content of the file with this.
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}" valign="middle" width="50%">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trowstat" valign="middle" align="center" style="white-space: nowrap" width= "8%"><i class="fa fa-comments"></i> {$threads}{$unapproved['unapproved_threads']}</br>
<i class="fa fa-file-text"></i>
{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>