Quote:
Originally Posted by Lionel
can you tell us how?
|
Sure I can, in GARS_pb you need to add below
Code:
<div align="$stylevar[right]" style="float:bottom-right;">
<!-- controls -->
$template_hook[postbit_controls]
Code:
<!-- / controls -->
</div>
</td>
</tr>
</table>
below add:
$template_hook[postbit_end]
Code:
<if condition="$show['garsspacer']">
</div>
$spacer_close
</if>
below that add:
$template_hook[postbit_user_popup]
I'm not sure if all three hooks are necessary, but it's working, the thanks button is on the left side, not right as in normal posts, maybe you can try around a bit to fit your needs.
For the comments I use the vb default postbit_legacy but it should be possible to get this done also in the gars comment template same way as described above.
Only one thing, sometimes there's an error: Warning: Invalid argument supplied for foreach() in /includes/functions_post_thanks.php on line 183 and the thanks are not shown below the posts, seems to be only occur if a thread has more pages.