Talking Drupal cover image

Talking Drupal

Latest episodes

undefined
Mar 10, 2025 • 1h 5min

Talking Drupal #492 - Pantheon Content Publisher

Today we are talking about Pantheon Content Publisher, How it brings Google Docs to Drupal, and why you might want to use it with guests Chris Reynolds & John Money. We’ll also cover QR Code Fields as our module of the week. For show notes visit: https://www.talkingDrupal.com/492 Topics What is Pantheon Content Publisher Why was Pantheon Content Publisher created How does it work with Google docs How do you handle revisions How do you target environments Can you do structured content How do reference existing content How does this use GraphQL What are some of the use cases you are seeing Who should not use Pantheon Content Publisher Can I develop the SDCs locally with Pantheon Content Publisher What is the ingestion layer like AI layer Talking Drupal workflow Do you have a process for bulk publishing How does startup look Is it PCC or PCP Can Pantheon Content Publisher customers push their own non google content Is Pantheon Content Publisher open source Is there a cost Can you translate content Resources Pantheon Content Publisher docs Pantheon Content Publisher module Pantheon Content Publisher Roadmap Guests Chris Reynolds - jazzsequence.com jazzsequence John Money - john.money Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Andrew Berry - lullabot.com deviantintegral MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted your Drupal site to generate various kinds of QR codes? There’s a module for that. Module name/project name: QR Code Fields Brief history How old: created in Nov 2023 by Sujan Shrestha of Nepal Versions available: 1.1.1 and 2.1.3, the latter of which works with Drupal 10 and 11 Maintainership Actively maintained Number of open issues: 4 open issues, none of which are bugs Usage stats: 134 sites Module features and usage This module defines not just one but 9 new fields for generating QR codes, including for URLs, vCards, MeCards, Events, and more Each field QR accepts inputs based on the associated information that should be exposed. So a URL QR Code field only accepts an input for the URL destination, while an Event QR Code has inputs for a summary, description, location, start, and end. The module also provides a custom block plugin for each type of QR code, to make it easier to display your QR codes wherever you need for your specific use case The QR Code Fields module also defines a service for generating QR code images, which could also be useful for more custom implementations.
undefined
Mar 3, 2025 • 1h 6min

Talking Drupal #491 - OpenY

Today we are talking about OpenY, a distribution for YMCAs, why it was created, and how it’s used today with guests Avi Schwab and Brent Wilker. We’ll also cover AI Media Image as our module of the week. For show notes visit: https://www.talkingDrupal.com/491 Topics What is OpenY Why is it important to the YMCA How many Y's use it Is each Y independent technologically Why doesn't the Y create a platform as a service How do you get the message out about OpenY What does a Y pay for and how do they pay What is the governance layer like Any thoughts on recipes How does theming work New features to come How does ImageX support OpenY Resources MOTW FLDC session: From Chatbots to Content Magic: The AI-Driven Future of Drupal YMCA Website Services (OpenY) Glossary YMCA Sandboxes https://sandboxes.y.org/ https://sandbox-carnation-std.y.org/ Get in touch with ImageX about Open Y Avi’s sourdough recipe base and flour https://tartinebakery.com/stories/country-bread https://www.janiesmill.com/ Guests Brent Wilker - ImageX.co brent.wilker Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Avi Schwab - froboy.org froboy MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted to use AI to generate images, and save them directly into the Drupal media library once you have the result you want? There’s a module for that. Module name/project name: AI Media Image Brief history How old: created in Feb 2025 by coffeymachine Versions available: 1.0.0-alpha2 Maintainership Actively maintained Security coverage: technically, but needs a stable release Number of open issues: 2 open issues, neither of which are bugs Usage stats: 9 sites Module features and usage We have talked before on the podcast about a couple of ways you could use AI to generate images directly within a Drupal website. One used all the latest OpenAI APIs and the other had media library integration, though it only worked through its own admin form. Both were built to specifically DALL•E, OpenAI’s image generation service. This new module is a big leap forward because it’s based on Drupal’s powerful and rapidly innovating AI module, so it can work with multiple AI image generation services. What’s more, AI Media Image plugs into the Drupal core media system, so you can use the tool to generate images directly within the media library, including when you open it up in a modal to populate an entity reference field. This makes it significantly more intuitive to use this capability as part of a normal content creation flow. There are a couple of things that may not be intuitive when you first start using AI Media Image. For example, by default it uses the prompt you used to create the image as the alt text that will be saved to the media library. That seems unexpected to me, but if the prompt exceeds the max alt text length of 255 characters then it will throw an error and then you can overwrite the value of the prompt field to contain proper alt text before saving the image to the media library. This is one of the open issues mentioned earlier and resolving it would really improving the experience of using this module I got to play around with this module while preparing a demo for a session about AI I delivered with Mike Anello at Florida Drupalcamp on the weekend, so we’ll try to include a link in the notes so you can also watch for that recording and see this module in action
undefined
Feb 24, 2025 • 1h 9min

