Drupal Courses Online

Live Instructor Led Online Training Drupal courses is delivered using an interactive remote desktop! .

During the course each participant will be able to perform Drupal exercises on their remote desktop provided by Qwikcourse.


How do I start learning Drupal?


Select among the courses listed in the category that really interests you.

If you are interested in learning the course under this category, click the "Book" button and purchase the course. Select your preferred schedule at least 5 days ahead. You will receive an email confirmation and we will communicate with trainer of your selected course.

Drupal Training


Administering Drupal 7 Website

About

Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 12% of the top 10,000 websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.

Contents

  • Introduction
  • What is Drupal?
  • Drupal Sandbox
  • Building Blocks
  • Extensions
    • Distributions
  • Finding Admin Settings
  • Modules
    • Modules Versions
    • Modules Support
  • Themes
  • Theme Configuration
  • Users
  • Content
  • Nodes
    • Fields
    • Revisions
    • Comments
  • Workflows
  • Files
    • Images
  • Taxonomy
  • Structure
    • Blocks
    • Menus
    • Text Formats (Input Filters)
  • Admin Tasks
  • Exercises

21 hours

₱140,619

Building E-commerce Applications with Ubercart in Drupal

About

Drupal Commerce is open-source eCommerce software that augments the content management system Drupal. Within the context of a Drupal-based site, Drupal Commerce presents products for purchase; walks customers through the checkout process; keeps track of invoices, receipts, orders, and payments; facilitates shipping and payment; and performs other functions needed by online merchants.

Like Drupal itself, Drupal Commerce can be extended through the use of modules that add functionality and themes that define visual presentation. There are more than 300 Drupal Commerce-specific modules available for free in such categories as payment gateways, shipping service providers, and administrative and development tools.

Contents

  • Installing Ubercart
    • Ubercart System Requirements
    • Required modules(dependencies)
    • Recommended modules
    • Ubercart modules
      • Main core modules
      • Optional other core modules
      • Optional other core modules(more)
      • More additional modules
        • Optional non core modules
        • Fulfillment modules
        • Payment modules
  • Configuring Your Store
    • Ubercart Settings
    • Attribute Settings
    • Cart Links Settings
    • Cart Settings
    • Catalogue Settings
    • Checkout Settings
    • Country Settings
    • Google Checkout
    • Importer Settings
    • Manufacturer Settings
    • Notification Settings
    • Order Settings
    • Payment Settings
    • Product Settings
    • Report Settings
    • Shipping Quote Settings
    • Stock Settings
    • Store Settings
    • Table Display Settings
    • Tax Settings
    • Workflow Configuration
  • Creating Products
    • Basic Product Creation
    • Product Attributes and Options
    • Product SKUs and Adjustments
    • Understanding Product Classes
    • Building a Product Catalogue
    • Product Kits
    • Selling Files
    • Selling Site Access (Role Assignments)
    • Theming Product Pages
    • Tracking Stock Levels
    • Importing and Exporting Products
    • Importing Data
  • Processing Orders
    • Automated Order Processing with Workflow-ng
    • Receiving Payments
    • Shipping Your Products
  • Viewing Reports
    • Cart Links
    • Customers
    • Products
    • Sales
    • Sales per Year
    • Custom sales summary
    • Stock
    • Custom reports

14 hours

₱93,746

Learn Drupal 8 for Developers

About

Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 12% of the top 10,000 websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.

