I implemented this module, and all is working nicely, but there is one feature I'm not managing to achieve. I'm using the module to create per domain image galleries, with the Image Gallery submodule of the Image module. It works great for first-level galleries, that are taxonomy terms inside of the Image Galleries vocabulary. But I was hoping to allow editors to create galleries nested inside of those galleries/terms. But the the child galleries/terms nested inside of other galleries/terms do not inherit the domain specs of the parent. They do if created through the Domain Taxonomy admin of course, but not through the Image Gallery UI. Any way of accomplishing that?

Thanking you in advance.

Comments

Skirr’s picture

I didn't use Image Gallery, but maybe you didn't choose in /admin/build/domain/taxonomy right vocabulary for image gallery node type to inherit access rules?

EmpireNM’s picture

Thanks for the reply. I'm pretty sure I've got the settings right in the Taxonomy Access admin section. I've got "image galleries" set to accept access rules. I can't set "parent vocabularies" though, because Image Galleries is not a node type. Rather, that module has it's own UI for creating and managing image galleries/taxonomy terms.

Thanks again

garywiz’s picture

See my issue #522016: Inheriting domain settings for terms created programmatically using taxonomy_save_term() for my discussion about this, I think it's the same problem. Essentially, there is no handling for the creation of taxonomy items programmatically, and such terms have no domain taxonomy access settings unless set manually, as you've discovered.