Document management for Drupal 6?

2019-08-01 07:24发布

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

3条回答
Summer. ? 凉城
2楼-- · 2019-08-01 08:16

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.

查看更多
smile是对你的礼貌
3楼-- · 2019-08-01 08:26

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.

查看更多
够拽才男人
4楼-- · 2019-08-01 08:31

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.

查看更多
登录 后发表回答