2017-01-29, 04:10 PM
(2017-01-29, 04:08 AM)Gershon Wrote: Hi, I updated my forum to the latest myBB version, but now it won't show the list of thanks below the buttons in each post. I tried with the default theme but it also does not show up there, and I tried deactivating and reactivating the plugin.
Is there a field I should add to the postbit_classic?
Check if you have the following code in postbit_classic template:
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
If not then add it above:
<div class="post_controls">