Difference between revisions of "Drupal Care Package"
From Stadm
Jump to navigationJump to searchLine 8: | Line 8: | ||
== Create your own content types == | == Create your own content types == | ||
+ | Sometimes the original content types cannot fulfill your all requirements, you may want a new content type to reach your expectations. For example, you may want to create a FAQ page, which should contains several FAQ entries. Thus you can create a new custom content type "FAQ", which has "Question" and "Answer" fields instead of "Title" and "Body". | ||
+ | |||
* [https://www.drupal.org/node/306792 Create custom content type] - This tutorial lists the procedures you need to create a custom content type. | * [https://www.drupal.org/node/306792 Create custom content type] - This tutorial lists the procedures you need to create a custom content type. | ||
* [[Drupal_documentation|Creating News Items and a News List]] - An example of creating a "News" custom content type | * [[Drupal_documentation|Creating News Items and a News List]] - An example of creating a "News" custom content type |
Revision as of 14:52, 13 January 2015
Overview
This care package collects some useful resources either created by previous assistants or from the Internet.
Adding & editing content
Adding & editing content are the most basic usage of Drupal
Create your own content types
Sometimes the original content types cannot fulfill your all requirements, you may want a new content type to reach your expectations. For example, you may want to create a FAQ page, which should contains several FAQ entries. Thus you can create a new custom content type "FAQ", which has "Question" and "Answer" fields instead of "Title" and "Body".
- Create custom content type - This tutorial lists the procedures you need to create a custom content type.
- Creating News Items and a News List - An example of creating a "News" custom content type