Topics Content administration Basic installation and configuration Theme and module installation The Nice-to-Have Modules that expand functionality for.

Slides:



Advertisements
Similar presentations
Moving stuff around on your Drupal web pages Alex Bergin / Dept. Agriculture &
Advertisements

Lesson 3: Managing User Access and Security (Cache Administrators only)
Web Filtering. ExchangeDefender Web Filtering provides policy-controlled protection from dangerous content on the web. Web Filtering is agent based, allowing.
Using Drupal for Your Organizational Website (or, how to use Drupal without cursing) Michelle Murrain Nonprofit Open Source Initiative MetaCentric Technology.
Seattle Drupal Clinic Introduction to Drupal and Web Content Management.
Creating Multilingual Drupal 7 Websites: Part 2 Kristen Pol CruzTech, LLC (Freelance)‏ Drupal Dev / SEO / i18n kristen.org Santa Cruz,
Our aims ease the pain – for all our users get with the times better communication with our supporters recruit and engage people to our campaigns raise.
Drupal Blocks David Manela, Mark Ritzman, Chad Campbell.
What is Wordpress?  WordPress has a web template processor. Users can re-arrange widgets without editing PHP of HTML code; they can also install and.
CREATING CUSTOM LAYOUTS IN PANELS. What are panels? Contrib module: Main function Implement.
The Dr ü G Book: An Intro to Drupal The Dr ü G Book: An Intro to Drupal (Dr ü G: Drupal User ’ s Group - users, not developers) This is an introduction.
Sahil Narang What is CMS? A content management system (CMS) is a computer application that allows publishing, editing and modifying content,
Operating Systems & Infrastructure Services CERN IT Department CH-1211 Geneva 23 Switzerland t OIS CERN Search Updates Eduardo Alvarez November.
Hans Hoerschelman. whoami Hans Sr. Application UI 460 Design (moonlight) UIDUG & DrupalHawks.
Walking the walk and talking the talk… T HE L ANGUAGE OF D RUPAL.
#acquia Commons The Open Alternative for Social Business Software Name Title Acquia Month XXth, 2011.
Drupal and the CMS Project. Lesson Learned #1 Keep your modules updated, especially when there are security concerns in the update notes 2010 | The Sky’s.
Basics of Drupal: Part 3 Rochelle Terman
Basics of Drupal: Part 2 Rochelle Terman
Installing CiviCRM onto Wordpress. How does it work?
TOP 20 MISTAKES YOU WILL MAKE IN YOUR 1ST DRUPAL PROJECT IZTOK SMOLIČ, ZAGREB.
Overview of REALNEO Technologies REALNEO Web Platform Architecture Overview of Drupal.
Drupal Training Syllabus Chaitanya Lakshmi
Real-estate Management System
Content Management Systems Drupal. Content Introduction Setting up Drupal Structure Features Core functions Comparison of Joomla and Drupal Total Cost.
BZUPAGES.COM Presentation on Content Management System (CMS) Presented to. Sir Ahmad Kareem.
Nonprofit? There's an App for That! Drupal Modules for Activism, Donations and other Nonprofit #NYCCamp Benjamin J. Kallos iMediaEDGE
What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool.
Overview of Drupal 6.x Tuan Pham July 30, 2010 Reference:
Drupal Commerce Better than Uber Andrew Root: druroot.
We Know IT … IT’s What We Do! ® 2 Cyprien Mvuanda & Jonathan Davis Empire 2.0 Services October 1, 2010 Albany, NY Design, Development,Workflow and Implementation.
WHAT IS DRUPAL? by Peter K. Johnson - Originally presented at Minnebar - April 2012 What you need.
Drupal Overview Prepared by : Agustin D. Gumogda Jr. Instructor.
FROM STATIC AND STALE TO DYNAMIC AND COLLABORATIVE: THE DRUPAL DIFFERENCE Ann Hubble Deborah Murphy Sue Chesley Perry University of California, Santa Cruz.
Basics of Drupal for Admins Rochelle Terman
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
Joomla and Drupal Content Management Software ….An Open Source Software Nicola Graham and Nishtha Monghe presents:
Drupal for NGOs 1 Amnesty.org redesign 22 July 2008.
Information Systems | SEPTEMBER 10, 2008 Service Portal Maintenance Understanding the Fundamentals of Drupal.
Drush: The Drupal Shell Utility Trevor Mckeown Founder & Owner Sublime Technologies
Are You in the Right Room?  Want to learn about Features module  Are a beginner or intermediate drupaler who hasn't really used it yet  Don't have an.
Outline of Drupal Gardens setup and site export ENTICE meeting 12 November 2010 Silvia Tomanin DG-CO.
Configuring Drupal Information Systems 337 Prof. Harry Plantinga.
INFM 700 Project 3 (Aqua) - Akashdeep Ray - Arnaud Lawson - Neha AR - Vidisha Vedvyas.
How Magento eCommerce Enterprises Works and Manage Zaptech Solutions.
CMS Showdown What Is A Content Management System (CMS)? CMS Website Content Outside Content Social Media Connections with CRM Programs Statistics and.
Now login to your Distributor Panel on
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Drupal Site Builder Sastra Technologies 2012.
Etsy Script, Etsy clone, Marketplace script, Buy and Sell Script
Basics of Drupal for Researchers, part 3
Basics of Drupal for Researchers, part 2
An Xray Look at Drupal 7 (OK, a look at permission machine names and some hooks.) Get Xray: gitorious.org/xray/xray gitorious.org/xray/xray/archive-tarball/master.
CiviCRM CMS Integration
Overview of REALNEO Technologies
What is a Blog? short for Weblog journal on a website
Automate your content translation with the Google Translate API.
The innocent login form
SERVICENOW ONLINE TRAINING IN HYDERABAD
SNOW ONLINE TRAINING IN HYDERABAD
SERVICENOW ADMIN & ADVANCED ONLINE TRAINING
The Way Eryk Budi Pratama
Basics of Drupal for Researchers
Content Management System
Enterprise Metadata in SharePoint 2013
Superior Drupal Integration for CiviCRM with a focus on Events
INFM 603 Main Class Project
BEST NODE JS & ANGULARJS ECOMMERCE WEBSITE
Administration Module
Presentation transcript:

