Hello,
Small problem. When a new member uploads his first avatar via the join form it copies this album in his avatar profile, which suits me just fine. The problem is that the album is automatically created profile private.
Photo album and copied profile is not visible on profile.
Before the update in 7.0.9, the album was not created profile private.
Why this change and how to fix it? Baloo |
Can't reproduce this problem.
Can you reproduce it on demo.boonex.com (http://www.boonex.com/demo) ?
Rules → http://www.boonex.com/terms |
Ok Alex, I just tested, it is the same on the demo site.
Immediately after creating the account, my avatar is copied in Album Profile but it is Private.
If I go back on this Album I have this message which prompts me to change the permission of the album... Baloo |
Rules → http://www.boonex.com/terms |
Alex, I must tell you that this is the same for lbum timeline, so I think this is valid for all the albums created automatically .... Baloo |
Uploaded photos are not as grouped in the same tiles on the outline, but every once in a separate tile. If a member downloads 10 avatars succession it takes a lot of space on the outline ... Baloo |
http://www.boonex.com/trac/dolphin/ticket/2905
Uploaded photos are not as grouped in the same tiles on the outline, but every once in a separate tile. If a member downloads 10 avatars succession it takes a lot of space on the outline ...
Rules → http://www.boonex.com/terms |
hummmm wasn't this fixed on the recent B2? I just noticed the same issue is still present on B2
Hello,
Small problem. When a new member uploads his first avatar via the join form it copies this album in his avatar profile, which suits me just fine. The problem is that the album is automatically created profile private.
Photo album and copied profile is not visible on profile.
Before the update in 7.0.9, the album was not created profile private.
Why this change and how to fix it?
|
i still have the same problem on at least 5 upgrades or more..... B2 https://dolphin-techs.com - Skype: Dolphin Techs |
Problem for private albums should be changed like this, then it works.
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
Baloo |
Rules → http://www.boonex.com/terms |