start with drupal cms

Download Start with Drupal CMS

If you can't read please download the document

Upload: edeth-meng

Post on 16-Apr-2017

727 views

Category:

Education


0 download

TRANSCRIPT

Meng EdethHomeOfHelp [email protected] 211 131

drupal.org

About Drupal

Drupal is a free software package that allows you to easily organize, manage and publish your content, with an endless variety of customization.Drupal is open source software maintained and developed by a community of 630,000+ users and developers.

Why Choose Drupal?

Use Drupal to build everything from personal blogs to enterprise applications. Thousands of add-on modules and designs let you build any site you can imagine.

Get Started with Drupal

Let's start together with Drupal

Download and Install Drupal

Structure Guide

Extend Drupal

Download and Install Drupal

https://drupal.org/project/drupal

Download and extract Drupal

Create the database

Create the settings.php file

Run the installation script

Set up cron

Configure clean URLs

Structure Guide to Drupal

Customize your Drupal site to be a full site you have to know the following parts:

Node and Content types

Navigation menus

Blocks

Taxonomies

Views

Structure Guide: Node and Content types

All content on a Drupal website is stored and treated as "nodes". A node is any posting, such as a page, poll, article, forum topic, or blog entry. Comments are not stored as nodes but are always tied to one.

Structure Guide: Node and Content types

Default settings can be configured for each type of content on your site at: Administration > Structure > Content types > [Specific content type]or http://example.com/admin/structure/types

Structure Guide: Node and Content types

The Content administration page allows you to review and bulk manage your site content. To access this page in Drupal 7, navigate toAdministration > Contentorhttp://example.com/admin/content

Structure Guide: Navigation menus

Menus are a collection of links (menu items) used to navigate a website. The Menu module provides an interface to control and customize the powerful menu system that comes with Drupal.

Structure Guide: Navigation menus

Creating a menu

Navigate to the Menus page (Structure > Menus or http://example.com/admin/structure/menu).

Click Add menu.

In the Title field, enter a title.

In the Description field, enter an optional description.

Click Save.

Structure Guide: Blocks

Blocks are the boxes of content (such as "User Login" or "Who's online") that can be displayed in regions (such as footer or sidebar) on your page.Blocks are made available to your site most commonly by enabling modules. Once created, a Block can be modified to adjust its appearance, shape, size and position - or which Website pages it appears on.

Structure Guide: Blocks

Administration / Structure / BlocksOr

http://www.example.com/admin/structure/blockwith this address which let you add, edit, delete and customize your blocks which appear on page.

Structure Guide: Taxonomies

Taxonomy, a powerful core module, gives your sites use of the organizational keywords known in other systems as categories, tags, or metadata. It allows you to connect, relate and classify your websites content. In Drupal, these terms are gathered within "vocabularies."

Structure Guide: Taxonomies

Taxonomy is the practice of classifying content.Create Taxonomy:

Go to admin/structure/taxonomy

Click Add Vocabulary

Give your new vocabulary a name (required)

Optionally, give your new vocabulary a description (optional but good to do)

Click Save

Structure Guide: Views

Using the Views module, you can fetch content from the database and present it to the user as lists, posts, galleries, tables, maps, graphs, menu items, blocks, reports, forum posts etc.It provides a graphical interface to a SQL query builder that can access virtually any information in your database and display it in any format.

Structure Guide: Views

Download and Extract Views Module

Copy your views folder to

sites/all/modules/

Go to Administration /Modules

Enable views module in modules list

Click Save Configuration

Structure Guide: Views

After enable views module: Administration / Structure / Views

Enable/Disable

Add new view

Add view from template

Import

Delete

Structure Guide: Views

Views video tutorials: https://drupal.org/node/1351076

Extend your Drupal

Download hundreds of modules to customize and extend your site.Most popular modulesViews

Chaos tool suite (ctools)

Token

Pathauto

The End

Thanks!

Q&A