Bueno viendo el tutorial de ficons :
http://www.soportemybb.com/tema_Tutorial...plantillas
me fije y creo que con los plugins y theme...que modifique ...algunos codigos no me aparecen.
quisiera que alguien me ayude con esto.
Por ejemplo: en el tutorial dice
Cita:en el tuto dice:
Luego vamos a editar la plantilla forumbit_depth1_cat, buscamos:
Código:
<td class="thead" colspan="5">
Y lo reemplazamos por:
Código:
<td class="thead" colspan="6">
En la misma plantilla, buscamos:
Código:
<td class="tcat" colspan="2">
Y reemplazamos por:
Código:
<td class="tcat" colspan="3">
en mi caso a mi no me sale en ningun lado
aca mi code de forumbit_depth1_cat
Código:
<div class="thead_main"><div class="thead_left"><div class="thead_right"><div class="thead_text">
<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> <div class="smalltext"> {$forum['description']}</div></div>
</div></div></div></div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat tcat_left" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat tcat_right" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<div class="tfoot_main"><div class="tfoot_left"><div class="tfoot_right"></div></div></div>
<br />
y aca tambien.......en la plantilla de mostrar foro forumdisplay_subforums
en el tuto dice:
Cita:Ahora vamos a AdminCP -> Plantillas y Estilos -> Plantillas -> Tu theme -> Mostrar Foro -> forumdisplay_subforums y buscamos:
Código:
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
Y reemplazamos por:
Código:
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
y en mi codigo no veo esa parte
aca el code de mi plantilla forumdisplay_subforums
Código:
<div class="thead_main"><div class="thead_left"><div class="thead_right"><div class="thead_text">
<strong>{$lang->sub_forums_in}</strong>
</div></div></div></div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat" width="2%"> </td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<div class="tfoot_main"><div class="tfoot_left"><div class="tfoot_right"></div></div></div>
<br />
Lo demas si salen en los codigos...pero justo los que mencione .....no las encuentro.