A practical guide for teams still managing Drupal 8: how to set up inline responsive images sensibly, avoid editor chaos, and make decisions that still support a later upgrade.
A practical guide to sending Drupal email reliably, with current advice on core mail handling, SMTP, the experimental Symfony mailer backend, and the deliverability basics that now matter just as much as code.
Drupal 8 is long past end of life, but many teams still inherit it. This guide explains what safe Drupal 8 development looks like in 2026, how to keep custom work maintainable, and how to plan a staged upgrade to supported Drupal.
Inline image pasting can make Drupal editors faster, but the right 2026 setup is CKEditor 5 plus a clear Media Library workflow, not an old CKEditor 4 module.
A practical fix for the Drupal 7 HTTPRL network configuration warning, including the `-1` setting, what the error usually means, and what to check if the status report still fails.
A Drupal wiki works best when it is treated as a structured knowledge base, not a page dump. This guide shows how to combine hierarchy, search, permissions, and workflow so teams can find, trust, and maintain documentation.
The Drupal Shell is an amazing tool if you maintain Drupal web sites and you have shell access to the server, where the Drupal site is hosted. This is also an unvaluable tool if you develop i in Drupal.
Drush 8
Updating drush: composer global update drush/drush
I have a couple of SMF forum sites I wan't to replace with Drupal, but there is a considerable amount of content, why I started to speculate if it could be done programmatically (semi automatic magic). I found a couple of outdated modules for merging data from SMF to PHPBB and then from PHPBB to Drupal. I tried that route once but did not succeed. The thing I would love to see is a transformation of the table data in the SMF database to CSV and then import it with the standard import module for Drupal Migrate.