for those who wish to have the status icon on the left side just copy/paste the following code into the Cache Template (memberlist_start) plugin
PHP Code:
//$vbulletin->templatecache['memberlist_resultsbit'] = str_replace('$userinfo[musername]</a>', '$userinfo[musername]</a> $userinfo[onlinestatus]', $vbulletin->templatecache['memberlist_resultsbit']);
$vbulletin->templatecache['memberlist_resultsbit'] = str_replace('id=\"u$userinfo[userid]\">', 'id=\"u$userinfo[userid]\">$userinfo[onlinestatus]', $vbulletin->templatecache['memberlist_resultsbit']);