WebWash (@webwashnet) 's Twitter Profile
WebWash

@webwashnet

Drupal Tutorials. Run by Ivan Zugec (@ivanzugec)

ID: 446596343

linkhttp://webwash.net calendar_today25-12-2011 22:51:31

4,4K Tweet

680 Takipçi

3 Takip Edilen

WebWash (@webwashnet) 's Twitter Profile Photo

The Redirect 404 module, a submodule of the Redirect module, offers a simple solution for handling page not found errors on your Drupal site. ㅤ Simply enable the submodule and go to Configuration > URL redirects and click on the "Fix 404 pages" tab. #drupal #seo

WebWash (@webwashnet) 's Twitter Profile Photo

Want to see the SQL query Drupal Views generates? Go to Structure → Views → Settings → Live preview settings Check: ✓ Show the SQL query ✓ Show performance statistics Refresh your view and scroll down to see the query and performance stats. #drupal #views

WebWash (@webwashnet) 's Twitter Profile Photo

Want to use DaisyUI & Tailwind CSS in Drupal? Check out Artisan (2.0). If you're looking for a modern utility-first approach to Drupal theming, this is worth a look. Link: drupal.org/project/artisan #drupal #tailwindcss #DaisyUI

Want to use DaisyUI & Tailwind CSS in Drupal? Check out Artisan (2.0).

If you're looking for a modern utility-first approach to Drupal theming, this is worth a look.

Link: drupal.org/project/artisan

#drupal #tailwindcss #DaisyUI
WebWash (@webwashnet) 's Twitter Profile Photo

Add Twig code directly to Views fields without template overrides. Edit the field, open "Rewrite results", and add code to "Override the output..." You can use IF statements and token replacements. Great for simple tweaks, but complex logic deserves proper templates. #drupal

WebWash (@webwashnet) 's Twitter Profile Photo

Want to show result counts in your Drupal View? Edit your view: → Add 'Results Summary' to the header. → Keep the default tokens (they show current/total counts). → Save. Done! You can add the same to the footer too. #drupal

WebWash (@webwashnet) 's Twitter Profile Photo

Added chapter markers and module links to the latest stream: Getting Started with Artisan Theme and daisyUI in Drupal. ----- ## Intro 07:04 daisyUI 10:42 Artisan Theme ---- YouTube: youtube.com/watch?v=VMpWwU… #drupal #daisyUI

Added chapter markers and module links to the latest stream: Getting Started with Artisan Theme and daisyUI in Drupal.

-----
## Intro
07:04 daisyUI
10:42 Artisan Theme
----

YouTube: youtube.com/watch?v=VMpWwU…

#drupal #daisyUI
WebWash (@webwashnet) 's Twitter Profile Photo

Want to log user activity? Check out "Building Custom Activity Logs with Message Module in Drupal". We cover: ➜ Message basics ➜ Hooks (Code) ➜ ECA (No-Code) ➜ Comments Video: youtube.com/watch?v=RyvUST… #drupal

WebWash (@webwashnet) 's Twitter Profile Photo

Control where blocks appear in Drupal without code. - Go to ""Configure block", - find the "Visibility" section, - and select "Pages". Type the path "/contact" and choose "Hide for the listed pages". #Drupal

WebWash (@webwashnet) 's Twitter Profile Photo

Want to use daisyUI in Drupal? Check out the Artisan theme. This stream covers installing Artisan, creating sub-themes, compiling CSS, customizing variables, using Drupal Canvas, and integrating Views for dynamic content. YT: youtube.com/watch?v=VMpWwU… #drupal #daisyUI

WebWash (@webwashnet) 's Twitter Profile Photo

Drupal Canvas changes how you build pages with a new Page entity type. ▶️ Add pages via Content or Canvas UI ▶️ Manage title, URL alias, and settings ▶️ Drag components from the Library ▶️ Preview your work Full Tutorial and video: webwash.net/drupal-cms-v2-… #drupal

WebWash (@webwashnet) 's Twitter Profile Photo

Want to add accordions to your Drupal site? Canvas makes it easy. ▶️ Drag Accordion Container from Library ▶️ Add Collapsible Sections inside ▶️ Drop in Text components ▶️ Toggle "Open by default" Build interactive FAQs without code. #drupal Link: webwash.net/drupal-cms-v2-…

WebWash (@webwashnet) 's Twitter Profile Photo

Want to add accordions to your Drupal site? Canvas makes it easy. ▶️ Drag Accordion Container from Library ▶️ Add Collapsible Sections inside ▶️ Drop in Text components ▶️ Toggle "Open by default" Build interactive FAQs without code. #drupal Link: webwash.net/drupal-cms-v2-…

WebWash (@webwashnet) 's Twitter Profile Photo

Need to quickly log into a Drupal site from the command line? The drush user:login (uli) command generates one-time login URLs. To log in as the admin user, simply run: $ drush uli You can specify the username: $ drush uli --name=username #drush #drupal

WebWash (@webwashnet) 's Twitter Profile Photo

Adding contact forms in Drupal Canvas? Use a Group component for better styling control. ▶️ Drag Group onto page ▶️ Set background & padding ▶️ Add Webform inside ▶️ Select your form Looks cleaner than forms at the page edge. #drupal #drupalcanvas

WebWash (@webwashnet) 's Twitter Profile Photo

Learn how to create a Tailwind theme and custom components for Drupal. Tutorial includes video and downloadable example site. Full tutorial: webwash.net/tailwind-css-t… GitHub: github.com/WebWash/ww-tai… #drupal #tailwind #drupalcanvas

Learn how to create a Tailwind theme and custom components for Drupal.

Tutorial includes video and downloadable example site.

Full tutorial: webwash.net/tailwind-css-t…

GitHub: github.com/WebWash/ww-tai…

#drupal #tailwind #drupalcanvas
WebWash (@webwashnet) 's Twitter Profile Photo

When should you use Paragraphs, Components, or Blocks? In this stream, I compare all three approaches: how they're stored, how they work with Canvas and templating, and when to use each one. Links below ⬇️ #drupal #components #block YouTube: youtube.com/watch?v=ZLkAOd…

WebWash (@webwashnet) 's Twitter Profile Photo

Getting Started with DDEV for Drupal Development the latest written tutorial on WebWash. Prefer reading over watching an hour-long stream? Learn DDEV setup, Xdebug configuration, custom commands & productivity tips. #ddev #drupal Link: webwash.net/getting-starte…

Getting Started with DDEV for Drupal Development the latest written tutorial on WebWash.

Prefer reading over watching an hour-long stream?

Learn DDEV setup, Xdebug configuration, custom commands & productivity tips.

#ddev #drupal

Link: webwash.net/getting-starte…
WebWash (@webwashnet) 's Twitter Profile Photo

Drupal Canvas lets you build React-style code components directly in the backend. Write JavaScript, define props and slots, preview instantly, then add to your pages. All without touching PHP. A clean workflow for front-end devs working in the CMS. webwash.net/drupal-cms-v2-…

WebWash (@webwashnet) 's Twitter Profile Photo

Quick summary of our "Getting Started with Drupal CMS V2" live stream. We cover installation, modules and backend review, the new Drupal Canvas integration, and AI functionality. Links below ⬇️ #drupal YouTube link: youtube.com/watch?v=P1ifYk… 📧 webwash.net/newsletter/

WebWash (@webwashnet) 's Twitter Profile Photo

Webform can redirect users to a custom page after submission. Here is how: - Set the confirmation type to "URL with message." - Enter your page path. - Submit It passes a submission token so you can personalise the page with the user's data. youtube.com/watch?v=VOLPvs…