Quote:
Originally Posted by Beckenbauer
After opening the Member Map. Can't se the map, only white screen with this message.
|
Within the Membermap Main plugin
find
PHP Code:
$avimagecurrentget = fetch_avatar_url($vbulletin->userinfo['userid']);
Add above it
PHP Code:
require_once('./includes/functions_user.php');
Let me know if that works. Please note I had to CTRL+F5 on my browser to pick up the changes for some reason.