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
1answer
508 views
Storing images as nodes in Drupal 7
I am building a Drupal 7 platform where users can share images. In a nutshell, people should be able to comment on images and like them.
The way I realized this is by creating a custom content type ...