Well,
Points and
Warning Points are the same thing. To make the change (that I think) you would like, open the postbit template, remove the following (if it is there...it may or may not be depending on how far you got through the installation...)
Scroll up a bit in the postbit template, and find
Code:
Posts: $post[posts]
Add after that:
Code:
<br>$post[warnlink]
Additionally, you may want to edit warn_postbitaddin and add a <br> (line break) between each of
$post[warninglvlwords] and
$post[viewwarnings] and
$post[addwarning].
Mike