@DreadsUK
You are editing the wrong part of your plugin. Look for this line:
Code:
$template_hook['postbit_end'] .= $templater->render();
That's the line you want to edit to move the box.
Adding:
Code:
{vb:raw template_hook.postbit_thanks}
into your postbit_legacy will only move your amount of thanks/likes received around your template. You need to add your own hook into the template to make it work.