[Ayuda]  Mejorar el Forum Icons
Buenas noches amigos estuve realizando un par de modificaciones al forumbit_depth2_forum Introduciéndole las modificaciones Mover iconos On. off y o...

Buenas noches amigos estuve realizando un par de modificaciones al forumbit_depth2_forum Introduciéndole las modificaciones

Mover iconos On. off y offlock a nombre del foro y montarle iconos a cada foro sin plugin`s Logre hacerlo pero me deformo algunas partes del forumbit_depth2_forum quedándome así.

[Imagen: HChkpGG.pnghttp:]

Y en esta imagen como me quedo el Subforo

[Imagen: o9QtQa9.png]

Me podrían Ayudar a Cuadrar la imagen del Foro y Acomodar la Leyenda de subforos y la descripción del foro

PD. no instalo el forum icons porque quiero aprender cada vez mas a ir eliminando poco a lpoco los plugins y sustituirlos por modificaciones.

Aqui estan las plantillas que tengo

Forumbit_depth2_forum

Código PHP:
<tr><td style="background:#f7f7f7;">
<
table cellspacing="0" cellpadding="4" border="0" align="left" width="100%" class="index-trow" style="background-color: #fdfdfd;">
<
tr>
<
td valign="top">
<
span class="cattitle"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" title="{$forum['name']}"/><strong>&nbsp<a href="{$forum_url}">{$forum['name']}&nbsp<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}title="{$lightbulb['altonoff']}class="ajax_mark_read" id="mark_read_{$forum['fid']}"/></a></strong>{$forum_viewers_text}</span>
<
span class="catdesc smalltext"><img src="{$theme['imgdir']}/ar.png" class="catdesc_arrow" /><strong>{$posts}</strong> {$lang->forumbit_posts} {$unapproved['unapproved_posts']}  En  <strong>{$threads}</strong>  {$lang->forumbit_threads} {$unapproved['unapproved_threads']}</span>
<
div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</
td>
<
td align="center" width="100" valign="middle" style="white-space: nowrap"><span class="feed"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&amp;limit=15"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/rss1.png" alt="RSS" title="Click to subscribe our RSS Feed" /></a></span></td>
<
td align="right" width="200" valign="middle" style="white-space: nowrap"><span class="smalltext">{$lastpost}</span>
</
td>
</
tr>
</
table>
</
td></tr

Forumbit_depth2_cat

Código PHP:
<tr>
<
td class="{$bgcolor}align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}title="{$lightbulb['altonoff']}class="ajax_mark_read" id="mark_read_{$forum['fid']}/></td>
<
td class="{$bgcolor}valign="top">
<
strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</
td>
<
td class="{$bgcolor}valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<
td class="{$bgcolor}valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<
td class="{$bgcolor}valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</
tr
Aprendiendo cada vez mas