DRUPAL
DRUPAL
DRUPAL
The Block Layout enables the developers to place blocks on the page for better
visibility for certain sections of the page.
You’d like to create a block content on your home page. Which item in
structure menu would you click? Block layout
In Drupal, permissions are assigned to – content
How Drupal weight functions?- randomly
What language is used in Drupal? – php
Default Storage Engine used in Drupal8?- innodb
Which of the following is not a conceptual layer in Drupal?- pages
Data, module, blocks n menus, user permission, themes and templates.
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
New fields to user profiles can be added from administrative interface.-
true
Drupal quiz modules- all (slick, filed. Alexa)
By default, which of these blocks are displayed on a Drupal site front
page? Search
Custom Breakpoints cannot be created in drupal8- true
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
After successfully adding the taxonomy term where would you add fields
for reference Taxonomy terms? Content types
Select the system requirement for installing Drupal 8. All
Which of the following features are enabled by default in Drupal? – blog
Which of the following are Contributed Themes in Drupal?-
Which option would you select for promoting content to the front page?-
promotion/ menu
Drupal Installation
To install Drupal, the requirements are:
Web Server (use any one):
1. Apache
2. Nginx
3. Microsoft IIS
4. Hiawatha
Database (use any one)
1. MySQL - 5.5.3 or higher
2. PostgreSQL - 9.1.2 or higher
3. SQLite - 3.4.2 or higher
PHP 7.1 or higher (PHP 7.2 for Drupal 8.5.0)
Refer the following links to install Drupal:
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
1. Local Server Setup
2. Installation
o Drupal Core comes with two default content types - Articles, Basic
pages and
Drupal Core comes with two default content types - Articles, Basic pages and offers the ability to
create Custom Content Types as required.
Content Type can include one or more Fields to store information. They work in conjunction
with Views to serve content to end users.
Head to Dashboard > Content > Add Content > Basic Page
Provide the values in the fields required.
Save and Publish.
Structure Tool
The Structure tool consists of different elements which are used for designing the website. They are:
Block Layout
Comment Types
Contact Forms
Content Types
Menus
Views
Taxonomy
Display Modes
How these are used for website building, and a summary of them is given in upcoming cards.
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
The Block Layout enables the developers to place blocks on the page for better visibility
for certain sections of the page.
Comment Types allows the users to make comments on the particular content type. This video
shows how to comment and add comment fields.
Contact Forms
A contact form is specifically for the customer service.
Drupal provides users with a contact form and allows people to contact.
Drupal has the default contact form, which contains the admin name and email
address. You can also customize your contact form mentioning the certain set of
details in the contact form window.
Menus exist all over the site. Drupal provides easy access by creating menus for
the users.
These are navigators for the website.
They provide shortcuts by generating menus via links, and the user can place
The Views makes the website in attractive.
Using the views, you can place content anywhere on your site.
It not only create updated pages automatically but also adds views to the
website.
To create your custom content types, you need to navigate to Structure Menu and
choose Add Content Type.
These are the out of the box modules in Drupal that are designed for enabling
basic functionality of a site.
The Core Modules provide functionalities for:
o Managing User accounts
o Managing the content and fields
o Managing navigation menus
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
o Making lists, grids, and blocks from existing content
You can use a variety of modules that are available on the Drupal site.
To use, first you need to filter for modules and download them from:
drupal.org > Download and Extend > Modules
Themes define the presentation layer of your application, and it governs the new look and
feel of your website.
It comprises template files, CSS, and images for each design. These files can be edited
as per your requirements.
You can use themes contributed by others or create your own to share with the community.
There is a large library of ready to be used themes available on Drupal site, for
you to choose based on your requirements.
Some of the widely used themes available are:
o Bootstrap
o Adaptive theme
o ZURB Foundation
o Nexus
o Zircon
1. Lists:
Lists consist of all the user's details, and the administrator can edit the operations of the
user.
2. Permissions: Permissions enables the users with restrictions. There are many
sets of permissions for each role at many levels that you can set.
3. Roles: A role defines a group of users that have certain privileges. These
privileges are defined at permissions page. Here you can define the names and
display sort order of the roles on your site.
4. List Menu Consists of the user lists and the user logs.
5. The administrator can add the users by choosing Add user option and can filter
the users with respect to roles and permissions.
6. In the image, you can see the user's list created.
Drush
Drush - Drupal Shell i.e., a command line interface.
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
It speeds up the Drupal development and administrative tasks.
By typing a simple command, you can perform all the actions that usually takes more time and
multiple steps in a browser.
Drupal Download
This study source was downloaded by 100000839484608 from CourseHero.com on 01-20-2022 00:42:43 GMT -06:00
https://www.coursehero.com/file/53632957/DRUPALdocx/
Powered by TCPDF (www.tcpdf.org)