Difference between revisions of "Drupal file list"

From WolfTech
Jump to navigation Jump to search
(File type set up completed)
m
Line 5: Line 5:
 
==File Type Set Up==
 
==File Type Set Up==
  
To begin, you should have administrative privileges in [[Drupal]] with the [http://drupal.org/project/views Views] and [http://drupal.org/handbook/modules/taxonomy Taxonomy] modules installed.  
+
To begin, you should have administrative privileges and the [http://drupal.org/project/views Views] and [http://drupal.org/handbook/modules/taxonomy Taxonomy] modules should be installed.  
  
 
Bring up your ''Administer'' menu and navigate to ''Content Types'' under the ''Content Management'' category. We need to create a new content type to hold our uploaded files, so click ''Add Content Type'' near the top of the screen. Under the ''Identification'' tab, name the content type 'File' of type 'file' and write a brief description such as, "A node to hold an attached file." Skip the ''Submission Form'' tab. Under the ''Workflow'' tab, make sure that the ''Default Comment Setting'' is set to 'Disabled' and ''Attachments'' are enabled. Save your new content type.
 
Bring up your ''Administer'' menu and navigate to ''Content Types'' under the ''Content Management'' category. We need to create a new content type to hold our uploaded files, so click ''Add Content Type'' near the top of the screen. Under the ''Identification'' tab, name the content type 'File' of type 'file' and write a brief description such as, "A node to hold an attached file." Skip the ''Submission Form'' tab. Under the ''Workflow'' tab, make sure that the ''Default Comment Setting'' is set to 'Disabled' and ''Attachments'' are enabled. Save your new content type.
  
 
Cool, you've created a content type to hold your uploaded files.
 
Cool, you've created a content type to hold your uploaded files.

Revision as of 13:48, 28 February 2008

How To Create A Taxonomy Based File List In Drupal

This page will guide you in setting up a list of uploaded files in Drupal. Hopefully the information contained in this tutorial will be as deep as Drupal's learning curve (if ever that were possible).

File Type Set Up

To begin, you should have administrative privileges and the Views and Taxonomy modules should be installed.

Bring up your Administer menu and navigate to Content Types under the Content Management category. We need to create a new content type to hold our uploaded files, so click Add Content Type near the top of the screen. Under the Identification tab, name the content type 'File' of type 'file' and write a brief description such as, "A node to hold an attached file." Skip the Submission Form tab. Under the Workflow tab, make sure that the Default Comment Setting is set to 'Disabled' and Attachments are enabled. Save your new content type.

Cool, you've created a content type to hold your uploaded files.