Topics Content administration Basic installation and configuration Theme and module installation The Nice-to-Have Modules that expand functionality for a more thorough experience The Must-Have Modules that no website can go without

Beginning Drupal for Non-Developers Basic installation and configuration

Installation

Rename the copy “settings.php” and set permissions to 777 sites/default

Configuration

Beginning Drupal for Non-Developers Theme and Module Installation

Theme Customization

Module Customization

Theme & Module Customization

Beginning Drupal for Non-Developers Content Administration

3 Main Types of Content: Blocks – snippets of content or functionality Taxonomy – categories or terms Nodes – articles, stories

Content Administration

Beginning Drupal for Non-Developers Essential Modules

Views & Views UI

Essential Modules

article/year/month category/tags Pathauto

Essential Modules Google Analytics

Essential Modules Rules - Rules is a fundamental Drupal module that allows site builders to bring a measure of automation to their sites. Rules works hand-in-hand with the Entity API to enable developers to configure events that will be executed whenever certain conditions are met. Login redirects based on user role, status, what day of the week it is, first letter of their username, anything! Create notifications on replies, comments, other user actions, purchases (for ecommerce) Create promotions and sync content with promotions (for ecommerce) Allows non-programmers to create if-like statements and make the system respond with an action.

Beginning Drupal for Non-Developers Expand Functionality

Panels

Expand Functionality Internationalization – provides a collection of modules to create a multilingual experience.

Expand Functionality Drupal Commerce

Beginning Drupal for Non-Developers What has Drupal done for you?

In Conclusion Drupal is a truly flexible platform that can become what you mold it to be