Quote:
Originally Posted by Ethelbert
|
This is a problem with the style you are using. It would seem the style places the template hook where this mod adds its information outside any cells.
I suggest editing your postbit_legacy template.
Find
Code:
$template_hook[postbit_userinfo_right]
Replace with
Code:
<tr><td colspan="2">$template_hook[postbit_userinfo_right]</td></tr>