Blog
SEO-Friendly URL Aliases based on parent menu links in Drupal
Learn how to create SEO-friendly URL aliases in Drupal that take the parent menu link as a pattern, using the Pathauto module for a structured and easy-to-navigate website.
Blog
Fixing Drupal configuration dependency issues using Drush commands
In this blog post, we'll discuss how to resolve configuration dependency issues in Drupal using Drush commands.
Blog
How to start with Midjourney: A Step-by-Step Guide
Learn how to use the Midjourney Bot on Discord to create custom images from simple text prompts. Follow this step-by-step guide to get started
Blog
How to use a custom Twig template with a render element in Drupal 10
In this blog post, we will walk you through the process of using a custom twig template with a render element in Drupal 10
Blog
Best AI voice softwares
You can mimic anyone's voice in AI without making any effort. Selecting the best AI voice changer online might take some action. Luckily, we're going to reveal the best AI voice changers here.
Blog
A complete list of generative AI tools (updated monthly)
I made a list of generative AI tools. From chatbots to writing assistants and developer tools, these AI-powered solutions are revolutionizing how we work and communicate.
Blog
How to get the translation of a node programmatically in Drupal 10
In this blog post, we will provide a comprehensive guide on how to get the translated node programmatically in Drupal 10.
Blog
How to get the path of an uploaded file inside a Twig template in Drupal 10
In this blog post, we will explore how to get the path of an uploaded file inside a Twig template in Drupal 10.
Blog
How to get $_POST and $_GET parameters in Drupal 10
Drupal 10 uses the HttpFoundation component from the Symfony framework to handle HTTP requests, so accessing parameters from $_POST and $_GET is done differently than in previous versions of Drupal. In this blog post, we will look at how to get $_POST and $_GET parameters in Drupal 10.
Blog
How to change the allowed tags in CKEditor 5 and Drupal 10
The allowed HTML tags in CKEditor 5 are determined by its configuration and these tags cannot be edited directly from the user interface. In this article, we will show you how to change the allowed HTML tags in CKEditor 5.