Talking Drupal #490 - Drupal Contrib First

Today we are talking about Drupal Contribution, how you can approach it within your company, and why a Contrib First approach is important with guest Steve Wirt. We’ll also cover Config Importer & Tools as our module of the week. For show notes visit: https://www.talkingDrupal.com/490 Topics What is contrib first How does this help the Drupal community Why is it a good idea for companies How do you explain this to non dev folks like CEOs or Presidents What do you say if a client does not buy in How do you monitor and build confidence in other developers How can someone get started Any tools or tips for someone trying to bootstrap this Resources MOTW https://www.drupal.org/project/confi https://www.drupal.org/project/upgrade_tool Civic Actions Practice Tools - Contrib First Civic Actions Engineering Practice Area - Drupal Contrib First Module Development Codit menu tools Alt text validation - currently being built as Contrib First Bill requiring US agencies to share custom source code with each other becomes law Link shortners http://dgo.re/ or https://dgo.to/ link shorteners for d.o Drupal Contrib Development Contribution to a module Guests Steve Wirt - civicactions.com swirt Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Avi Schwab - froboy.org froboy MOTW Correspondent Avi Schwab - froboy.org froboy Brief description: Have you ever wanted to streamline the management of config changes during your Drupal project deployment - importing individual configuration changes from contrib or custom modules and synchronizing settings across different environments? There’s a module for that. Module name/project name: Config Importer and Tools Brief history How old: created in April 2016 by Andrii Podanenko(podarok) Versions available: 3.2.0 version which works with Drupal 9 and 10, D11 fixes are in the queue. Maintainership Actively maintained - although it’s a developer module that’s been mostly stable, so there have not been many recent changes. Security coverage Test coverage - unit tests Documentation - video documenting the process on the module page and instructions in the project overview Number of open issues: 8 open issues, 3 of which are bugs against the current branch Usage stats: 300 sites Maintainer(s): 7 maintainers across a few different agencies in Ukraine Module features and usage This module has no UI, and all of its work is done using it’s config_import services, either importer or param_updater The importer service imports full config files The param_updater service pulls in single parameters from a config file. Both can be used in .install files of contrib modules or on your own site to pull in configuration during database updates, which can be helpful for adding a new feature, modifying existing features, or pushing changes to many sites. There is also a “spiritual successor” to the Confi module called “Upgrade Tool” which has similar functionality with some extra functionality too. https://www.drupal.org/project/upgrade_tool
undefined
Feb 17, 2025 • 1h 17min

Talking Drupal #489 - IXP Community Initiative

