Document management for Drupal 6?

2019-08-01 08:10发布

问题:

Can anyone tell me if there is a similar module for document management for Drupal 6 like docMan for Joomla? I want to be able to manage documents from one place (upload etc) and then be able to link to those documents from within a page.

Thanks in advance,

Ben

回答1:

You don't need a module, you can do this simply by creating a node type for documents, then attaching a filefield to upload upload a document per node, and then using a module like Insert to link to the file from other nodes.

For listings of documents, use the views module.



回答2:

There is also the webfilemanager module. http://drupal.org/project/webfm I've found this module to be quite handy for managing any kind of file. I allows for tree-like folder structures and is quite versatile.



回答3:

A colleague of mine recently had nice things to say about fieldepot. He attended the recent Waterloo Region Drupal Users Group meeting and heard Blaine from Nextide speak to it.