Making the Most of Display Modes In Drupal

One of Drupal’s biggest strengths is the ability to define structured content, then display and edit it in a variety of ways without duplicating development or design work. “Display Modes” have always been a big part of that power. One piece of content can be displayed as a Teaser, as a Full Page, as a Search Result, and so on — each with its own markup and field presentation. Customizing

Read More

Drupal 9 Vs Drupal 10: Things You Should Know

Being the backbone of millions of websites worldwide and a free open source content management system, Drupal is leading a digital transformation across industries from one hub to many, simple to complex, with a quick package loading and ease of content editing, multilingual capabilities and rigorous security. Why Drupal? Drupal became a modern object-oriented enterprise-level content management framework that can help business organisations in their digital transformation initiatives with the

Read More

The Acquia Cloud Lando Integration: The Tale of a Tryst

For the last year, as Lando has become the go-to local development solution for a wide range of PHP-focused hosting companies, our friends in the Drupal world have been asking: when does Acquia get an integration? Long has the relationship between Acquia and Lando been a love that dare not speak its own name. It was a tryst rumored in hallways at Drupal camps, a romance that existed in our

Read More

A shared slide show for local Drupal events

At the DrupalCon Portland community summit, we discussed how local meetup organizers could support each other by maintaining a shared slide show for meetups. I have started a slide show and am looking for volunteers to join me in building it. Leave a comment on the issue in the Event Organizers Working Group if you can help. Source link

Read More

10 Essential SEO Modules

Along with the growth of Drupal, the marketing landscape is vastly different now than it was 20 years ago. The same techniques once used to make the top of the search engine no longer work, so you need to understand the powerful role Drupal can play in building a successful SEO strategy. Drupal 9 is created with responsive design capabilities built-in, so you can begin to address many problems immediately.

Read More

Drupal Testing Strategies | #! code

Creating a Drupal site can be a complex process. Some people put together Drupal sites using a collection of different modules whilst others use Drupal as a framework and build the site using code. No matter what sort of Drupal site you have, you’ll need to have some testing in place to make sure that it works correctly. This is especially important when applying updates to your sites as the

Read More

How to work with Twig Templates in Drupal?

In this article, we are going to see how a developer can work with Twig templates, and how to override templates (if needed) and create template suggestions with hooks, so that templates could be easily managed. Basically drupal allows people to override the existing twig templates, so that people can fully have control on the html generated via the custom theme. First thing, we need to make sure we override

Read More

Hell is Programming a Calendar (Part 2 – Time in Drupal)

​Welcome to part two of Hell is Programming a Calendar, where I will dive into some of the more nitty-gritty details about handling time specifically in Drupal. If you haven’t already, I highly recommend checking out part one where I explain why time, in a more general programming sense, is so complicated in the first place. Anatomy of a date field Let’s start by breaking down Drupal’s core date field

Read More