Hi, I would like to be able to have media (videos, files, url links) organised in a library with a description of what each item is (not just the filename). Other requirements that would be good are:
1. users to be able to upload media
2. workflow - media to be approved before added to library
3. private vs public items

I would appreciate advice on how to do this and if anyone knows of an example.

regards
Mark

Comments

vm’s picture

1. a custom content type with the fields you require. ie: media, description and so on.
2. you can so this by setting the content type created above as unpublished and generating a view with the views.module to show unpublished content to 'moderators'
3. investigate an access module such as content access or private module

views can be utilized to generate lists.

Other modules that can be investigated are the media.module and similar within the media category of downloads.

markagregory’s picture

thank you for the comment. I'm very new to Drupal and setting up a website for a technical association and we need to make a library of our documents, videos, pictures and links to external content. This is very difficult for us, so we would appreciate more information on what to do.

regards, mark

vm’s picture