Closed (fixed)
Project:
FileField
Version:
6.x-3.1
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 22:32 UTC
Updated:
30 Jun 2010 at 01:46 UTC
Here's my response to request for documentation at http://drupal.org/node/264828
Here are the basic steps for setting up a content type with a FileField field. For this example, I am going to show you how to add a field into a Story node.
/admin/content/types)For an example, let’s create a table with all Story nodes that have files, a link to the file, and the file size. With Views, you can easily do this.
/admin/content/types)Node: Published=YesNode: Type = StoryContent: File Attachments (field_file_attachments) – list = True Content: File Attachments (field_file_attachments) - fidNode: TitleContent: File Attachments (field_file_attachments) (Use the Generic Files fomat) File: Size (use the File Attachments relationship)| Comment | File | Size | Author |
|---|---|---|---|
| figure_2.jpg | 41.4 KB | keith_k | |
| figure_1.jpg | 24.44 KB | keith_k |
Comments
Comment #1
keith_k commentedShould I just post this at http://drupal.org/node/264828 myself?
Comment #2
quicksketchAwesome work keith_k! Yep, feel free to just edit and post that directly (any user can write handbook pages). However, you might request to join the documentation team, just post to http://drupal.org/project/issues/documentation saying you'd like to join, and link to this issue to point out that you have some pictures to add (only doc team members can post pictures).
Comment #3
vm commentedLooks like this was already added. Marking as fixed.
Comment #4
keith_k commentedThe screenshots were never moved over.
Comment #5
vm commentedvery odd.
Feel free to edit the doc page, add the HTML to pull the images which are attached to this issue and I'll flip the input format if needed.
Comment #6
quicksketchI've added your screenshots finally. Thanks!