I have an image field where users can upload multiple pics. I would like users to be able to set certain pics private and not the whole field. I think this will be a good feature for this module if it gets added. Thanks.

Comments

jelo’s picture

I can see this as a useful feature as well. I am using Field Collection module (http://drupal.org/project/field_collection) in combination with User Field Privacy. Right now I can enable the privacy setting for the whole collection, but not the individual entries in the collection.

For example, one collection is for social media entries. The collection consists of 2 fields (network, e.g. Facebook, Twitter, and username for that network). Essentially, the user can pick out of a list of dozens of networks and then enter their username for the selected network. They can enter several of these combinations. Right now, I can only make all entries private or none.

boobaa’s picture

Assigned: Unassigned » boobaa

This does make sense, and I have already started working on it. OTOH, this would mean that I have to deal with the fact that a node with a multivalue field in it may have different number of values depending on the language, which makes the upgrade a bit more complicated that I can code in several minutes. And while thinking about this I had to realize that UFP doesn't care about revisions at all ATM, which is another thing to fix.

(I was tempted to think that this is something that does not have an upgrade path at all, but yes, it does have one, but that upgrade path is a bit complicated.)