Document management for Drupal 6?

陌路散爱 提交于 2019-12-11 05:21:46

问题


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.



来源:https://stackoverflow.com/questions/3112013/document-management-for-drupal-6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!