Quote:
Originally Posted by sparky17
|
Seems that something is wrong in your settings for site URL. Maybe avatars work in other places but this is because they don't use full url but relevant url.
Do a test. Open file memberlist.php and change line 110:
From:
Code:
$member_useravatar = $vbulletin->options['bburl'] . '/' . $member_avatarurl[0];
To:
Code:
$member_useravatar = $member_avatarurl[0];
Then save and uploade the file and check the block "Our Administrators" in homepage. It's also a good idea to clear your browser's cache before.