Drupal 8

How to Install Drupal 8 with Nginx, PHP-FPM, MySQL, phpMyAdmin on Ubuntu 16.04 - Linode Guide

| 20 views

In this article, you will learn how to set up a Drupal 8 with Nginx, PHP-FPM, MySQL and phpMyAdmin. This article might not be complete, but you will find a lot of useful information Update: How to…


How to Prepare for Drupal 7 to 8 Upgrade - Planning

| 1 views

It has been more than 4 years since I started this blog. During the years it has evolved a lot, featuring about 1500 articles, extended of using about 60 modules and what's not less important -…


Simple FB connect Drupal 8 Mapping custom fields from Facebook

| 12 views

Simple FB Connect Drupal module  allows users to register and login to your Drupal site with their Facebook account. Indeed, as the modules name suggests, its one of the easiest ways how to connect…


How To Hide Tabs On Drupal 8 Content and User Pages

| 6 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…


How To Enable Custom Google Fonts For Drupal 8 Website

| 5 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…


Drupal 8 Minor upgrade using Putty SSH Terminal

| 1 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…


How To Reference Nodes in Drupal 8 + Views Relationships Display

| 21 views

Lately I feel very enthusiastic working with latest Drupal 8 release, though Drupal 8 have been around for a while already, there are still few drawbacks which keeps me avoiding developing full scale…


Drupal 8 Custom Taxonomy Term Pages with Views

| 92 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…


EU Cookie Compliance For Drupal 8 Website

| 1 views

I'm not an expert in EU laws, but as far as I remember since 2012 there have been passed a law, so called EU Cookie Compliance law, asking website located in the territory of European Union to…


How to create related content block using taxonomy term in Drupal 8

| 25 views

There is no secret that related content can help to improve over all page views for website. More page views means more engaged website visitors, resulting in more sales and higher profit. In today'…