sorry to direct this toward you but you always give me the best help!
i'm trying to do two things:
1. list all users online. probably some foreach loop?
foreach (){
$useronline = .$username .'<br>';
}
2. list online buddies.
i know how to turn $vbulletin->userinfo['buddylist'] into an array but that only has usersid's and i want to list user names and only if they're online.
is there an easy way to achieve this?