Quote:
Originally Posted by goxy63
1.Can you please edit mod for non english languages (serbian latin and cyrillic in my case)
Nicknames with lets say these signs šđčćž dont have avatars displayed
|
Just verified this on your test devbelop board, i can say (without a doubt), this has nothing to do with non-english characters.
Problem showing there is avatar is missing for certain users, but that not due to user characters (user id is obtain inside mod correctly).
In close exmaine & debug of this case, it showed the db is not ok & possibly corrupted.
For example user id of x has inside db avatar id of y, but when doing query for avatar id of y inside avatar table, the query returns NULL. (emtpy).
I could "fix" mod in this case to still show "anoymous" avatar if 2nd query returns NULL, but logic suggest admin better fix the problem rather than cover un-logical cases into mod.
If user has avatarid, then he should have avatar. remove of avatar should have removed his avatarid field from user table in db.
if you have some mod installed that manages your users avatar, there is possible bug with it, as it doesnt update your database in all proper locations.