Tagged Questions
2
votes
2answers
142 views
Upload file and fill in fields in one step; or trigger a rule when a file is uploaded
I want to make use of the Media module and the File entity module to upload files, in particular images, to my Drupal 7 site without having to attach them to a node. Solely uploading images works like ...
1
vote
0answers
123 views
Dependency problem with Entity API + Rules + Features at deployment
I'm saving rules in a feature. I added a new rule that has as dependency a module that I added to the project's repo. This new module was correctly added to the feature's dependency list in the .info ...