I use the Thank You/Like System plugin, Version 2.1.0. The button changed after upgrading MyBB from 1.8.12 to 1.8.13 and 1.8.14. The button was placed in-line to the left of the reply button. Now it's placed above the reply button and it got the magnifier icon on it too.
Please, find a screen dump attached. Here is a link to the thread where I've got it from:
http://campingforum.net/showthread.php?tid=68&page=2
I believe one might have to change something in the template, but I can't see what to change. This is what it looks like in Edit Templates:
Edit Template: thankyoulike_button_add
<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="thankyoulike.add({$post['pid']}, {$post['tid']}); return false;" title="{$lang->add_tyl_button_title}" id="tyl_a{$post['pid']}"><span id="tyl_i{$post['pid']}">{$lang->add_tyl}</span></a></div>
Edit Template: thankyoulike_button_del
<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="thankyoulike.del({$post['pid']}, {$post['tid']}); return false;" title="{$lang->del_tyl_button_title}" id="tyl_a{$post['pid']}"><span id="tyl_i{$post['pid']}">{$lang->del_tyl}</span></a></div>
Please, find a screen dump attached. Here is a link to the thread where I've got it from:
http://campingforum.net/showthread.php?tid=68&page=2
I believe one might have to change something in the template, but I can't see what to change. This is what it looks like in Edit Templates:
Edit Template: thankyoulike_button_add
<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="thankyoulike.add({$post['pid']}, {$post['tid']}); return false;" title="{$lang->add_tyl_button_title}" id="tyl_a{$post['pid']}"><span id="tyl_i{$post['pid']}">{$lang->add_tyl}</span></a></div>
Edit Template: thankyoulike_button_del
<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="thankyoulike.del({$post['pid']}, {$post['tid']}); return false;" title="{$lang->del_tyl_button_title}" id="tyl_a{$post['pid']}"><span id="tyl_i{$post['pid']}">{$lang->del_tyl}</span></a></div>