- Getting Started with This Installation
- Themes Choice and Configuration
- Content: Stories, Blogs, Forums, Books, and Pages
- Users: Site Access, Registration, and Posting
- Blocks: Controlling Content in the Columns
- Menus, Blocks, and Primary and Secondary Links: Creating Navigational Links
- Tracking and Statistics
- Additional Modules & Features
- Example Drupal Education Sites
- Additional Site Administration and Pedagogical Tips
- System Requirements, Installation, and Upgrading
- Licensing
Creating New Node Types: Flexinode
Submitted by tcsalvo on Thu, 2005-05-12 21:08.
Flexinode allows site administrators to create new node types in addition to the stories, blogs, polls, forums, etc. already available from Drupal. Once created, the administrator can configure the new node types using the content types cofiguration. The content types administration section allows the administrator to create new content types and add various field types to the content type definition.
Uses of flexinode: to create a wiki in a Drupal site, create a new content type "wiki" with a text area. Then enable the freelinking module which will allow users to create CamelCase titles which automatically generate new pages. Then set the "Default for new nodes" to the new content type you have created.