Quote:
Originally Posted by Taurus1
The avatars are still not showing.
|
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.