Quote:
Originally Posted by NeutralizeR
There was always an error message displaying at the top right corner of the private message windows, saying "Image load error" in red.
|
You must have used the database in the past - basically it's finding avatars stored in the database and trying to use them. If you don't use the database for avatar storage then empty the customavatars table and the problem should go away.
Quote:
Originally Posted by NeutralizeR
I've seen this part in your integration mod:
PHP Code:
// Get male or female
function getGender($user)
{
return NULL;
}
I've gender customfields defined at my vb. How can i use it for the code above?
|
You can't unless you write some custom code to query the vb database for the relevant field and then convert the result into Male or Female.