And another template edit
In your getinfo_sendpm template, find:
Code:
<br><a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">Send $userinfo[username] a Private Message!</a>
replace with:
Code:
<a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">Send $userinfo[username] a Private Message!</a>
(essentially removing the [high]<br>[/high] (which is incorrect code

- should be [high]<br />[/high]))
The above template edit will stop the "Send Chris a Private Message!" from being distorted as it is in this screenshot
Satan