Today we are talking about The IXP Fellowship Initiative, Workplace Developer Training, and making Drupal better for the little guy with guests Carlos Ospina & Mike Anello. We’ll also cover Cloudflare Turnstile as our module of the week. For show notes visit: https://www.talkingDrupal.com/489 Topics What is the IXP initiative Why does the community think this is important What is the current status What changed in the last 10 years How do we encourage businesses to do this How can people get involved Resources Turnstile Intro blog post from Cloudflare Irvine reCAPTCHA Study Deep dive on Google Scholar Alternatives https://www.drupal.org/project/hcaptcha - privacy-focused alternative, still image-based https://www.drupal.org/project/altcha - open, self-hosted option. Seems more basic. Posts referencing Irvine study https://boingboing.net/2025/02/07/recaptcha-819-million-hours-of-wasted-human-time-and-billions-of-dollars-google-profit.html https://www.theregister.com/2024/07/24/googles_recaptchav2_labor/ https://www.pcgamer.com/gaming-industry/a-2023-study-concluded-captchas-are-a-tracking-cookie-farm-for-profit-masquerading-as-a-security-service-that-made-us-spend-819-billion-hours-clicking-on-traffic-lights-to-generate-nearly-usd1-trillion-for-google/ Widgets IXP Fellowship Drupal Couple Talking Drupal 488 - Drupal Open University Get Involved in IXP #ixp-fellowship on the Drupal Slack Workspace Guests Carlos Ospina - adrupalcouple.us camoa Mike Anello - drupaleasy.com ultimike Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Avi Schwab - froboy.org froboy MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted to use Cloudflare’s Turnstile web service to secure Drupal web forms, as an alternative to more intrusive CAPTCHA widgets that force users to select squares that contain traffic lights, cars, or bicycles? There’s a module for that. Module name/project name: Cloudflare Turnstile Brief history How old: created in Sep 2022 by Adam Weiss (greatmatter) Versions available: 1.1.13 which works with Drupal 9.4, 10, and 11 Maintainership Actively maintained Security coverage Number of open issues: 6 open issues, 3 of which are bugs, with 2 of them postponed Usage stats: 3,981 sites Module features and usage Anyone who maintains a Drupal site is well acquainted with the need to mitigate form spam submissions. Best practices around which tool to use are an ever-changing conversation. Recently Google announced that reCAPTCHA implementations will need to be associated with a Google Cloud account, and will need to enable payment for anything that exceeds the free allowance of 10,000 assessments per month reCAPTCHA v2 widgets are notorious for the challenges they can present to actual users, particularly image challenges. In addition, a 2023 UC Irvine study concluded that “the true purpose of reCAPTCHAv2 is as a tracking cookie farm for profit masquerading as a security service”, so it’s definitely worth considering other solutions Cloudflare developed turnstile as a CAPTCHA alternative, designed to provide security while minimizing the friction for actual users. More importantly, Turnstile never harvests data for ad retargeting. A free Turnstile account can create up to 10 widgets, with unlimited usage. The turnstile module plugs into the existing Drupal CAPTCHA ecosystem, so it can be an easy swap out for anywhere you’re currently using CAPTCHA widgets.
undefined
Feb 10, 2025 • 1h 2min

Talking Drupal #488 - Drupal Open University

Jean-Paul Vosmeer, Founder and COO of React Online and initiator of the Drupal Open University initiative, discusses the vital role of Drupal in academia. He shares insights on how the initiative aims to integrate Drupal into higher education, empowering students with real-world skills. The conversation highlights developing standardized educational materials and engaging the community for resources. Vosmeer also addresses the challenges faced by newcomers and the roadmap for future collaborations that will keep Drupal relevant in tech education.
undefined
Feb 3, 2025 • 1h 11min

Talking Drupal #487 - Single Directory Components Workflow

Brian Perry, a senior front-end developer at Chapter 3 and Nintendo aficionado, joins Jacob Rockowitz, a Drupal consultant and module maintainer. They dive into Single Directory Components (SDCs), discussing their advantages and potential pitfalls. Topics include how SDCs streamline workflows and their future impact on decoupled front ends. The conversation also highlights the Embedded Content module's role in facilitating rich content creation within Drupal, likening SDCs to Minecraft blocks, and sharing best practices for integrating these innovative components.
undefined
Jan 27, 2025 • 1h 11min

Talking Drupal #486 - GraphQL & Drupal Decoupled

