Quote:
Originally Posted by profanitytalker
This hack works fine, but it messes with the Post thanks hack. The t button replaces the "Thanks" button. Is there a way to integrate this without it messing with the thanks button?
|
There is a template edit that moves the thanks button to the left of the reply buttons which would probably fix the problem you're having.
Quote:
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']">
|