in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
I've added chapter markers to last night's stream... enjoy.
## Chapters
00:00 Preshow
## Introduction
04:06 Introduction + Drupal CMS
06:35 Bootstrap5 theme
06:56 Radix theme
07:29 Bootstrap theme
09:43 Barrio Bootstrap theme
10:59 Bootstrap Layout Builder module
## Preparing Drupal CMS
11:36 Theme changes to Drupal CMS
12:48 Turn off CSS and JavaScript aggregation
14:31 Turn off caching and turn on Twig debug
17:10 Install extra recipes
## Bootstrap5
18:27 Download and install Bootstrap5 theme
23:42 Bootstrap5 theme settings
24:37 Create Bootstrap5 subtheme
25:16 What is a subtheme in Drupal
## Compile Sass in Bootstrap5
28:07 Intro to Laravel mix
29:43 Add Laravel mix to subtheme
31:22 Create webpack.mix.js file
33:33 Run Laravel mix commands
36:23 Change Bootstrap variables
37:57 Add Bootswatch colors
## Radix
42:18 Download and Install Radix theme
43:46 Create radix subtheme
46:11 Compile node packages in radix subtheme
## Radix: Single-Directory Components (SDC)
51:07 Introduction to Single-Directory Components (SDC)
54:01 Q: Radix subtheme didn't work
56:06 Find components location
58:51 Intro to Drupal Radix CLI
59:58 Add Block component
## Layout Builder in Drupal CMS
1:04:27 Intro to Layout Builder
1:05:11 Download and install Bootstrap Layout Builder
1:06:13 Bootstrap style settings
1:07:03 Bootstrap Layout Builder settings
1:08:00 Add Bootstrap section
1:09:04 Adjust columns in Bootstrap section
1:13:41 Add spacing directly in section
1:15:56 Add background image to section
1:19:14 Other Bootstrap options in section
## Add Bootstrap Grid to Views
1:20:18 Access view
1:22:08 Change format to Grid
## Ending
1:24:55 Recap
1:29:27 Ending
1:31:02 Post show
2 - 2
I added the chapters to last night's live stream. Enjoy!
# Chapters
00:00 Preshow
## Introduction
04:35 - Introduction
## Installing Drupal CMS
07:44 - How to install Drupal CMS using DDEV
08:32 - What's DDEV
10:57 - Install Drupal CMS using DDEV
12:04 - Drupal CMS Installation
13:57 - DDEV Commands
## Drupal CMS
16:52 - Backend theme
17:35 - Create Basic page
19:58 - Trash functionality
23:06 - Workflow
25:05 - Dashboards
## Project Browser/Recipes
26:26 - Project browser
31:30 - Recipes
## AI
38:44 - Install AI modules
40:26 - Add OpenAI key
42:26 - Create AI Assistants
43:42 - Agent actions
45:50 - AI default settings
45:57 - AI agents settings
51:40 - Display chatbot via blocks
55:01 - Create prompt to create content types
59:34 - Debug using Agent Decisions
1:01:38 - Create project content type and field using chatbot
1:03:42 - Create Taxonomy Vocabulary using chatbot
1:05:13 - Reorder and change widget using chatbot
## ECA
1:15:57 - Intro to ECA
1:19:13 - Install AI ECA module
1:19:39 - Add List summary field to content type
1:22:54 - Create ECA model to summarize content
## AI and CKeditor
1:40:38 - Install AI sub-modules
1:44:57 - AI API Explorers
1:48:20 - Added AI button to CKEditor
## Ending
1:57:33 - Ending
1:59:04 - Postshow
4 - 0
Join our free livestream on implementing site activity logging with Message module.
📅 Fri, Jan 3, 2025, 8:30 PM | Central European Time (CET)
Learn to create custom message types and track user activities across your Drupal site.
0 - 0
Want to learn what's new in PHP 8.4?
Watch this quick 4-minute video overview of the key features by @phpannotated
0 - 0
🚀 Advanced Content Relationships in Drupal: Entity Reference Deep Dive
I added chapters and module links to the video below for easy navigation. Watch it to learn advanced entity reference techniques.
👉 Check out the full video below!
#Drupal #WebDevelopment #ContentModeling #DrupalDev
0 - 0
Drupal offers a built-in maintenance mode feature, allowing you to restrict site access during updates or maintenance temporarily.
To activate:
1. Go to Configuration > Maintenance mode.
2. Check "Put site into maintenance mode".
3. Customize the message displayed to visitors from "Message to display when in maintenance mode".
4. And you are good to go…
Key points:
- Roles with the "Use the site in maintenance mode" can still access the site. However, they will see a message mentioning that maintenance mode is on.
- The site returns a 503 error when in maintenance mode.
- If you're signed out and need to log in, access the login page via /user/login.
Maintenance mode ensures smooth updates while keeping your site secure. It's a simple tool for managing your Drupal site.
Remember to deactivate maintenance mode to restore standard site functionality once your work is complete.
#drupal
6 - 0
Drupal offers powerful options for creating custom menu links using pseudo paths.
These unique paths make creating and controlling menu links easy for content editors.
Three key pseudo paths in Drupal:
<front>: Use this to create a menu link that points to your site's home page. It's a simple way to ensure your home link always works, even if you change your front page settings.
<nolink>: This option allows adding a menu item title without an associated path or URL. It helps create section headers or placeholder items in your menu structure.
<button>: Adding this to the link field lets you transform a regular menu item into a button. This is great for highlighting essential actions or calls-to-action within your navigation.
These pseudo paths offer flexibility in menu creation, allowing you to customize your site's navigation to suit your needs better. They're easy to implement and require no additional modules or complex configuration.
#drupal #menu #sitebuilding
~~~
📧 Join our newsletter; link in the first comment.
3 - 1
Join our live stream to learn how to configure and use Drupal's comments system.
We will cover the following:
1. Introduction to the Comment module
2. How to Submit and Moderate Comments
3. Learn about Comment Options and Permissions
4. Add Spam protection using CAPTCHA
5. Send notifications using Comment Notify
6. How to Configure AJAX Comments
7. Build basic forum functionality using a custom content type and comment type
This live stream is free. Learn how to utilize the Comment module and other modules.
0 - 0
Find Drupal tutorials at webwash.net.