MyBB Community Forums

Full Version: Wrong place
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As you can see this isn;t right:

[Image: NmKT9en.png]

Code:

<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 makeitalic">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="center" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="center" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="center" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr> 
have you used plugin / tutorial for forum icons ? if it is a plugin then which plugin ?
if you have followed a tutorial then check again all the steps and rectify the mistake
(2014-01-06, 05:59 PM).m. Wrote: [ -> ]have you used plugin / tutorial for forum icons ? if it is a plugin then which plugin ?
if you have followed a tutorial then check again all the steps and rectify the mistake
I did everything right.