New Album Created At User Add Gets Wrong Privacy

When a new user signs up and uploads a profile pic, I found that the Privacy is being set to 2 (me only) when it appears that 3 (public) is the database default. Any idea what could be going wrong?

Quote · 1 Jan 2013

a ticket was created for this, it will be fixed
http://www.boonex.com/trac/dolphin/ticket/2901

Quote · 1 Jan 2013

Thank you for pointing me in the right direction. I found a quick fix off that:

In inc / classes / BxDolFilesUploader.php

'AllowAlbumView' => $sAlbumUri == $oAlbums->getAlbumDefaultName() ? BX_DOL_PG_HIDDEN : BX_DOL_PG_NOBODY

change as

'AllowAlbumView' => $sAlbumUri == $oAlbums->getAlbumDefaultName() ? BX_DOL_PG_HIDDEN : BX_DOL_PG_ALL

Quote · 1 Jan 2013

there is more
http://www.boonex.com/trac/dolphin/changeset/17220
http://www.boonex.com/trac/dolphin/changeset/17227
http://www.boonex.com/trac/dolphin/changeset/17312

don't skip any

Quote · 1 Jan 2013
 
 
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.