Contents

  • Overview of Drupal
  • The Evolution of Drupal
    • Changes in internal systems and APIs
  • Handling HTTP Requests
    • Symfony HTTP request system in Drupal 8
  • Cache in Drupal
    • Examples of cached information
    • Cache API in Drupal 8
      • Clearing caches
      • Tagging mechanism
  • Automatic Class Loading in Drupal
    • Drupal 8 Specific Way
      • Dirs and namespaces, Examples
      • Drupal 8 OOP Examples
  • Drupal Rules, Programming
    • Alterability
      • Drupal Hooks
      • Drupal Plugins
      • Drupal Dependency Injection
      • Drupal Routing
      • Drupal Links
      • Drupal Module Themeable, Output
    • Separation of: Content, Configuration, State Data
    • i18n (internationalization)
    • Accessibility, Usability
    • DB Independency (database)
    • Security (all user-provided input is insecure)
    • Tests, Documentation
      • Everything should be tested
      • Everything should be documented
  • Drupal Mistakes, Programming
    • Programming Too Much
    • Over-Executing Code
    • Saving PHP Code in the Database
      • Alternatives for php code in db
    • Working Alone
  • Programming Examples
    • Module skeleton
    • Registering for URLs and Displaying Content
      • Page callback, menu link
      • Block, plugin, annotation
    • Using the Drupal Form API
    • Programming with Ajax in Drupal
      • Form, validation, submit, ajax
    • Programming with Entities and Fields
      • Entity, field
  • Programming Tools and Tips
    • Errors logging
  • Exercises
    • Create your own module
      • Config file
      • Module file and access granting
      • Add WARNING description to permission from the previous exercise
    • Add simple page and link in menu
    • Drupal 8 OOP specifics
      • Class
      • Subclass with properties
      • Interface
    • Make your own drupal block
    • Alter route, dynamic route
    • Create own form
      • Provide class form
      • Validate the form
      • Submit handler
      • Altering the form
    • Custom Plugin

21 hours

₱140,619

Explore Drupal 8 Themes

About

Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 12% of the top 10,000 websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.

Contents

  • Drupal 8 Themes
  • Drupal 8 Themes Introduction
  • Installing Existing(Contributed) Themes
    • Manual theme installation
    • Exercise 1
  • Modifying an existing Theme
    • Exercise 2
  • Subthemes
  • Panels and other modules related to theming
    • Field Layout
    • Drupal Layout Builder
    • Responsive Image
    • Panels and Panelizer/Page Manager
      • Panels con't
      • Panels in use
      • Panelizer vs Page Manager
    • Display Suite
      • Display Suite con't
    • Paragraphs
    • Exercise 4.1.
    • Exercise 4.2.
  • Theme system
    • Theme system con't
    • Theme engines
      • Twig Template Engine
      • Twig - helping modules
    • Theme Hooks
      • Overriding Theme Hooks
    •  Preprocessing for Template Files
      • Preprocessing for Theme Functions
    • Theme hook suggestions
      • Altering theme hook suggestions
    • Assets
    • Exercise 5
  • Creating a new theme from scratch
    • Steps
    • File .info.yml
      • Exercise 6
    • CSS file
      • Exercise 7
    • Structure of a Drupal Page
      • From Stark Theme
      • From Bartik Theme
  • Devel Module(s), Other Helpers
    • Drupal Devel Suite
    • Drupal Devel
    • Drupal Devel Generate
    • Devel Kint
    • Drupal Web Profiler
    • Theme registry
    • Theme debug mode
  • Popular Drupal 8 Themes
  • Drupal 8 Distributions
  • Drupal themes future?

14 hours

₱93,746

Discover Drupal 8 Views Module

About

Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 12% of the top 10,000 websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.

Contents

  • Drupal 8 Views Module
  • Drupal views overview
    • Introduction
    • Examples of how to use Views
    • Creating View
    • Filtering a view
    • Exposing filters
    • Passing arguments to a view
    • Views Add-on Modules
  • Views and relationships
  • Analyzing and Searching Data
  • Dynamic Reports
  • Exporting and importing views
  • Exporting views data

7 hours

₱46,873

Learning Drupal 7

About

Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 12% of the top 10,000 websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.

Content

  • Installation Drupal
  • Add blogs to attract customers to your company website
  • Add customer accounts to your site
  • Incorporate electronic commerce on-site Ubercart and the new commerce modules.
  • Integrate Google maps,
  • Insert online surveys and polls
  • Taking care and maintenance of site

14 hours

₱93,746


Is learning Drupal hard?


In the field of Drupal learning from a live instructor-led and hand-on training courses would make a big difference as compared with watching a video learning materials. Participants must maintain focus and interact with the trainer for questions and concerns. In Qwikcourse, trainers and participants uses DaDesktop , a cloud desktop environment designed for instructors and students who wish to carry out interactive, hands-on training from distant physical locations.


Is Drupal a good field?


For now, there are tremendous work opportunities for various IT fields. Most of the courses in Drupal is a great source of IT learning with hands-on training and experience which could be a great contribution to your portfolio.



Drupal Online Courses, Drupal Training, Drupal Instructor-led, Drupal Live Trainer, Drupal Trainer, Drupal Online Lesson, Drupal Education