Ok man, pero cual es el rss?, y tambien dime donde esta este codigo {$boardstats} en que archivo?
bueno man, busque pero no me encuentro, me podrias explicar mejor?
ADMIM -> PLANITLLAS Y ESTILOS -> PLANTILLAS - > MI THEME -> INDICE DE PLANTILLAS -> ME SALE ESTO :
index Opciones
index_birthdays
index_birthdays_birthday
index_boardstats
index_loginform
index_logoutlink
index_stats
index_whosonline
index_whosonline_memberbit
el index_boardstats me da este codigo :
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br /> [/code]