Drupal

Getting Started with DDEV for Drupal Development

Setting up a local Drupal development environment requires tools that handle web servers, databases, and PHP configuration. DDEV provides a Docker-based solution that simplifies this process while maintaining flexibility for different project requirements.

In the video above, you’ll learn how to install and configure DDEV, create a new Drupal project, use essential commands for daily development, import and export databases, set up debugging with Xdebug, and extend DDEV with add-ons and custom commands.

Getting Started with DDEV for Drupal Development Read More »

Basic Tailwind CSS Theme Setup for Drupal Canvas

Building a custom theme for Drupal Canvas requires integrating Tailwind CSS with Drupal’s component system. This tutorial demonstrates the process of creating a theme from scratch, setting up the build tooling, and developing components that work with the Canvas page builder.

In the video above, you’ll learn how to generate a theme using Drush, configure Tailwind CSS with Vite, create page templates with proper region handling, style elements using preprocessors, and build Single Directory Components for Drupal Canvas.

Basic Tailwind CSS Theme Setup for Drupal Canvas Read More »

Indexing PDF Docs using Search API and Solr in Drupal

Indexing document content in Drupal enables users to search within PDF and Word files, making document libraries more accessible and discoverable. Search API Attachments combined with Apache Solr provides a powerful solution for extracting and indexing text from uploaded documents.

In the video above, you’ll learn how to set up document thumbnails for PDFs and Word files, install and configure Search API with Search API Attachments, set up Apache Solr locally using DDEV, configure Solr’s built-in extractor for document content, and create search views with faceted filtering.

Indexing PDF Docs using Search API and Solr in Drupal Read More »

Getting Started with Search API in Drupal

Implementing powerful search functionality in Drupal requires more than the default search module. Search API provides flexible search capabilities with support for multiple backends, faceted filtering, and advanced content indexing.

In the video above, you’ll learn how to install and configure Search API, create search indexes with custom processors, display search results using Views, implement faceted filtering, and integrate Apache Solr using DDEV for enhanced search.

Getting Started with Search API in Drupal Read More »

Build Content Workflows in Drupal

Managing content workflows in Drupal requires tools that track content from draft to publication. Drupal provides options for implementing workflows at different levels, from basic content moderation to field-level state management and webform submission tracking.

In the video above, you’ll learn how to set up and configure Content Moderation, use field-level state management with the Field States Transitions module, and track webform submissions with the Webform Workflows Element.

Build Content Workflows in Drupal Read More »

Add Custom Confirmation Message in Webform

Don’t forget to subscribe to our YouTube channel to stay up-to-date. A standard “thank you” confirmation following a form submission can be a little boring. Drupal’s Webform module lets you easily customize the confirmation message to make it more specific and helpful. You can even use tokens to display data the user just submitted, like their name

Add Custom Confirmation Message in Webform Read More »

Using AI Automators (Drupal AI) in Drupal CMS

Artificial intelligence continues to reshape content management systems, and Drupal is embracing this transformation through the Drupal AI initiative.

The video above demonstrates how to use AI Automators in Drupal CMS to automate content generation, transcribe audio files, and streamline editorial workflows.

This guide covers AI Automators within the Drupal AI module suite. Learn to set up basic and chained automators, transcribe audio, integrate AI into CKEditor, and auto-generate social media posts.

Using AI Automators (Drupal AI) in Drupal CMS Read More »

Scroll to Top