(22 Jan, 2014, 12:13 pm)papi escribió: seria ideal que compartas tu solucion
<div style="margin:auto; width: 260px; margin-top: 10px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
<tr>
<td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
</tr>
<tr>
<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{$smilies}
</table>
</td>
</tr>
{$getmore}
</table>
</div>
(22 Jan, 2014, 12:46 pm)Kevinex escribió: Explica bien con el tema de los ficons, seguis un tutorial o como lo estás haciendo.
<?php
<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>
<?php
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" title="{$forum['name']}"/></td>
<?php
<td class="thead" colspan="5">
<?php
<td class="thead" colspan="6">
<?php
<td class="tcat" colspan="2">
<?php
<td class="tcat" colspan="3">
<?php
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
<?php
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
<?php
<td class="tcat" width="2%"> </td>
<?php
<td class="tcat" width="2%"> </td>
<td class="tcat" width="2%"> </td
<?php
" forumbit_depth1_cat "
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/OnPiece/{$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="tcat9" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat9" width="85" align="center" style="white-space: nowrap"></td>
<td class="tcat9" width="85" align="center" style="white-space: nowrap"></td>
<td class="tcat9" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
<?php
forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/OnPiece/{$lightbulb['folder']}.png" 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']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap"></td>
<td class="trow3" width="130" valign="top" align="center" style="white-space: nowrap">{$posts} Mensajes<br />{$threads} Temas</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap"><i>{$lastpost}</i></td>
</tr>
<?php
forumdisplay_subforums
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<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>
<br />
(23 Jan, 2014, 9:28 am)Finer escribió: Porque no seguis el tutorial para agregar iconos al foro correctamente para todos los themes es igual.
How to replace forum on/off images with different custom images
Aca tambien en mybb es habia uno en la seccion de tutoriales pero no recuerdo donde estaba XD.
Si no mas facil instala el plugins forums icons de edson que es mucho mas facil en poner los iconos aca en la seccion de plugins de edson se encuentra el plugin para agregar iconos.