(2017-02-23, 12:35 PM)timelord Wrote: Hello. I've installed the successfully and it works quite good. Except that I can't see thank/like list. I've configured the settings right and double checked. I use the latest version of MyBB with it's default theme, PHP 7.1.1. Hope someone can help, thanks!Please check your theme templates postbit and postbit_classic if there is:
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
above:
<div class="post_controls">
(2017-02-25, 07:24 PM)Dead-i Wrote: For some reason on postbit author user it's not showing likes received. ? :s I tried moving the codes around won't work.Please check your theme template postbit_author_user and make sure that there is:
%%TYL_NUMTHANKEDLIKED%%<br />
right under:
{$lang->postbit_threads} {$post[\'threadnum\']}<br />