Hello,

This is a very powerful module and the features out of the box are extraordinary.

However, when a new group is created, and a new gallery with it, the new vocab for the gallery is assigned to all content types currently available in the site.

This means that a user with permissions to add a blog post sees vocabularies for x # of galleries where x = # of groups on the site to which they are subscribed.

The form alter for the vocab access for gallery permissions is very clever, but in this case it is having a wider effect than may be desirable.

In most cases this might just be a feature request to save the trouble of editing every vocab every time a new group is created, but as this is most likely not an intended feature in the first place, then it must be a bug report.

Perhaps the module is doing something like asking for all nodes that can have images attached or something? Am I missing a setting somewhere? It seems to me that a setting inside the config page for galleries or in content types themselves is appropriate. Something like "associate with image galleries for groups" or something like this?

Comments

discursives’s picture

Status: Active » Closed (fixed)

this is fixed by changing the view to only be applicable to certain node types. this is not evident in the help text or readme so i am glad to have made an issue about it, and apologize for it being a duplicate. it was a bit hard to explain because as i said above this is a very complicated function and it is a rather extraordinary form alter that is adjusted through views instead of the normal route of the module settings. all excellent stuff, just unusual and so a little counterintuitive.