Profile picture fade in/out problem

Hi, has anyone solved the problem with profile picture fading in/out on 'my account' webpage? I think this is a JavaScript problem, and I'm not sure how to solve it, since I'm no JavaScript coder.

I think I need some kind of if code, that can tell the script not to fade the picture in/out when the user only has one picture uploaded in the database.

Cheers,

Dorit

Quote · 10 Dec 2008

This is not a problem and is easily fixed, it is a feature that was added when dolphin was upgraded to version 6.  A small bug maybe, as you can not have this feature switched on and stop the profiles with just one image fading in/out and allowing the feature for more than one photo on profiles.  anyway, to switch this feature off:

Go to your Admin Panel

Settings > Advanced Settings > New Gallery Feature for Profile Photos - untick this box > Save Changes and retry to see if this sorts your problem.

Hope this helps.

clubbeyourself
Quote · 11 Dec 2008

Mr Powless have posted a 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 · 11 Dec 2008

Thank you both. Have been wondering what new gallery feature actually was, and just ticked the box since 'new' sounded good...

Quote · 12 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.