Today we are talking about GraphQL, Drupal Decoupled, and What to do with them with guest Jesus Manuel Olivas. We’ll also cover CORS UI as our module of the week. For show notes visit: https://www.talkingDrupal.com/486 Topics What is GraphQL How do you use GraphQL with Drupal Would you use GraphQL without a headless theme Do you need additional server requirements What are some of your favorite GraphQL modules What caused the change from v3 to v4 What is meant by Drupal Decoupled What are the best use cases How do you handle caching and performance How do you handle roles and permissions Do you think AI has made decoupled more interesting Resources GraphQL GraphQL Compose GraphQL Compose Preview GraphQL Compose Webform GraphQL Compose Fragments Swagger UI Custom Field Drupal Decoupled Guests Jesus Manuel Olivas - drupal-decoupled.octahedroid.com jmolivas Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Scott Weston - scott-weston MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted to control your site’s Cross-Origin Resource Sharing (aka CORS) configuration, directly within the Drupal admin UI? There’s a module for that. Module name/project name: CORS UI Brief history How old: created in Sep 2016 by Sam Becker (sam152), a prolific module maintainer in his own right, though the most recent release is by Matt Glaman, who has been on this show and will need no introduction for many of our listeners Versions available: 8.x-1.2 which supports Drupal 9, 10, and 11 Maintainership Actively maintained Security coverage Number of open issues: 2 open issues, 1 of which is a bug, and also has a patch available Usage stats: 274 sites according to drupal.org Module features and usage By default cross-origin requests to Drupal applications will be denied. Since Drupal 8.2 you can add a section to your site’s services.yml file to enable responses, and specify what headers, methods, and origins should be supported This module provides a form within Drupal to control these values. This could be helpful if, for example, these values need to change on a frequent basis, or for less technical users who are experimenting with a headless architecture. I should note that the bug mentioned earlier throws a fatal error in PHP 8, but is a simple fix. So if you want to try out this module, make sure you apply the patch.
undefined
4 snips
Jan 20, 2025 • 1h 12min

Talking Drupal #485 - AI Autonomy

In this discussion, guest Jay Callicott, a Drupal developer and AI advocate with nearly 20 years of experience, dives into AI Autonomy and its transformative effects on Drupal development. He shares his journey with AI, emphasizing its potential to revolutionize workflows while cautioning against job displacement. Jay discusses the new AI Agents module and the benefits of decoupled systems like Drupal X, as well as the risks of skill decay in an AI-driven world. By prioritizing continuous learning, developers can effectively navigate this evolving landscape.
undefined
9 snips
Jan 13, 2025 • 1h 17min

Talking Drupal #484 - Drupal CMS

Matthew Grasmick, who leads Acquia's CMS strategy and has a rich history with Drupal, dives into the latest advancements in Drupal CMS. He discusses the upcoming launch of new features and user-friendly tools designed to simplify the installation process. The conversation highlights the release of Drupal 7 and the importance of community engagement. Grasmick also introduces the TokenOr module, enhancing token functionality, and shares insights on the innovative Experience Builder aimed at non-technical users, shaping the future of web development.
undefined
Jan 6, 2025 • 1h 23min

Talking Drupal #483 - Meet your host: Nic Laflin

On today's show we are talking with Nic. This is our chance to learn more about our beloved Talking Drupal show host. For show notes visit: https://www.talkingDrupal.com/XXX Topics Talking Drupal NLightened Development Contribution Personal Background Interests Drupal Guests Nic Laflin - nLighteneddevelopment.com nicxvan Hosts Stephen Cross-@stephencross

Get the Snipd
podcast app

Unlock the knowledge in podcasts with the podcast player of the future.
App store bannerPlay store banner

AI-powered
podcast player

Listen to all your favourite podcasts with AI-powered features

Discover
highlights

Listen to the best highlights from the podcasts you love and dive into the full episode

Save any
moment

Hear something you like? Tap your headphones to save it with AI-generated key takeaways

Share
& Export

Send highlights to Twitter, WhatsApp or export them to Notion, Readwise & more

AI-powered
podcast player

Listen to all your favourite podcasts with AI-powered features

Discover
highlights

Listen to the best highlights from the podcasts you love and dive into the full episode