Drupal Introduction
Drupal is a free, open-source CMS (Content Management System) application built on PHP. It is a powerful solution for creating various online projects starting from personal blogs, through corporate platforms all the way up to political and governmental websites. The script was first written and released by Dries Buytaert in 2001 and it was focused […]
How To Create Drupal Blocks

How to Create Drupal Blocks In the following article, we will discuss how to create blocks in your Drupal application. Blocks are a large part of your site's web page layout as they are placed in the regions of your theme. They can be created, rearranged or removed inside the Block layout option in the […]
How To Create Articles In Drupal 8?
In the following article, we will discuss how to create articles inside your Drupal-based website. The main difference between an Article and a Basic page is that you have the ability to add images inside an Article. The first step would be to login inside your administrative account. Once inside, you would need to navigate […]
How to Create a Forum in Drupal

How to create a Forum in Drupal Drupal as one of the popular CMS applications comes with a core module that allows for the creation of a Forum inside the Drupal-based website. In this arcticle, we will look further as to how you can create a Forum inside your Drupal website. The first step is […]
How To Create Basic Pages In Drupal 8?
In the following article, we will discuss how to create Basic Pages in your Drupal-based website. Basic pages are mostly used for your static pages, like an “About Us” page for example. In order to proceed, you would first need to access the administrative account of your website. Once logged in, you would need to […]
How to Create a backup of my Drupal 8 website

In this article, we will discuss how you can create a backup of your Drupal 8 website. Keeping a copy of your website’s files and its database is always a good idea and a great practise due to the fact that if something unexpected happens, you might want to restore your website to its previous […]
How To Manage Menus In Drupal 8?
In the following article, we will discuss how to arrange your content in separate menus. You would first need to log inside your Drupal’s administrative account. Once inside, navigate to the “Content’ section, where you will be displayed with a list of all of the content that you have created for your website. For the […]
How to Configure SMTP in Drupal

How to Configure SMTP in Drupal In this article, we will discuss how you can configure SMTP for your Drupal-based website. The SMTP mail service is recommended as it can improve your experience with the emails you send from your application. The first step is to create the email account that you will be using […]
How To Install And Manage Modules In Drupal 8?
In the following article, we will review how to install additional modules for your Drupal website. Although there are various modules preinstalled, you may wish to add more diversity and functionality to your website, where additional modules come in. We would always advise downloading Drupal modules only from an official vendor or from the Drupal […]
How To Install Themes In Drupal8?
In the following article, we will discuss how to install and enable a theme inside your Drupal-based website. Themes are used in order to bring different functionalities to your website and various customization options, which you may use to alter the look and feel of your website. We would recommend downloading themes from official vendors […]