2016-10-24, 08:13 PM
(This post was last modified: 2016-10-24, 08:13 PM by DavidMcRazy.)
No I do not use default MyBB theme, I use a theme called "Focus", I do modify the templates of that particular theme. Here are some screenshots and the code:
This, results with this:
![[Image: 7nijdGj.png?1]](https://camo.mybb.com/03f0a331ef90bb422da30272a1637cd00050cbfc/687474703a2f2f692e696d6775722e636f6d2f376e696a64476a2e706e673f31)
and this:
results with this:
<div id="tyl_btn_{$post['pid']}" class="postbit_buttons"><a class="add_tyl_button" href="thankyoulike.php?action=add&pid={$post['pid']}&my_post_key={$mybb->post_code}" onclick="return thankyoulike.add({$post['pid']}, {$post['tid']});" title="{$lang->add_tyl}" id="tyl_a{$post['pid']}"><span id="tyl_i{$post['pid']}"><i class="fa fa-thumbs-o-up"></i> {$lang->add_tyl}</span></a></div>
This, results with this:
and this:
<div id="tyl_btn_{$post['pid']}" class="postbit_buttons"><a class="del_tyl_button" href="thankyoulike.php?action=del&pid={$post['pid']}&my_post_key={$mybb->post_code}" onclick="return thankyoulike.del({$post['pid']}, {$post['tid']});" title="{$lang->del_tyl}" id="tyl_a{$post['pid']}"><span id="tyl_i{$post['pid']}"><i class="fa fa-thumbs-o-up fa-flip-vertical"></i> {$lang->del_tyl}</span></a></div>
results with this: