Profile Pic Flashing

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

Quote · 14 Dec 2008

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.
Quote · 14 Dec 2008

Thank you! That was driving me nuts.

 

Tim

Quote · 15 Dec 2008

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)) {

 


Very useful !

Quote · 15 Dec 2008

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.
Quote · 15 Dec 2008

Sorry, don't know about a fix on this yet.

Quote · 15 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.