Hello on the currently active user list it shows a + next to all your buddies, how do i remove this?
Also on /online.php it does the same but i removed this block of coding
PHP Code:
// get buddylist
$buddy = array();
if (trim($vbulletin->userinfo['buddylist']))
{
$buddylist = preg_split('/( )+/', trim($vbulletin->userinfo['buddylist']), -1, PREG_SPLIT_NO_EMPTY);
foreach ($buddylist AS $buddyuserid)
{
$buddy["$buddyuserid"] = 1;
}
}
Am i right with this.. but how do i do it on the forumhome and 'users currently viewing this thread
Thanks
Distance