2019-06-23, 07:35 PM
You will have to edit the template; plugin authors can't design a plugin with every theme in mind; they are optimised for the MyBB standard theme. If you're getting into this, it's best you learn a bit about the templates and CSS anyway
Make sure you add all the required elements to both postbit & postbit_classic and make sure you have the following line present in the location you want it >>>
I have mine above the post, so have it located just before >>>
Other variables such as CCS and HTML may need to be tweaked
Make sure you add all the required elements to both postbit & postbit_classic and make sure you have the following line present in the location you want it >>>
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">{$post['thankyoulike_data']}</div>
I have mine above the post, so have it located just before >>>
<div class="post_head">
Other variables such as CCS and HTML may need to be tweaked