- 123
- 191 694
Drupal Academy
India
Приєднався 17 чер 2020
Welcome to the UA-cam Drupal Academy channel! Here, we will be exploring the world of Drupal and PHP programming and how it can be used to create dynamic, interactive websites and applications.
We will cover Drupal tutorial on basics of syntax, working with databases, integrating with APIs, and much more.
Whether you are a beginner just starting out with Drupal or an experienced developer looking to deepen your knowledge, this channel is for you. So join us and let's dive into the world of Drupal together!
#drupal #drupaltutorials #drupal8 #drupal9 #drupal10 #drupaldevelopers #drupalacademy #php #phpprogramming
We will cover Drupal tutorial on basics of syntax, working with databases, integrating with APIs, and much more.
Whether you are a beginner just starting out with Drupal or an experienced developer looking to deepen your knowledge, this channel is for you. So join us and let's dive into the world of Drupal together!
#drupal #drupaltutorials #drupal8 #drupal9 #drupal10 #drupaldevelopers #drupalacademy #php #phpprogramming
How to create custom twig filters in Drupal?
In this tutorial, learn how to create a custom Twig filter in Drupal 10. We’ll go through each step to set up a module, register a Twig extension, and write the PHP code needed to create a filter.
In this video, you’ll learn:
How to create a custom module in Drupal.
How to define and register a Twig filter service.
How to write the PHP logic for a custom Twig filter.
How to use the custom filter to mask phone numbers in templates.
🔔 Don’t forget to subscribe for more Drupal tips, tutorials, and best practices!
👍 Like and share if you found this helpful!
Code Link: github.com/drupal-devphp/custom_twig_filter
#drupaltutorial #drupal10 #drupal11 #TwigFilter #DrupalTutorial #CustomTwigFilter
In this video, you’ll learn:
How to create a custom module in Drupal.
How to define and register a Twig filter service.
How to write the PHP logic for a custom Twig filter.
How to use the custom filter to mask phone numbers in templates.
🔔 Don’t forget to subscribe for more Drupal tips, tutorials, and best practices!
👍 Like and share if you found this helpful!
Code Link: github.com/drupal-devphp/custom_twig_filter
#drupaltutorial #drupal10 #drupal11 #TwigFilter #DrupalTutorial #CustomTwigFilter
Переглядів: 151
Відео
Twig Filters in Drupal.
Переглядів 13814 днів тому
In this tutorial, we’ll learn Twig filters in Drupal! Twig filters are essential tools for modifying and formatting the output of your content directly in your theme templates. In this video, you’ll learn how to use basic and advanced Twig filters to enhance your Drupal site's display. We’ll cover: What are Twig filters? How to apply basic filters like date, trim, upper, and lower Advanced filt...
How to Rewrite Fields in Drupal Views | Drupal Tutorials
Переглядів 1782 місяці тому
In this tutorial, we'll show you how to customize your Views output by rewriting fields directly within the Views interface. Learn how to combine fields, add custom HTML, create clickable links, and much more - all without touching a line of code! 📌 What You’ll Learn: What is field rewriting in Drupal Views? How to set up a view and add fields Step-by-step guide to rewriting fields with custom ...
Creating Custom Twig Template to Display View Data in Drupal | Drupal 10 Tutorials
Переглядів 5902 місяці тому
In this tutorial, we'll walk you through the process of creating a custom views-view-unformatted.html.twig template for view in Drupal. We'll focus on an example where we display employee details, including their name, email address, and salary. What You'll Learn: How to create a View in Drupal. How to create a custom Twig template for a Drupal View. How to print individual field data (e.g., na...
Setting Up PHPCS and PHPCBF for Checking Drupal Coding Standards. | Drupal Tutorials
Переглядів 2743 місяці тому
Welcome back to Drupal Academy! In this tutorial, we're diving into an essential aspect of maintaining high-quality code in your Drupal projects: setting up Drupal Code, PHP_CodeSniffer (PHPCS) and PHP Code Beautifier and Fixer (PHPCBF) to adhere to Drupal's coding standards. In this video, you will learn: - What PHPCS and PHPCBF are and why they are important. - How to install Composer, Drupal...
How to Install Module in Drupal 10 | Drupal Tutorials
Переглядів 1623 місяці тому
In this tutorial, we'll walk you through the process of installing a module in Drupal 10 step-by-step. How to download module in Drupal 10? How to enable module in Drupal 10? How to install module in Drupal 10? How to uninstall module in Drupal 10? #drupal #drupal10 #drupalacademy #webdevelopment #drupaltutorial #drupalbeginnerstutorials #drupalcms
How to clear cache in Drupal?
Переглядів 1063 місяці тому
In this video, we'll show you how to clear the cache on your Drupal site using both the admin interface and Drush. Clearing the cache can help resolve issues with your site and improve performance. Whether you're a beginner or an experienced developer, this step-by-step tutorial will make the process easy for you. Commands Used: drush cr If you found this video helpful, please like, comment, an...
How to Change Theme to Dark Mode in Postman: Quick and Easy Guide
Переглядів 1624 місяці тому
How to Change Theme to Dark Mode in Postman: Quick and Easy Guide In this video, we'll show you how to change the theme in Postman. Whether you prefer working in light mode during the day or dark mode for those late-night coding sessions, customizing your workspace is a breeze. In this tutorial, you'll learn: How to switch between Light, and Dark themes in Postman? Postman Tips: Changing Themes...
Import CSV Data Into Content Types Using Feeds Module in Drupal 10.
Переглядів 5234 місяці тому
In this video, we’ll walk you through the process of importing CSV file content into a content type node in Drupal 10 using the Feeds module. You'll learn how to install the necessary modules, configure feed types, map CSV columns to content fields, and handle special characters while importing data. Follow along to seamlessly integrate CSV data into your Drupal site! ▬▬▬▬▬▬ Other Drupal Videos...
How to display error messages inline in Webform in Drupal 10?
Переглядів 5174 місяці тому
In this tutorial you will learn How to display error message inline to text field in webform in Drupal 10? How to display error messages under the fields in Drupal 10? Display client side error messages below the field in Drupal 10 using clientside validation module in Drupal. ▬▬▬▬▬▬ Other Drupal Videos 📹 ▬▬▬▬▬▬ ►Introduction to RESTful Web Services in Drupal 10 | Part-1 ua-cam.com/video/POjZ62...
Creating Workspace and Collection in Postman | Postman Tutorials 2024
Переглядів 2585 місяців тому
Welcome to this comprehensive tutorial on using Postman! In this video, we’ll take you step-by-step through the interface and key features of the Postman tool. Whether you're a beginner or looking to refresh your skills, this guide has you covered. What You'll Learn: 1. Workspace Overview: Understand how to navigate and utilize the workspace in Postman effectively. 2. Collections in Postman: Le...
Introduction to Postman | Postman Tutorials 2024
Переглядів 2205 місяців тому
Hey everyone! 👋 Welcome to our Postman Tutorials for beginners. In this video, we'll kick off our new series on Postman by covering Introduction to Postman. How to Download Postman app? Sign In or Create new account in Postman. Whether you're a developer, tester, or just curious about APIs, this tutorial is perfect for you! 📌 In This Video, We'll Cover: 1. What is Postman? A brief overview of P...
How to Convert Images to WebP Format in Drupal for Faster Website Performance | Drupal 10 Tutorial
Переглядів 6245 місяців тому
🚀 Optimize Your Website with WebP Images in Drupal 10 🚀 In this tutorial, we'll guide you through the process of converting images to WebP format in Drupal 10, helping you enhance your website's performance and reduce load times. ⭐️ Key Steps Covered: Understanding the WebP Format: Learn about the advantages of WebP images and how they can benefit your website's performance. Setting Up Drupal 1...
Creating Custom Twig Templates for Block Types in Drupal | Drupal Tutorials
Переглядів 1,6 тис.5 місяців тому
Welcome to our channel! In this Drupal tutorial, we will learn the process of creating custom Twig templates for block types and render the block fields in custom twig template in Drupal 10. 🎯 What You'll Learn: - Understand the fundamentals of Twig templates in Drupal 10. - Identify block types and their significance in Drupal's content management system. - Create custom Twig templates tailore...
Sorting Node Data Using Entityqueue Module | Drupal Entityqueue
Переглядів 3396 місяців тому
Sorting Node Data Using Entityqueue Module | Drupal Entityqueue
Add Custom Validation To Content Types Fields Using Constraints in Drupal | Drupal Tutorials
Переглядів 2896 місяців тому
Add Custom Validation To Content Types Fields Using Constraints in Drupal | Drupal Tutorials
Add Custom Validation to Content Type Fields in Drupal 10 | Drupal Tutorials
Переглядів 4486 місяців тому
Add Custom Validation to Content Type Fields in Drupal 10 | Drupal Tutorials
How to render custom form in block in Drupal 10?
Переглядів 7416 місяців тому
How to render custom form in block in Drupal 10?
DELETE Node using DELETE method in Drupal : RESTful Web Services tutorial | Part 5
Переглядів 3177 місяців тому
DELETE Node using DELETE method in Drupal : RESTful Web Services tutorial | Part 5
Update Node using PATCH Method in Drupal : RESTful Web Services tutorial | Part-4
Переглядів 4057 місяців тому
Update Node using PATCH Method in Drupal : RESTful Web Services tutorial | Part-4
Create Nodes using POST method in Drupal : RESTful Web Services Tutorial | Part-3
Переглядів 5347 місяців тому
Create Nodes using POST method in Drupal : RESTful Web Services Tutorial | Part-3
How to get node data using GET method with RESTful Web Services in Drupal 10 | Part-2
Переглядів 7907 місяців тому
How to get node data using GET method with RESTful Web Services in Drupal 10 | Part-2
Introduction to RESTful Web Services in Drupal 10 | Part-1
Переглядів 1,1 тис.8 місяців тому
Introduction to RESTful Web Services in Drupal 10 | Part-1
Drupal 10 Tutorial - What is Event subscriber in Drupal?
Переглядів 9118 місяців тому
Drupal 10 Tutorial - What is Event subscriber in Drupal?
Create custom service with dependency injection in Drupal 10 using ChatGPT
Переглядів 5758 місяців тому
Create custom service with dependency injection in Drupal 10 using ChatGPT
Webform Conditional Fields in Drupal 10.
Переглядів 8929 місяців тому
Webform Conditional Fields in Drupal 10.
Create custom block in Drupal 10 using ChatGPT.
Переглядів 1,1 тис.9 місяців тому
Create custom block in Drupal 10 using ChatGPT.
Create custom form in Drupal 10 using ChatGPT | Drupal 10 Tutorial
Переглядів 6839 місяців тому
Create custom form in Drupal 10 using ChatGPT | Drupal 10 Tutorial
Create custom module in Drupal 10 with ChatGPT | Drupal 10 tutorial
Переглядів 2,5 тис.9 місяців тому
Create custom module in Drupal 10 with ChatGPT | Drupal 10 tutorial
How to Place Webform in a Block, Node, and Page in Drupal 10?
Переглядів 98610 місяців тому
How to Place Webform in a Block, Node, and Page in Drupal 10?
Thanks vaiya❤❤❤
Suggestion for video: How to convert exsiting Image field to Media field. Especially if exisiting site has hundreds of nodes with images
Thank you very much, very clear and simple
Very good, thanks
How to print the array with values in Twig Template file for debugging purpose (Which array values are there in this file)???
You can use "dump()" function to print object and array. twig.symfony.com/doc/3.x/functions/dump.html
Views count are not increasing. Its showing 0 after multiple refresh.
Try by reloading page as anonymous user or in incognito window. Also check by clearing the cache if you have implemented it correctly.
when doing forms, lets say its a student registration form, the student fills out the form, the student has been approved, but s/he changed some information, eg. last name, so the student appends their form, the form should then say "pending" until an admin approves it, how do you go about this?
You can achieve this by using a custom module to manage the workflow and status updates.
thank you! a link to the github of the code would be awesome.
github.com/drupal-devphp/drupal-tutorials/tree/main/modules/custom
Thank you. Very helpful.
Is thier any course avilable sir
Hi sir in my form seterrorbyname not working plz help me sir how to debug this issue and it is happening for all my form
@@Sideswara_swamy what is the error?
Thank you for providing us this useful information. ❤
Thank you for explaining the concept of Drupal services in simple way.
Thank you for this video. How do you create the menu below "About Us?"
12
Thank you for your work!
For some reason, the styles did not work, although I wrote everything correctly. color: green registered in the style.css file as shown by you, but it didn't work for me
Seems like you missed some steps. Follow the steps as shown in video. Also try by! clearing the cache.
Is their any course available
Make full website development video from drupal 10 sir for beginners sir
Sir please let know us how To get admin approval for web form submitted data in Drupal 10
Watch this tutorial, in this tutorial explained about how to unlock user. ua-cam.com/video/DUO54Suz-3A/v-deo.htmlsi=VFYJZqGupexaLf87
Hi sir if you have any paid course plz let me know
No paid courses.
@@drupal-academy I want learn from scratch to advance level where I can get the course is their any website
thanks
👍
Hi, are you able to add a comment field to give reason for unpublishing content items
I haven't checked that. Need to check it.
Grazie.
Thank you!!
This is useful, thank you.
Hi, Your videos are very helpful. Please create a search page with combined filters with theming Thanks...
Mam please make a video on clearing cache programmatically, to be specific clearing cache of specific node, specific node-type, specific page, flush all cache etc Also if possible on cookies and session.
12
Correct
That is really helpful. Thanks!!
First viewer
hi Please shrare this code with me
Hi, i have maked an login form on a game app, now how a user can make the login on the game app if his account informations like username and password are stored on a web database. On this database is stored Drupal website
Hi sir, can you please create a video for generating csv, pdf, xml, etc types of files of content from our site with simple controller or form
Sure..will try to cover these topics in upcoming tutorials.
Thanks
Your videos are helpful. I am practicing daily. Thank you sir.😊
Thank you Drupal Academy. Do more videos.
Nice
Hi, Well explained. How to implement server side validations to Webform? Thanks..
You can add server side validations using hook_form_alter() hook ua-cam.com/video/QvI19RKFS-4/v-deo.html
how to make that webform as a block?
You can watch this tutorial to place webform as block ua-cam.com/video/5OVEjUhMm44/v-deo.html
Hi How to display error messages under the Webform fields?
Watch this tutorial ua-cam.com/video/V_ol9156FCs/v-deo.html
where did you put the main file ?
All files are placed inside themes/custom/evolve/ path. Here evolve is the name of custom theme
@@drupal-academy thanks i've figured it out, i was thinking that we put the custom written html css js content to the mentioned files and wallah the site is done !! heheheh but i'm creating a new theme
You saved me my friend, thank you so much. Best regards from Brasil.
Glad to hear that!
Do you know modules to support project management like time table, budget, procurement, accounting and staffing management
I found few modules for Drupal 7, but not for Drupal 10.
I think global drush is not working. When i run command drush generate it come error. Do you have videos to explain how to install drush version 12.5 on window? If you have please give me the link. Thanks
ua-cam.com/video/7AI4JhyP43M/v-deo.htmlsi=aq_gXClA1KHo0jLx You can check this video tutorial on drush. But it is for older drush version. I hope this will help you. Also share what error your are getting?
Thanks
Are you working on windows or mac?
Windows
Thanks
Thanks bro, It has helped me a lot.🤜🤛
hi can you explain how data field set to inline datecalender and how to select more than 2 dates from calender
Happy with this series. And please how to customize the simple form in drupal, styling the form, adding color and more. Thanks 👍