Permission for avatar folder creation?

The issue im having is that if you create an avatar, the folder it copies that image into is set to private (me only), number 2.

I cannot find where I set the default privacy level for this.

Help?

Quote · 10 Feb 2010

Fixed.

For some stupid reason, its hard coded that the profile picture album has to be the profile name if its not then its private!?

if (isset($aData['AllowAlbumView']))
$iAllowAlbumView = (int)$aData['AllowAlbumView'];
elseif (strpos($aData['caption'], getNickName($iOwner)) !== false)
$iAllowAlbumView = BX_DOL_PG_ALL;
else
$iAllowAlbumView = BX_DOL_PG_ALL;//BX_DOL_PG_NOBODY;

Quote · 10 Feb 2010
 
 
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.