Home

Primary links

  • top o the deck
  • Drupal for Beginners
  • about
  • links
  • give me some sugar

Drupal stuff

  • EDAM
  • STARDOM
  • Question Bank
  • Drupal musings
  • Drupal tips
Home Easy Drupal Admin Manual (EDAM) Creating Content

Key stuff on this site

Easy Drupal Admin Manual (EDAM)

SEO, Traffic and Revenue: Drupalace's Online Manual (STARDOM)

Drupal for Beginners

Subscribe to posts by RSS or email

Subscribe to Drupal Ace by RSS feed RSS feed 

Subscribe to Drupal Ace by Email

Donate towards my web hosting bill! Get a great host!

Share and save

Share/Save

Random piece of content

2008 is here: the Drupal Ace to-do list

Manuals on this site

  • Easy Drupal Admin Manual (EDAM)
    • Welcome to Your Site
    • First Steps: Please Read!
      • Understanding These Instructions
      • Important Terminology!
      • Best Practices for Site Admins
    • Super Quick Guide (for the experienced and the brave)
    • Logging In
    • Your Administrator Tools
    • Setting Site Basics
      • Setting Site Information
      • Configuring Your Theme
    • Creating Content
      • Node Types
      • Create a Page Node
      • Create a Story Node
      • Create a Blog Entry Node
      • Making Images and Other Files Available
      • Using Text and Image Editors
    • Organizing Your Content
      • Terms, Vocabularies, and Taxonomy: "Tagging" Your Content
        • Taxonomy Suggestions
      • Menus, Links, and Paths: Navigating the Site
        • Content Paths and URLs
        • Creating Links
        • Working with Menus: Administration Form (Drupal 6)
        • Working with Menus: Administration Form (Drupal 5)
        • Creating Menu Items on the Fly
        • Placing Menus on Your Pages
      • Placing Content on pages
        • Creating a page from a Single Node
        • Creating a page from a List of Nodes
        • Setting the Front Page
      • Working with Blocks
    • Maintenance Stuff
      • Maintenance and Construction Notices
    • Other Fun Things
      • Changing Color of Garland Theme
      • Free Aliases!
  • SEO, Traffic and Revenue: Drupalace's Online Manual (STARDOM)
    • Set a Clear Goal
    • Make a Good Site
      • Put out the Welcome Mat
      • Make Great Content
      • Build a Great Brand
      • Make Navigation Easy
      • Tune Site Performance
    • Drive Traffic
      • Promote your Site
      • Get Found with SEO
    • Build a Community
      • Build an Offsite Community
    • Monitor and Improve
    • One-Page Checklist
    • Drupal and the Blogging Starter Checklist
      • Drupal and the Blogging Starter Checklist, Part 1
      • Drupal and the Blogging Starter Checklist, Part 2
      • Drupal and the Blogging Starter Checklist, Part 3
      • Drupal and the Blogging Starter Checklist, Part 4
      • Drupal and the Blogging Starter Checklist, Part 5
      • Drupal and the Blogging Starter Checklist, Part 6
      • Drupal and the Blogging Starter Checklist, Part 7

Recent comments

  • It worked

    adding $GLOBALS['tempUser'] = $user; worked but I find it worth noting that I had to delete...

  • very good document...

    very good documentation for beginners!!!!!! thanks!!

  • del penitential 62

    strike out abject
    eliminate penitent 5

  • Chat

    Thank you a lot about very beneficial to my work was very useful thank you

  • Drupal Resources f...

    I would start learning from the "Diving In" section above. That links to the good beginners'...

more

SEO & Traffic!

STARDOM

Node Types

  • admin
  • content
  • Drupal

You can choose from many types of node: blog posts, stand-alone pages, interlinked book-like pages, and many more.

Your node options

Head here:

Navigation menu » Create content

You'll see a list of all the node types you can create (which may vary by site). Here are the chief ones for a typical web site:

Blog Entry node

What it is: A piece of blog, or "web log", content. If you're uncertain what that is, don't worry; we all were, just a short while back. While there's no strict definition of blog, it typically refers to a series of online stories, musings, or other "posts".

What to use it for: The Blog Entry is most useful for any diary- or record-like content, consisting of (usually) short pieces listed by date. Good uses for the node type are company news items, short daily reports, and your random thoughts or frothing rants.

