OK, this is wierd. The default picture for the profile is fading in and out. You can see it at http://lakepan.com/network/LakePanTim Anyone have a clue?
Thanks,
Lakepantim
OK, this is wierd. The default picture for the profile is fading in and out. You can see it at http://lakepan.com/network/LakePanTim Anyone have a clue?
Thanks, Lakepantim |
That's a bug in the profile picture rotator. It's trying to rotate multiple profile photos when there's only one profile photo.
Go to Admin > Settings > Advanced settings and uncheck the box next to 'New Gallery Feature for Profile Photos', then save. That will make it stop.
I don't think this bug has been addressed by Dolphin. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thank you! That was driving me nuts.
Tim |
Or you can use Mr Powless fix, This will stop the single profile pictures fading in and out.
In the file profilePhotos.php, around line 353 is this line:
if ($bUseFeature) {
change it to:
if ($bUseFeature && (count($this->aMedia) > 1)) {
|
Thanks for posting the fix. The classified photos do the same thing. Do you know if a fix has been posted for that? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Sorry, don't know about a fix on this yet. |