Yo lo veo bien, tengo 4 o 5 plantillas con éstos códigos:
Código:
thanks_postbit_inline:
<tr id="thx{$post['pid']}" style="{$display_style}" class="trow2 tnx_style tnx_newstl"><td><span class="smalltext">{$lang->thx_givenby}</span> <span id="thx_list{$post['pid']}">$entries</span></td></tr>
Código:
thank_postbit_count:
<div><span class="smalltext">{$lang->thx_thank} {$post['thank_count']}<br />
{$post['thanked_count']}<br /></span></div>
Código:
thanks_postbit_inline_classic:
<tr id="thx{$post['pid']}" style="{$display_style}" class="trow2 tnx_style tnx_classic"><td><span class="smalltext">{$lang->thx_givenby}</span></td><td class="trow2 tnx_style" id="thx_list{$post['pid']}">$entries</td></tr>
Código:
thanks_postbit_outline:
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="thx{$post['pid']}" style="{$display_style};margin-top:5px;"><tr><td>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder thxdsp_outline"><tr class="trow1 tnx_style"><td valign="top" width="1%" nowrap="nowrap"><img src="{$mybb->settings['bburl']}/images/rose.gif" align="absmiddle" /> <span class="smalltext">{$lang->thx_givenby}</span></td><td class="trow2 tnx_style" id="thx_list{$post['pid']}">$entries</td></tr></table>
</td></tr></table>