Drupal tutorial

How To Embed YouTube video in Drupal 8 (CKEDITOR)

23 June, 2018 | 4,955 views

Now, there is one more reason I'm starting to enjoy Drupal 8, embedding YouTube videos in articles now are super easy, thanks to the simple and neat Drupal module - Video Embed Field In this article, I will guide you through how to…


How To Configure Trusted Host settings for Drupal 8 Website

21 June, 2018 | 6,418 views

In today's Drupal tutorial series I will talk about Trusted host settings, what they are and how to configure them. In short, Trusted host settings protects against HTTP HOST Header attacks (prevent your site from thinking it is someone…


How To Setup Google Analytics For Drupal 8 Website

17 June, 2018 | 3,595 views

Setting up Google Analytics for a Drupal 8 powered website is as simple as it is with Drupal 7 website, luckily for us, there is a small and neat module doing the hard work for us. Google Analytics is one of the essential modules to have…


Building Drupal 8 Website From Scratch - Part 2 (Content Types, Custom Fields, Manage Display)

11 June, 2018 | 639 views

In the second part of the series Building Drupal 8 Website from the scratch I will cover details on working with content types and node displays. Make sure to check out part 1, before proceeding. When comparing Drupal 7 to Drupal 8, there…


Building Drupal 8 Website From Scratch - Part 1 (Domain name, Hosting)

3 June, 2018 | 1,129 views

It has been a while since Drupal 8 has been around. It took me some time before I actually started to develop Drupal 8 websites, sticking with more convenient Drupal 7 (Which I believe still is one of the best versions of Drupal out there…


How To Hide Tabs On Drupal 8 Content and User Pages

11 November, 2017 | 2,470 views

In Drupal 8 there is a quite easy way to to hide tabs view both on content and user pages. The best there are no hook, modules or complicated theme rewrites involved. In today's short Drupal tutorial series I will provide a simple…


How To Enable Custom Google Fonts For Drupal 8 Website

23 September, 2017 | 810 views

There are several options how to enable custom fonts for Drupal 8 website, in this article I will stick with one of the easiest - using a custom module - @font-your-face As usual, for this Drupal tutorial I will use a real-time scenario:…


Drupal 8 Minor upgrade using Putty SSH Terminal

6 June, 2017 | 314 views

In this article I'll shed some light on how easy it is to perform a minor Drupal 8 upgrade between versions using free Putty SSH terminal and just a few lines of code.  I assume your Drupal is configured under a VPS (take Linode, for…


Drupal 8 Custom Taxonomy Term Pages with Views

17 May, 2017 | 16,767 views

By default, out of the box, Drupal taxonomy term pages are styled kind of ugly, but with the help of just a few simple tweaks, we could style them as we wish, just by using CSS. In today's Drupal tutorial series, I will provide a simple…


How To Insert Node Reference in Content Using Views

23 April, 2017 | 337 views

I this article I'll cover some details on how to programmatically reference nodes in content using Drupal views. Such behavior I've already implemented in this blog, see for example 83 reasons to Visit Georgia This year article to see it…