Reading view

New to Drupal , looking for beginner advice

Hi everyone,

I’m new to Drupal and just getting started with it. I’ve mostly worked with other CMSs before, so Drupal feels a bit different and powerful at the same time.

I wanted to ask: what are the best things a beginner should focus on first? (modules, theming, configuration, etc.)

Any tips, learning resources, or common mistakes to Avoid would be really helpful.

Thanks in advance,,,,,

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

People as content types

As I’ve been exploring Drupal more and more, it has dawn on me that “Content Types” do not necessarily have to only be public facing things for a site - articles, posts, videos, etc. It occurred to me that I could manage my organization’s roster of members and students by making each its own content type and building Views to display them.

I would appreciate hearing from some of the experienced site builders here about some of the less conventional Content Types you’ve used.

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

Rich editing with custom fields

I’m primarily a Laravel dev with a mix of React and Vue. I’ve been just barely dipped my toe into experimenting with Drupal since a lot of the things I build are really centered around content management.

My question is how much of an uphill battle down the road will it be to integrate very customized fields into the admin UI? I’m thinking things like maps, basic multimedia editing, niche drag-and-drop stuff. If there’s a library or I have the hours to build it out in React this is pretty straightforward in Laravel, but I haven’t found a ton on this in Drupal. I don’t believe in forcing systems to do things that aren’t a good fit, and I’m wondering if I’m trying to fit a square peg in a round hole by looking at Drupal for this kind of thing.

submitted by /u/Miserable-Claim-7370
[link] [comments]
  •  

Module Spotlight: Changelogify

Module Spotlight: Changelogify

Hey Drupal community!

I want to highlight a really useful module I’ve been exploring called Changelogify. If you manage Drupal sites where tracking and communicating what’s changed over time matters, this thing can be a serious quality-of-life boost. 

What It Is

Changelogify is a contributed Drupal module that helps you automatically collect changes happening on your site and publish them as a public changelog. It listens for various site events, groups them into releases, and then makes those changes visible in a structured way on your site. 

Why It’s Handy

Whether you’re maintaining a client site, building a product with frequent updates, or just want better visibility into what’s happened between deployments, this module lets you:

• Automatically capture tweaks and updates instead of manually jotting them down • Organize changes into releases so editors and users can see what changed and when • Surface a public changelog that keeps stakeholders informed and helps reduce support questions 

It takes a lot of the manual bookkeeping out of tracking what’s happened during a sprint or over a release cycle. 

Who Might Like It

• Site builders who deliver regular feature updates • Teams with editors who want transparency into site revisions • Maintainers who want a lightweight way to publish update history without crafting change logs by hand 

If you’ve ever wished Drupal could write its own release notes for you, Changelogify is worth checking out.

🔗 Drupal.org project page: https://www.drupal.org/project/changelogify

Have you tried it yet? What workflows do you use for keeping changelogs up to date on your Drupal projects?

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

Certain Drupal batch functions not working with Cloudflare - returning 502 Bad Gateway

I noticed that the XML Sitemap generation stopped working a couple of weeks ago. When I go to rebuild the sitemap manually, we immediately get a 502 Bad Gateway error.

After much unsuccessful troubleshooting, we tried the Simple XML Sitemap module and surprisingly got the same error.

Disabling Cloudflare fixes the issue but since we need Cloudflare to be active, we need to find out the cause.

  • Using Cloudflare Free Tier
  • Some /batch functions cause a 502 error
  • Pausing Cloudflare fixes the issue
  • We tried creating a rule to bypass caching for the /batch path (no change in the error)
  • The issue occurs with XML Sitemap, and Simple XML Sitemap. However, other batch operations, like rebuilding the permissions work as expected
  • Sitemap generation worked correctly for years, until a couple of weeks ago

I'm hoping for any insight as to what may be causing the failure.

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

Need help: WordPress WXR Migration to Drupal 11 - UI not seeing custom fields (Media Entity & custom Body)

