hola amigos, tengo un problema con mi theme se llama "gradial" es un theme premiun de nanoskiners

hay algunas cosas que no aparecen en algunas plantillas lo que dice el tutorial que busque o haga!

para que me ayuden con mejor claridad dejare el codigo de mis plantillas,


forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read forum_status_{$lightbulb['folder']}" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor} smalltext" align="right" style="white-space: nowrap" width="100">{$posts}{$unapproved['unapproved_posts']} {$lang->forumbit_posts}<br />{$threads}{$unapproved['unapproved_threads']} {$lang->forumbit_threads}</td>
<td class="{$bgcolor}" align="left" style="white-space: nowrap" width="200">{$lastpost}</td>
</tr>


forumbit_depth1_cat

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="4">
<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">
{$sub_forums}
</tbody>
</table>
<br />



forumdisplay_subforums

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
{$forums}
</table>
<br />


estas son las 3 plantillas que requiere editar el tutorial pero hay cosas que no encuentro.
gracias.

http://www.soportemybb.com/tema_Tutorial...plantillas


espero que me ayuden.

Por que no pides soporte aya?

Y quieres mantener ambos iconos o solo los ficons?
Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Image: signature.png]


Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Movido a los foros de soporte, que estaba en el de discusión. Agrega los datos de soporte por favor.
Algunos cambios no son necesarios en ese theme, solo saltealos.
Te dejo las plantillas originales del theme más los cambios del tutorial:

forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="middle" 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}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" title="{$forum['name']}"/></td>
<td class="{$bgcolor}" valign="middle">
<h3><a href="{$forum_url}">{$forum['name']}</a></h3>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap"><div class="forumstats" title="{$posts} Posts in {$threads} Threads">

<div class="stat">{$posts}{$unapproved['unapproved_posts']}</div><img src="images/nskinz/stats_posts.png" style="margin-top: 1px;" /></div>

<div class="forumstats" title="{$posts} Posts in {$threads} Threads">

<div class="stat">{$threads}{$unapproved['unapproved_threads']}</div><img src="images/nskinz/stats_threads.png" style="margin-top: 1px;" /></div></td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

forumdisplay_subforums
<div class="thead" align="center"><strong>{$lang->sub_forums_in}</strong></div>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="2%">&nbsp;</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_posts}/{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="22%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>

<div class="tfoot"></div>
<br />

forumbit_depth1_cat
<div class="thead">
<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="desc">{$forum['description']}</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" colspan="3"><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_posts}/{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>

<div class="tfoot"></div>
<br />
disculpen no me di cuenta donde lo peste!

Santiago

Por fas puedes modificas los codigos de las plantillas de mi theme! por fas1
la verdad me ayudaste, muchas gracias!