Hey everyone,

When a user album is created its set to public (share). How can i change this.
All users can post now in each others albums. :(

Thanks for the help.
Tim

Comments

nancydru’s picture

Right below the Body field there is a check box for "Other users can post" - uncheck it.

tim.hanssen’s picture

But its on the automatic created album. The root user... how can i change them.

Thanks,
Tim

hade’s picture

same problem here, how can i uncheck the default setting of first per-user-album-creation of "other users can post"?

tim.hanssen’s picture

Category: support » bug

I think this is a bug. I cant find a solution for the problem...

Tim

skizzo’s picture

I have per-user albums enabled. User-1 has her own per-user album and can uncheck the "Allow others..." box in album Edit, so that other users can NOT add images to her album (they can only post to their albums or to other consenting user albums). So, I do not see the same problem that you see.

Still, as an admin, I would like to be able to forbid cross-posting alltogether. Failing that, I would like to see "no cross-posting" as a default.

tim.hanssen’s picture

You right about the edit function, but default the first user album is on "allow other users". So every user has to set it self to "diss allow".
I think this is wrong, in a older version the first user album is default not on allow.

Tim

nancydru’s picture

I don't use per-user, but it is my understanding that a user's album is connected to their profile. As such, it should never have cross-posting, IMHO. If someone else can post to it, it is "public" not the user's album.

tim.hanssen’s picture

yes it is, when a per-user-album is created and you change it by edit, you can set it to not public. Then its working fine.
So a album is linked to a profile, but other users can access it also.

alippai’s picture

Sorry for my English...
If you change line 1256:

    $node->share = 1;

to:

    $node->share = 0;

per-user albums will not be shared by default

vhmauery’s picture

Status: Active » Fixed

fixed in CVS. There is now a setting in admin/settings/acidfree to specify the default value for sharing albums.

vhmauery’s picture

Status: Fixed » Closed (fixed)