Quote:
Originally Posted by NathanLedet
Looked in template postbit and didn't see how to do this, so I appreciate the help...
How can I move the Thanks button to the left of all of the other buttons rather than the right side? Thanks
|
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']">