Book Image

Drupal 8 Quick Start Guide

By : J. Ayen Green
Book Image

Drupal 8 Quick Start Guide

By: J. Ayen Green

Overview of this book

Drupal is a powerful content management platform, ?exible enough to accommodate almost any content requirements. This ?exibility comes with a cost: complexity. Drupal 8 Quick Start Guide will clear your path from installation to a building usable site in minutes, and to a customized site in one sitting. You will begin with installation of Drupal and going through the main sections of the Drupal UI. Then, you will create a content type that describes its content, which simplifies the act of creating and editing the actual content later. You will learn about user roles, using real-world examples. This will help you to learn how to design roles, and how to assign appropriate permissions to them. Next, you will learn to use the WYSIWYG editor, configure it for other roles, navigate the various fields on the content creation form, and publish content. To begin to appreciate the ?exibility and expandability of Drupal, you will make use of popular content-focused modules that extend Drupal's power. You will learn how to expand your market to other readers directly and through other sites by configuring content and UI translations and creating a View that provides an RSS feed. Finally, you will put everything together by customizing the home page for your new website.
Table of Contents (16 chapters)

Chapter 5. Making Drupal Even More Useful

In the previous chapter we learned how to create content, the mainstay of the Drupal website. Creating content can be accomplished using a simple build-in process. Drupal is fully usable out-of-the-box as a content management without the requirement of any customization. However, your site or business model can call for additional functionality. Perhaps you want to schedule events, or accept payments, or display a product catalog. For this reason, there is a galaxy of add-on features available that can be greatly increase its utility and flexibility.

Perhaps you have added functionality to your browser by way of a browser plugin, or to your smartphone by way of an app. With Drupal, feature expansion is also accomplished by pieces of add-on code, called modules. A module is arranged in a folder that contains program code and other files that, when placed in the correct location within the Drupal folder, provide a feature or service above and beyond...