Hi everyone,

I'm trying to migrate content from a WordPress site to a fresh Drupal 11 installation using the contributed wordpress_migrate module (the UI/GUI process).

I'm running into an issue where the module's setup UI fails to detect my destination fields, likely because my Drupal structure uses modern, non-standard field types (Media Entity Reference) and custom machine names, while the module expects the old default settings.

I need advice on the correct YAML configuration to manually map these fields.

1. 📝 Body Field Issue

The WordPress content body (content:encoded) is not being recognized for import.

  • Drupal Destination Field Name: field_content
  • Drupal Field Type: Text (formatted, long)
  • Expected Field Type (by Module): Likely the standard body field with type Text (formatted, long, with summary).

Goal: How should I structure the process: section in my migrate.migration.wordpress_post.yml to map content:encoded to my existing field field_content?

2. 🖼 Featured Image Issue (Crucial: Media Entity)

I cannot map the WordPress Featured Image because my Drupal setup uses the modern Media Entity reference approach.

  • Drupal Destination Field Name: field_featured_image
  • Drupal Field Type: Entity reference (Referencing Media Entity of type Image).
  • Expected Field Type (by Module): Likely a basic Image file field type.

Goal: What is the recommended multi-step process: pipeline (using file_copy, entity_generate, or migration_lookup) to take the WordPress image URL, create a Media Entity in Drupal, and reference it in my field_featured_image field? Working YAML examples for migrating WXR attachments to Media Entities would be highly appreciated!

3. 💬 Comments Migration

The WXR file contains comment data. Is there any hope to migrate comments (users, body, timestamps) to the native Drupal comments using the wordpress_migrate module or does this typically require another separate migration definition?

Thanks!

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

Drupal Module Spotlight: Views Migration (D7 → D10/11)

I found this Views Migration module on Drupal.org — it helps you migrate Views from Drupal 7 to Drupal 10/11 easily! 🚀

🔹It lets you import your D7 Views via the UI or using Drush commands.
🔹You can also import specific views using --idlist and roll them back if needed.
🔹Works with Drupal ^10 || ^11 and is maintained with stable releases.
🔹Useful for migrating Views that otherwise aren’t handled by the core Migrate API.

Check it out: https://www.drupal.org/project/views_migration

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

The DriesNote Vienna 2025 demo for Drupal 11 is now live on DrupalForge — free to launch + explore

The DriesNote Vienna 2025 demo for Drupal 11 is now live on DrupalForge — free to launch + explore

If you watched the DrupalCon Vienna keynote and wanted to actually try the stuff shown on stage (Canvas, AI workflows, site templates, orchestration, etc.), we just published a working demo you can spin up in seconds.

What you get:
• A fully configured Drupal 11 site modeled after the keynote
• Canvas + AI features wired up (AI requires adding a secret in DevPanel)
• Runs in a cloud dev environment — no Docker, no local setup
• You can break it, inspect it, edit it, rebuild it
• Good for learning, experimenting, or agency demos

Template link:
https://www.drupalforge.org/template/driesnote-vienna

Code repo:
https://github.com/drupalforge/dries_note_vienna_2025

Still missing some documentation, but you can get help in the #drupalforge Slack channel.

If you try it out, would love feedback — bugs, gotchas, missing pieces, suggestions.
We’re planning to iterate quickly.

https://preview.redd.it/kl5er8htgt6g1.png?width=359&format=png&auto=webp&s=dc71e757be844975587eb0ec81186dfef4ead5ac

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

Cloud Dev Environments: Do you prefer "Disposable" or "Persistent" for testing modules?

We are huge fans of SimplyTest.me for quick, ephemeral testing. However, we noticed a gap in the ecosystem for when you need a dev environment that lasts longer than a few hours but doesn't require a full local Docker setup.

With Drupal Forge, we’ve built a system based on DevPanel that allows environments to auto-pause rather than being deleted after 6 hours, allowing you to "un-pause" and pick up where you left off later.

