I am very new to drupal and I added the Document Library but I am lost as to how to have this library displayed on the site. Any suggestions will very much help. Or if someone can direct me to some literature for development for an intranet.

Comments

Dharti Pandey’s picture

hii,

Configure your Document Library Document Content Type.
After modifying the fields of the Document Library Document Content Type, you will need to update the theme template that is used to render the output. To do so, you will need to copy sites/all/modules/document_library/document_library_document.tpl.php into your theme's template folder. Once you have copied the file, you will need to modify the variables that are added to the template using hook_preprocess_HOOK. In your theme it will be named THEME_preprocess_document_library_document.You can skip this step and access the $node variable directly to get at your fields.
Configure your Document Library.
Add Document Library block and Document Library Folder block (optional) to your site.

you should also try....
https://www.drupal.org/project/filedepot