Hi all,

I'm new to Drupal. I have established a basic Drupal installation and have some basic content, a few static pages, a blog with a few posts, and a few articles. I have established a menu. All of that is working fine. My next goal is to establish a file library where we can store documents (PDF, DOCX, XLSX), drawings (PDF, images formats), schematics (image formats), and possibly a few other document types and have those accessible through a series of pages.

IE: The documents page would contain document types, the drawings page for drawing types, etc.

I've installed the Document Library module successfully along with all of it's required modules. it appears to be working, as it can see it as a content type, it shows up in blocks, etc.

I have added a few terms to the taxonomy vocabulary for categories (again, documents, drawings, schematics)

I have uploaded some files using the content type for document library and have assigned them the correct terms.

I have created a "documents" page and have added the block to that page and it shows up on the page, however it is blank. (see https://68.15.201.236/Selection_017.png )

I can't figure out how to make the block show the documents. Can anyone offer advise on how to get this working?