Ivan Zugec
ivanzugec.com
Ivan Zugec
@ivanzugec.com
I've got a new name for Apache Solr... "patchy solar"

That's what Camtasia's captions came up with.

Gotta love AI.

Better than "Group All" for Drupal

#ai
November 26, 2025 at 6:33 PM
Domain Access for Drupal: Run multiple sites from one instance. Install, assign content to domains, set user permissions per site, and customize configs (themes, logos) individually.

#drupal
November 25, 2025 at 9:19 PM
Found out my favorite dictation tool has an upgrade, but I can't upgrade because my macOS is too old.

I'm still on macOS 14.

I'm a little old-fashioned where I like to upgrade and then I do a factory reset or back in the day I would format the hard drive.

#macos
November 25, 2025 at 8:03 AM
Claude Opus 4.5 has been released.

And they have removed the Opus cap for Claude Pro users.

Link: www.anthropic.com/news/claude-...

#claude #claudeopus
November 24, 2025 at 8:08 PM
I've added chapter markers to the latest live stream, "Getting Started with Search API in Drupal".

---
09:00 Install Search API
28:04 Create View
34:06 Install Facets
51:48 Setup Apache Solr in DDEV
---

Watch the full video link below ⬇️

#drupal #drupalsearch
November 23, 2025 at 9:20 AM
📡 Going live: Getting Started with Search API in Drupal

www.youtube.com/watch?v=-45T...

#drupal #drupalsearch
Getting Started with Search API in Drupal
YouTube video by WebWash
www.youtube.com
November 21, 2025 at 7:28 PM
Search API and Facets is a powerful combination for search pages in Drupal.

You don't realise how fortunate you are having Search API, Facets module, and multiple backend options until you need to implement search in other CMSs or from scratch in some framework.

#drupal #drupalsearch
November 20, 2025 at 9:07 PM
Quick summary: "Build Content Workflows in Drupal" stream

Covers:
➜ Setting up Content Moderation module in Drupal Core.

➜ Implementing field-level workflows with Field States Transitions.

➜ Building dynamic webforms with Webform Workflows Element.

Links below
November 18, 2025 at 10:02 PM
It must be release day at Google.

Gemini 3 has been released and a new IDE from Google; Antigravity.

It's a VS Code fork by the way.

Link: https://antigravity.google/blog/introducing-google-antigravity

#google
November 18, 2025 at 7:37 PM
Never got this cloudflare error before.

I love the "What can I do?" section :)

Guess it's time for a coffee. ☕️
November 18, 2025 at 1:39 PM
One of the best uses of emojis in Google Docs is using it to track work.

✂️ = Cut that section into a separate video
✅ = Exported and ready to upload

#emojis
November 16, 2025 at 8:23 PM
Building a Drupal 11 site with Radix using Single Directory Components (SDC) for an upcoming live stream.

I'm creating components rather than scattering markup across views, blocks, and fields.

This approach reduces preprocessor code, I simply pass Twig variables to SDC props/slots.
November 16, 2025 at 11:08 AM
I've added chapter markers to the latest live stream, "Build Content Workflows in Drupal".

---
## Content moderation
09:23 Install content moderation
...
## Content moderation - custom workflow
19:06 Create documentation workflow
...
---

Watch the full video link below ⬇️

#drupal #workflow
November 15, 2025 at 12:27 PM
Anyone have any experience with the Communities tab in YouTube?

Have no idea when this was released but I'm wondering if it's useful to switch it on for the WebWash channel.

#YouTube
November 15, 2025 at 10:12 AM
About to trim the hedges 🌿

Chopping up the "Getting Started with Twig Templates in Drupal CMS" live stream for the WebWash Premium community.

#drupal
November 13, 2025 at 1:35 PM
Drupal text formats control editing capabilities by user role.

Create custom formats at Configuration > Text formats, configure toolbars (drag & drop buttons), and assign to content fields.

Perfect for consistent, secure content creation across different permission levels.

#Drupal #CMS
November 13, 2025 at 10:31 AM
I'm thinking this week's stream will be about creating content workflows in Drupal.

1. We'll set up the core workflows and content moderation module.

2. Look at the "Field States transitions" module.

3. Add workflows to Webform submissions using "Webform Workflows Element".

#drupal
November 12, 2025 at 10:06 PM
Make your Drupal Webform confirmations personal.

Go to Settings > Confirmation and add tokens like "[webform_submission:values:first_name]" to your "thank you" message. It's a quick way to use submitted data and improve the user experience.

#drupal
November 11, 2025 at 8:26 PM
CKEditor in Drupal makes adding media simple.

Click insert media to select existing assets or upload new images.

Align and resize images with various aspect ratios.

Embed YouTube videos by pasting URLs. Easy multimedia content creation.
November 10, 2025 at 9:01 PM
Is anyone aware of a tool where you can run Google Meet as a webinar?

The functionality that's missing is the ability to create a form and accept sign-ups for the webinar, and send notifications before it starts.

I am surprised Google hasn't put this functionality in.

#googlemeet
November 9, 2025 at 1:38 PM
Every November, I spend a couple of hours moving sites from one shared hosting account to another within the same hosting provider.

Purchasing a brand new hosting account costs $119 for 12 months.

Renewing that same account after 12 months will cost $780 for another year. 🤯
November 8, 2025 at 10:47 AM
Forms with 30+ fields overwhelm the submissions table.

Use Webform's column customization to hide unnecessary fields.

Display only the columns you check regularly for faster data review.

Note, you can only customize the submission table when you view the results on specific webforms.
November 6, 2025 at 6:33 PM
Latest live stream explores Drupal CMS Version 2 (alpha1) and Drupal Canvas.

Key highlights: installing v2 alpha 1, touring pre-built Canvas pages, managing content types via Canvas templates, and creating custom basic components.

A comprehensive first look at the new features and capabilities.
November 5, 2025 at 7:26 PM
Wow, I got $250 free credit to use Claude Code web.

Honestly, I've yet to give it a try.

#claudecode
November 5, 2025 at 6:59 PM
How do you name your fields in Drupal?

- Singular (field_image) or plural (field_images)?

- Prefix with content type (field_event_image)?

- Abbreviate (field_ev_image)?

- Use double underscores (field_event__image)?

What naming convention does your team use?
November 3, 2025 at 8:56 PM