Media Pool
Component ID
1050120
Component name
Media Pool
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
4560
Component created
Component changed
Component body
Mediapool provides a pool for categorized media to provide dynamic stock media to nodes upon display.
Update
Work is underway for a (long overdue) D7 version. If you have any feature requests, please open an issue.
Overview
Mediapool provides a pool for categorized media to provide dynamic stock media to nodes upon display. Currently the media is limited to images via the included sub-module, Imagepool.
So, for example, you have a content type, Travel, which contains an image field. if a Travel node has no image, Imagepool can select a random image from a pool of travel images and provide that image when the node is displayed.
Features
- Creates a content type for each media pool (currently Imagepool)
- Creates a vocabulary for the pool
- Admin settings page to identify affected content types and to choose the field in each that is to be monitored
- Admin report shows each media pool, its category (term) and the number of media pieces it contains
Requirements
Drupal 6.x - Imagefield, Taxonomy and CCK modules must be enabled.
