Difference between revisions of "Drupal Care Package"

From Stadm
Jump to navigationJump to search
Line 27: Line 27:
 
* [http://www.wunderkraut.com/de/node/1124 A series of video tutorials] that teach you how to create more customized pages.
 
* [http://www.wunderkraut.com/de/node/1124 A series of video tutorials] that teach you how to create more customized pages.
 
* [Https://www.drupal.org/node/206792| Creating a new front page] - Yes you can customize your front page too.
 
* [Https://www.drupal.org/node/206792| Creating a new front page] - Yes you can customize your front page too.
 +
 +
== Organize your web with Menu ==
 +
It's not a good idea to put every thing on one page.You need to redirect website visiter to different pages.
 +
 +
* Basic content types
 +
**
 +
* Views or Panels
 +
**
 +
  
 
== Organic Groups ==
 
== Organic Groups ==
 
* [[Organic_Groups|Organic Groups]]
 
* [[Organic_Groups|Organic Groups]]

Revision as of 16:02, 13 January 2015

Overview

This care package collects some useful resources either created by previous assistants or from the Internet.

Adding & editing contents

Adding & editing contents are the most basic uses 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".

Show content on a page in the way you want

When you have your own content type, the next step is to show entries of the content type on your website. Drupal module "View" is a handy tool to manage this issue.

"I want a few pictures on the left one third of the screen and articles on the right two third."

Then you have to use the more advanced "Panels" module.

Organize your web with Menu

It's not a good idea to put every thing on one page.You need to redirect website visiter to different pages.

  • Basic content types
  • Views or Panels


Organic Groups