MyBB Community Forums

Full Version: Strange text appearing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After some work with my style, i fixed my ficons and then tr> tr> tr> came above all of my forum section.

[Image: w0wYGVk.png]

Any way to remove this?
what is your forum url ? Edit: check in forumbit_depth1_cat template of your theme.
(2017-04-20, 05:09 PM).m. Wrote: [ -> ]what is your forum url ? Edit: check in forumbit_depth1_cat  template of your theme.

Reastic.com. I don't see anything wrong with the code either.

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead-alt{$expthead}" 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="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="3"><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 />
are you using a plugin for ficons ? if so can you temporarily deactivate that plugin & check
(2017-04-20, 05:36 PM).m. Wrote: [ -> ]are you using a plugin for ficons ? if so can you temporarily deactivate that plugin & check

i'm not using any plugin for ficons. The only plugins installed currently are: Style usernames and Word Block
forumbit_depth2_forum template => change tr> to <tr>
(2017-04-20, 05:48 PM).m. Wrote: [ -> ]forumbit_depth2_forum template => change tr> to <tr>

That worked, thank you!