My question for the devs here: Do you find yourself using Cloud IDEs (like GitPod or our VS Code integration) for actual collaborative coding? Or do you strictly use these tools for quick demos?

We are trying to decide if we should double down on features like "Real-time Collaboration/Parallel Programming" or focus more on simple template hosting.

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

How to migrate Gutenberg blocks (editor) to paragraph types or custom blocks on Drupal to Drupal migration.

Gutenberg editor is enabled in content types and available gutenberg blocks are placed in nodes. Now client wants to migrate these blocks to one of other Drupal website of there’s. One option is they can be mapped to paragraph types. Second option mapped as custom blocks. There are approx 200 nodes with gutenberg blocks.

This is Drupal to Drupal migration. Can any one please guide in this ?

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

How the heck do you install Canvas?

Edit: So my issue was that I missed the fact that Canvas introduces the concept of Pages, which are separate from the Basic Page content type. The answer is to install the module as normal, go into the Pages item in the sidebar, and then add a new page from there.

I will say that now that it's up and running I'm crazy impressed and excited to work with Canvas as it evolves. Original post below:

---------------------------

I feel like a dummy, but I install Canvas through Composer and enable it, and... crickets? No warnings or errors, but no obvious way to use it with a content type.

Okay, guess I need to read the docs. Nothing on the project page about installation, which would make one assume there aren't any special steps, but let's dig into the README.md and see.

Okay, it talks about the project in the future tense, that's weird, since I thought it just had a stable release? Oh, the readme hasn't been updated in three months. Okay. It shunts you to the CONTRIBUTING.md for installation instructions? Okay.

Great, CONTRIBUTING.md has instructions specifically for 'Joining the development process'. I guess those are the installation instructions? They are DDEV specific, fine, but will I be able to install this on production? Maybe these aren't the installation instructions for general users? Follow the instructions, get to the step: ddev add-on get drupal-canvas/ddev-drupal-canvas-dev returns a 404 error. The manual link to the add-on leads to a github 404 as well. Huh.

Every video I found already starts with it installed. The dedicated Canvas documentation site doesn't even mention installation. I feel like I must be missing something so obvious, it's making me crazy.

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

Migrating content and entity from one server to another d11

Dumb client deleted a views and a taxonomy with terms and now wants it back. I have a backup in dev but can't just override the db as everything else is where it should be. Content sync module are mostly broken in d11. Looking at default content or the new content export in 11.3 want other ideas?. Need to this today .

Update: exported terms as CSV including UUID and id, existed vocabulary as a configuration item, imported vocabulary and then used feeds to create terms maintaining uuids and everything worked!... Took me about 2hrs.

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

Passing arguments to an EntityReference filter in Views

Edit: I managed to pass the argument to the entity_reference_1 display using the views_pre_view hook.

Hello,

in my Drupal 10.5.6 project I’ve created a view with two displays: a block (block_1) and an entity reference display (entity_reference_1).
In a custom hook I enabled the EntityReference filter so that block_1 can use entity_reference_1 as the reference display.

Both displays also have contextual filters.

My issue is that I don’t know how to pass the contextual filter argument (the one passed to block_1) to entity_reference_1.
In the filter settings there is an option:

View arguments – Provide a comma-separated list of arguments to pass to the view. This field supports tokens.

I’ve tried using:

  • {{ raw_arguments.0 }}
  • {{ arguments.0 }}
  • %1
  • !1

…but none of these work. If I hardcode a valid node ID (e.g., 2600), it works. But I’m unable to dynamically pass the value coming from the contextual filter of block_1.

Not sure if it matters, but I’m rendering the view via Twig Tweak in my Twig template like this:

{{ drupal_view('view_machine_name', 'block_1', argument) }} 

Has anyone successfully passed contextual filter arguments into an EntityReference filter? Any tips or examples would be greatly appreciated.

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