Quote:
Originally Posted by Bilderback
I notice in the memberindex.php, you have
if (!$avatarurl) {
$teamavatar = 'images/misc/noavatar.gif';
} else {
$teamavatar = $vbulletin->options['bburl'] . '/' . $avatarurl[0];
}
but it still does not show the default avatar.
(I do have a noavatar.gif in location)
I use the ZH-No-Avatar mod but even after uninstalling it,
the noavatar.gif still does not show.
How can I apply this so that a default avatar is shown in the memberindex?
|
Did you've choose to show Avatar or Image at MemberIndex->Options?