Page node

What it is: A generic page, with no specific assumptions on how you might use it.

What to use it for: Pretty much anything that doesn't better fall into another, more niche node type. Product pages, a company overview, any sort of general information – these are all standard uses. Many organizations' sites use a Page for general information about the organization and what it does.

Book Page node

What it is: Book Pages are like Pages, but are designed for easy organization into groups and sub-groups, like the sections and chapters of a book. You set a "hierarchy" of pages, with a "top section", pages grouped into "chapters" beneath that, a chapter's pages grouped into "sub-chapters", and so on, as many levels deep as you like. Drupal creates appropriate navigation links automatically.

What to use it for: If you want to create an online "book" from web pages organized into a certain structure, this is the way to do it. One excellent application is a user manual – like EDAM. These instruction pages are built using Book Pages, letting me easily organize or re-organize them by topic, sub-topic, and so on.

Story node

What it is: The original creators of Drupal had envisioned some differences between the Page and Story formats, but the two have apparently merged into pretty much the same thing. You can think of a Story as simply another version of a Page.

What to use it for: What good is having two versions of a generic page, one called Page and one called Story? There doesn't seem any reason to set out building the system that way, but as long as Drupal has developed with those two forms of pages, you can put them to use if you like.

Since you can configure how each content type behaves, you might use Pages (to conjure an example) for general information content that only administrators create, and use Stories for content that any registered site user can write and submit. Or use Pages for company background info, and Stories for product info, if you have reason to keep their content types separate. Or set up Pages to display no author name and posting date, and use them for general information; set up Stories to display author and date, and use them for news articles. It's up to you. 

If you don't see an immediate need for the Story format, ignore it. Later, when and if you find good reason to deploy a second type of general page, the Story node type will be waiting.

Share/Save
‹ Creating Content up Create a Page Node ›
  • Printer-friendly version
  • Quote
Unknown Drupaloid's picture

Re: Node Types

Submitted by Unknown Drupaloid (not verified) on Thu, 2008-07-31 01:11.

What determines the range of node types that are displayed to choose from? Is the number of extensions installed/enabled important?

  • reply
  • quote
Drupalace's picture

Re: Node Types

Submitted by Drupalace on Thu, 2008-07-31 22:23.

Good question.

1) A few node types, like Page and Story, are (as far as I know) automatically available, whether you asked for them or not. I think you'd have to hack something to turn them off, and that's probably not wise.

2) A few others are built into a standard Drupal installation, but can be enabled/disabled as modules. Examples are Book and Blog Entry nodes. 

3) Other node types come with third-party modules. As an example, the Image node type is created when you install and enable the Image module.  

4) Finally, you can create your own original node types via CCK (assuming the CCK modules are installed and enabled).

Off the top of my head, those are what determine your choice of available node types!

  • reply
  • quote

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><br><p>
  • You may quote other posts using [quote] tags.
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options


Relevant Content

The Drupal Ace logo has dealt these content suggestions from the deck.

  • Working with Menus: Administration Form (Drupal 6)
  • Working with Menus: Administration Form (Drupal 5)
  • Taxonomy Suggestions
  • Creating a page from a List of Nodes
  • Creating a page from a Single Node
  • Placing Menus on Your Pages
  • Creating Menu Items on the Fly

Learn Drupal, hands-on

Get the beginner-friendly ebook that teaches community site building via a live case study.

Drupal 6 Ultimate Community Site Guide

Read the review

Drupal mini tip

Site visitors seeing your ugly error messages on the screen (along with details of your Drupal installation path)? Once your site goes from dev to launch, you probably want to have errors recorded in the log but not splashed across the screen. Head to the handy Error Reporting settings found at admin/settings/error-reporting. 

It's a deal!

Dreamhost dealsDrupal Ace presides over his domain, proudly ensconced in his DreamHost eyrie. Won't you join me?

Promo code deal!

Just enter the code 49ER when you register for an account, and save $49 off the already-low price. No strings!

Read my hosting service review

Powered by Drupal, an open source content management system

Copyright 2007 and forever after. Made with Drupal, of course. On OS X, of course. Served up by DreamHost. DreamHost

RoopleTheme