Reading view

Enhanced Taxonomy Manager (ETM) — looking for beta testers for Drupal's taxonomy UI overhaul

Hey r/drupal,

I've been building Enhanced Taxonomy Manager — a drop-in replacement for Drupal's default taxonomy management UI. It adds drag-and-drop reordering, inline rename, drill-down breadcrumb navigation, find & replace, bulk operations, import/export, health checks, and keyboard shortcuts — all without leaving the page.

It's currently in beta and I'd love some real-world testing before a stable release. Works with Drupal 10/11.

Install: composer require drupal/etm

Project page: https://www.drupal.org/project/etm

If you give it a spin, I'd appreciate any feedback — bugs, UX issues, missing features, whatever. Thanks!

submitted by /u/Intelligent-Dingo878
[link] [comments]
  •  

Just tried Drupal CMS, Wow

I've been a Wordpress user and dev for many years. I really appreciate Drupal but I've rarely had projects that require that tool. Many clients have needed WP.

I just tested Drupal CMS and I am impressed. WP's launch of their online editor features was messy and confusing. It looks as though Drupal CMS has maybe skipped some of that. Probably had the benefit of witnessing WP's growing pains.

I have to say I'm surprised Drupal CMS wasn't developed earlier. It provides a very sensible UX.

submitted by /u/rpeg
[link] [comments]
  •  

Can we migrate data from Drupal 8 to Drupal 11 using the Migrate module? If yes, how?

Hi everyone,

I have a Drupal 8.9.x site (non-Composer based) and I need to move it to Drupal 11.

My goal is to migrate:

  • Content (nodes, users, taxonomy, media)
  • Configuration (content types, fields, views, etc.)
  • Files directory

I tried enabling:

  • Migrate
  • Migrate Drupal
  • Migrate Plus
  • Migrate Tools
  • Migrate Upgrade

I also connected the Drupal 8 database using:

$databases['upgrade']['default'] = [ 'database' => 'd8_db', 'username' => 'db', 'password' => 'db', 'host' => 'db', 'driver' => 'mysql', ]; 

However, when I run:

drush migrate:status 

I do not see upgrade_d8_* migrations being generated.

So my question is:

👉 Is it possible to migrate from Drupal 8 to Drupal 11 using the Migrate module like we do for Drupal 7 → Drupal 10/11?

Or is the recommended approach to:

  1. Convert the D8 site to Composer
  2. Upgrade step-by-step (8 → 9 → 10 → 11)
  3. Keep the same database

If migration is possible, what is the correct approach?

Thanks in advance 🙏

submitted by /u/VishalYadav-09
[link] [comments]
  •  

We're a small agency looking to grow our client base and we want to build you a website! We have Drupal Certified Developers

A small South African web agency mostly female coders are looking to grow their client base and offering free sites and e-commerce solutions.

They build your company website OR e-commerce store completely FREE
Max 1 week turnaround time, all support is free – always

The Catch? only pay $5 per month for hosting (that's it!) if you don't want to host with us them then they charge a once off fee of $60
Domain registration paid on your own account (annual renewal only).

No hidden fees, No banners, No Adds Just a functional, professional website built by a local african team.

Don't need a site know anyone who does? They pay YOU 50% commission on any paid referrals you send our way.

They you want to to build relationships, help local businesses get online, and prove what they can do.

DM me if you want more info!

submitted by /u/Accomplished_Put5135
[link] [comments]
  •  

live examples of use cases for the “Forum” module

Hello,

I am looking for live examples of use cases for the “Forum” module, which was still part of the Drupal core until version 11.

I would like to see it in action so that I can appreciate its features. I think it would be better to stay on a Drupal base rather than install a version of Discourse, which seems oversized for a simple agency forum ^^

Regards

submitted by /u/plasmachin
[link] [comments]
  •  

Do we have Responsive Menu for Drupal 11?

I am currently using the Responsive Menu module in Drupal 10 and planning to upgrade the core to Drupal 11. Since my site depends on this module, I would like to know whether Responsive Menu is compatible with Drupal 11, or if there is an updated version available for Drupal 11.

submitted by /u/Great_Banana_123
[link] [comments]
  •  

Upgrading a Theme from D10.4.3 to D11

I currently have a custom Drupal theme that is working well with Drupal 10.4.3. I am planning to upgrade to Drupal 11, as it appears to be the stable, long-term supported version.

What is the recommended process for upgrading a theme from Drupal 10.4.3 to Drupal 11?

For context, I previously migrated my site from Drupal 7 to Drupal 10. During that transition, I had to rewrite the theme from scratch due to major architectural changes. I am hoping that such a complete rewrite will not be necessary when upgrading from Drupal 10 to Drupal 11.

Any guidance or best practices would be appreciated.

submitted by /u/Great_Banana_123
[link] [comments]
  •  

DrupalBench: Benchmarking LLMs on Drupal 11 Engineering Standards

As is all the rage right now (or maybe 2 months ago, I dunno anymore), I vibe-coded a benchmarking tool. It automatically creates verifiable tasks from core issues and crafts a few synthetic tasks from change records. It then asks the LLM to generate a patch to fix the issue after we've "unfixed" it in a docker container. Then we apply the LLM's patch and run relevant tests. If they pass, the task is considered completed successful.

The idea was to create a tool to measure how well open-weights LLMs know Drupal 11, so they don't get to use search or any tools. Gemini 3 Flash is just in there as reference. Currently, only core is covered, but I'm planning to expand to some of the major contrib modules like webform and paragraphs.

If you'd like me to test specific models, do let me know, preferably something that fits within my puny 4070's 12GB VRAM.

I used Nano Banana to generate a diagram of how it works.

submitted by /u/BirdlessFlight
[link] [comments]
  •  

Multi users with single account

Hi, i've question, we use openID with cognito after login Drupal save email and username but we don't want save the email and we are evaluting two options.

  1. create random email first login OpenID

  2. all visitors use one single account, the user login only view page.

for second option we are one question, for drupal security or generic drupal When hundreds of users are logged in with a single user, can it create any problems?

help me please resolve this question it's very important.

submitted by /u/oncelot_dev
[link] [comments]
  •  

Are there any online communities that are powered by Drupal?

With the capabilities of Drupal, creating an online community seems relatively easy.

However, given my limited experience, apart from drupal.org, I haven't seen any large-scale communities built with Drupal.

Does anyone know of any online communities or social media platforms that use Drupal for both their front-end and back-end development?

This post might seem pointless to some; it's simply my own curiosity.

submitted by /u/FreeGene8005
[link] [comments]
  •  
❌