Quote:
Originally Posted by djxcee
Try to reinstall the product.
Working for me on 3.7.4
|
djxcee, it's not a product, it's a plugin. It's just not working for me in the member profiles but it _IS_ working in the postbits.
Zach,
I checked the plugins and there are two there. One for postbit_display_complete with this code:
Code:
if (!$this->post['avatarurl'])
{
$this->post['avatarurl'] = "images/avatars/noavatar.gif";
}
if ($this->registry->userinfo['showavatars'])
{
$show['avatar'] = true;
}
Code:
One one in the member_complete with this code:
if (!$avatarurl)
{
$userinfo['avatarurl'] = "images/avatars/noavatar.gif";
}
$show['avatar'] = true;
As you can see, I have the image in there too:
http://www.makeuptalk.com/forums/ima...s/noavatar.gif (click it)
Help?