Quote:
Originally posted by inetd
All user see image near Administrator nickname. How to correct this?
|
probably not all users, but those who have a buddy with a "1" in their userid (like 1234 or 5551).
try using the fix i posted instead.
Quote:
Originally posted by hellsatan
@TWT - I noticed today, that one of the people I didnt add to my Buddy List, had a Buddy Icon on Whos Online?
Any explanations?
|
Try using the fix I posted, it worked for me
Quote:
Originally posted by hellsatan
GK: hmmm, I'm not sure. It might have something to do with the PHP version, but I really don't know.
|
@TWT: I now think it might have been the strpos - in your code, strpos returns TRUE/the position in some cases, which actually aren't buddies at all.
Examples are Userids 1 2 3 4 5 6 7 8 9 - all these are your buddies, once you add a user with a userid like 123456789 or 987654321 (just an example).
this is why i used stristri/strpos for "[space]1[space]" instead - this checks for the userid with a space in front and after the userid ... Of course, you have to add a space in front of and after the original buddylist, or else it wouldn't find the first and last buddy ....
hope this helps :smoke: