Quote:
Originally Posted by bluidkiti
I looked for this but couldn't find any clear instructions on how to do it so thought I would post it once I figured it out. Hope you don't mind.
To move thank button to the left of the edit button:
in postbit_legacy find $template_hook[postbit_controls]
move it from current position to above <if condition="$post['editlink']"> .
Should look like below when moved:
<!-- controls -->
$template_hook[postbit_controls]
<if condition="$post['editlink']">
**If mod is updated, I think it would be nice to add the option of placement of thank button if possible.
|
This sorted my problem, the postbit_legacy did not have $template_hook[postbit_controls]
Ta.