04-05-2021, 05:23 PM
Hello,
i fixed it in the file: "forumbit_depth2_forum"
changed to:
i fixed it in the file: "forumbit_depth2_forum"
changed to:
Code:
<tr>
<td class="{$bgcolor}" align="center" width="8%"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fas fa-star"></i></div></td>
<td class="{$bgcolor}" width="60%">
<a href="{$forum_url}">{$forum['icon']}{$forum['name']}</a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap" width="15%">{$posts}{$unapproved['unapproved_posts']} <span class="smalltext">Beiträge</span> <br /> {$threads}{$unapproved['unapproved_threads']} <span class="smalltext">Antworten</span> </td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap" width="30%">{$lastpost}</td>
</tr>