Getting Started With The Drupal 8 Dashboard
In the following article, we will be reviewing the main and basic features of the Drupal 8 administrative area. This will include all of the dashboard’s sections and their purpose in helping you develop your Drupal-based online project. The first step would be to access the administrative area of your Drupal by using the admin […]
Drupal 8 Content Types Overview
In the following article, we will discuss the different types of content that you may use to build your website to your liking. By default, Drupal provides you with the possibility to easily create descriptions, blogs, stores, contact forms, forums, and many more, and also you would be able to combine different types of content […]
How To Create A Backup Of My Drupal 8 Website?
Keeping a copy of your website’s files and database is always a good idea due to the fact that something unexpected can cause it to malfunction or even worse – some of the files might be mistakenly deleted. You should rest assured that on all of our shared hosting packages a weekly backup of your […]
Multilingual content in Drupal
Multilingual Content in Drupal The Multilingual content in Drupal allows you to easily translate the whole application, starting from its core configuration, up to the interface and content of your Drupal-based website. The Multilingual content is separated into four categories: – Configuration Translation: Allows you to to translate the core configuration text of the Drupal […]
Managing Users, Roles and Permissions in Drupal
Managing Users, Roles and Permissions in Drupal In this article, we will discuss on how you can easily create and manage Users, Roles and set permissions to them. In Drupal, you can manage Users and their associated Permissions by using the "People" section of the Administrative Panel. Once logged into the Administrative Panel of the […]
How To Upgrade Drupal
How To Upgrade Drupal In this article, we will discuss how you can upgrade your Drupal application to a newer Major version. As most popular CMS applications Drupal has built-in PHP scripts which could be executed through the Composer package manager in order to upgrade the version of Drupal. In order to use Composer, you will […]
How to update Modules in Drupal
How to update Modules in Drupal In this article, we will discuss on how to update the Modules of your Drupal-based website. Updating the Modules of your Drupal application is an essential step in keeping your website in a good health. Usually updates provide better functionallity and fixes of bugs regarding the modules you are […]
How to optimize Drupal
How to optimize Drupal In this article, we will discuss how you can optimize your Drupal-based website in order to increase its performance. Drupal as one of the most popular CMS applications can become slow if not maintained properly. That is why you might need to check the following options that can optimize your Drupal […]
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 […]