there is no change on postbit_classic or postbit for code that shows the likes of post, and there is no code on the first page of this topic telling what to put on postbit and postbit_classic, it created a few templates files, but even so, there is no tanks list on showthread, please show the part of code what we need to put on postbit and postbit_classic to show the tanks count and users thanked the post,
putted this
<div class="post_controls tyllist {$unapproved_shade}">
{$tyl_expcol}
<span id="tyl_title_{$post['pid']}" style="{$tyl_title_display}">{$lang->tyl_title}</span><span id="tyl_title_collapsed_{$post['pid']}" style="{$tyl_title_display_collapsed}">{$lang->tyl_title_collapsed}</span><br />
<span id="tyl_data_{$post['pid']}" style="{$tyl_data_display}"> • {$post['thankyoulike']}</span>
</div>
after {$post['iplogged']} on postbit, but just show a white box without nothing inside
i've found, but one question,
{$tyl_expcol}
<span id="tyl_title_{$post['pid']}" style="{$tyl_title_display}">{$lang->tyl_title}</span><span id="tyl_title_collapsed_{$post['pid']}" style="{$tyl_title_display_collapsed}">{$lang->tyl_title_collapsed}</span><br />
<span id="tyl_data_{$post['pid']}" style="{$tyl_data_display}"> • {$post['thankyoulike']}</span>
if i remove the dot of
• {$post['thankyoulike']} mybb returns an error about security, what i can do to remove that