Quote:
Originally Posted by DragonByte Tech
If you open dbtech/spotlight/core/class_fetchuser.php
on line 162 replace
Code:
$spot_avatar_file = $this->registry->options['homeurl'] . "/" . $this->registry->options['avatarurl'] . "/avatar" . $this->registry->options['dbtech_spotlight_rnd_userid'] . "_" . $rand_user_data['avatarrevision'] . ".gif";
with
Code:
$spot_avatar_file = $this->registry->options['avatarurl'] . "/avatar" . $this->registry->options['dbtech_spotlight_rnd_userid'] . "_" . $rand_user_data['avatarrevision'] . ".gif";
does that fix it?
I was checking out what the vB code does for avatars and I think I'm doing some overkill which is screwing it up for different types of setups.
|
My avatar URL in the sidebar is pointing to forumhome
http://www.clevelandsportsforums.com/forums/forum.php. I made the change you mention in the quoted post, but it didn't help. Avatars are stored in the file system, and I downloaded the latest version.
Help? I'm at a loss...