Quote:
Originally posted by inetd
GK_ng, i paste this code nearly. but bug not fixed...
|
nearly ?
nearby oder almost ? what do you mean with nearly ?
anyway, if it doesn't work, place the check before the actual buddylist-check ... should look somewhat like this:
PHP Code:
if ($bbuserinfo[userid]!='0') {
$buddy_list = " ".$bbuserinfo[buddylist]." ";
$singlebuddy= " ".$userinfo[userid]." ";
if (stristr($buddy_list, $singlebuddy)) {
$userinfo[username] = "? $userinfo[username]";
}
}
around the whole thing (you can take the one from post 12 again), since guest's don't even have a buddylist - so why should you check for it ...