Thank You for Your module!

The quiestion is:
I have 3 main albums:
1. Films - subalbums (filmnames)
2. Reportages - subalbums (events)
3. User's albums - subalbums (usernames) - subalbums (filmnames)

The subalbums in 1 and 3 cathegories are not totally identical, because there are not only user's films thу cathegory 1.
But I would like to know, how could I allow users to add into their subalbums those film albums they need?

I know how to allow to post nodes to different albums but how to get it with subalbums?

Comments

vhmauery’s picture

Assigned: leramulina » Unassigned

Go to admin/settings/acidfree and check the "Share albums by default" box. This will set new albums as targets for everyone to post into.

Edit each album and check the "Allow others to post items to this album" box. If you already have a lot of albums and don't want to edit every one of them, you could run an sql query:

mysql> UPDATE acidfree_album SET share=1;
mwheinz’s picture

Status: Active » Closed (won't fix)