What can I say? It worked for me.. :disappointed:
Are you running the latest version of vBadvanced CMPS? Brian recently released 2.1.0..
As for the making the avatar display on the "vBulletin Message" page, I haven't found a way to do this via a plugin, but it's possible with an easy edit on
includes/functions.php..
Find:
Code:
function standard_error($error = '', $headinsert = '', $savebadlocation = true)
{
global $header, $footer, $headinclude, $forumjump, $timezone, $gobutton;
After
$gobutton add:
Done..

(Hmm.. Sorry if there's weird squares in that code, seems to be an issue with IE7?)