- 12
- 33 287
Mokshit Jain
Приєднався 27 лип 2018
GitHub: github.com/Mokshit06
Testing Drupal Patches
In this video, I'll be testing a Drupal Patch on a Drupal Sandbox Site.
This video is created for a task of Google Code In.
Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
This video is created for a task of Google Code In.
Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
Переглядів: 133
Відео
Configuring Visual Studio Code for Drupal 8 Development.
Переглядів 7 тис.4 роки тому
In this video, I'll be setting up and configuring Visual Studio Code for Drupal 8 Development by setting up Xdebug and PHP Code Sniffer. This video is made for a task of Google Code In. Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
Installing a Drupal module with dependency on an external library
Переглядів 6984 роки тому
In this video I'll be installing a Drupal module called PHPSecLib Encryption using Composer. This video is created for a task of Google Code In. I have chosen the organisation Drupal. Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
Implementing a Custom Filter in a Drupal Website
Переглядів 8984 роки тому
In this video, I'll be implementing a custom filter in my Drupal website which replaces [name:FIRSTNAME:LASTNAME] to Name: LASTNAME FIRSTNAME. This video is created for a task of Google Code In. I have chosen the organisation Drupal. Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countrie...
Creating a Basic Form Page in Drupal
Переглядів 5984 роки тому
In this video, I'll be creating a Basic form page in Drupal using Form API. This video is created for a task of Google Code In. I have chosen the organisation Drupal. Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
Creating a Multilingual website using Drupal
Переглядів 1,6 тис.4 роки тому
In this video, I'll be creating a multilingual website using Drupal's multisite feature. This video is created for a task of Google Code In. I have chosen the organisation Drupal. Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
Adding Search API module to Drupal website
Переглядів 3,8 тис.4 роки тому
In this video, I'll be adding and configuring Search API module to my Drupal website to add search functionality. This is created for a task of Google Code in.
Adding Meta tag Module to Drupal webiste
Переглядів 2894 роки тому
In this ivdeo, I'll be adding and incorporating Meta tag Module to my Drupal webiste. This video is for a task of Google Code In.
Adding a Slideshow to Drupal website using Slick
Переглядів 16 тис.4 роки тому
In this video I've installed Slick Carousel to create a slideshow in my Drupal website. This is for a task of Google Code In.
Adding Geolocation Map to Drupal Website
Переглядів 1,1 тис.4 роки тому
In this video, I'll be installing a Geolocation Map on my Drupal Website using Geolocation Module. This video is created for a task of Google Code In. I have chosen the organisation Drupal. Google Code-in is a contest to introduce pre-university students (ages 13-17) to open source software development. Since 2010, over 8100 students from 107 countries have completed work in the contest.
Installing Drupal Code Sniffer on Visual Studio Code
Переглядів 1,8 тис.4 роки тому
In this video I'll be installing Drupal Code Sniffer on Visual Studio Code. This is for a task of Google Code-in
Testing and Reviewing Simplytest.me
Переглядів 794 роки тому
In this video I'll be testing and reviewing simplytest.me with the latest version of Drupal. This task is from Google Code-In 2019
How can we add this in block and then particular regions?
galat demo tha.
For D8 and up, dependencies and requirements are managed with Composer. The presentation is techniclly correct but useless in a professional setting. As a developer you usually do not have ftp access and sometimes not even shell access. Apologies but this is truth. Dev Ops is a thing and CI is the way.
Gud
Thanks for sharing!
does this work with drupal 9?
No
Excellent guide, thank you! I like Drupal but adding something as simple as an industry standard picture gallery is an absolute mission! This guide was the first one I've followed which has actually worked :) Thank you again!!!!
good afternoon, how to make the text scroll ?
сделал
Thanks for the informative video but I think it should be updated to use Media for the slide's images, not an Image file.
video starts at 22:07
Thank you, this was helpful. I am not expert, but there may be a couple of issues. I think phpcs.standard is supposed to point to the ruleset.xml file, so on Windows that line would be something like "phpcs.standard": "C:\\Users\\MyName\\AppData\\Roaming\\Composer\\vendor\\drupal\\coder\\coder_sniffer\\Drupal\ uleset.xml". The phpcs.bat is instead pointed to by phpcs.executablePath, which is not in your example but may be necessary for the extension to function. So that line would be something like "phpcs.executablePath": "C:\\Users\\MyName\\AppData\\Roaming\\Composer\\vendor\\bin\\phpcs.bat",. Also, at 19:48, there is already a 'files.associations' section further up in your file, so "*.html": "twig" should be added in there, and then the warning disappears.
Thank for your video <3 I can get it although It is a bit hard to hear your voice clearly
Everything was perfect, except for that mouse click which was really annoying.
Can you help me?
Hey I need help with meta tag verification code
On each slide, there's a <div class="slide__media"> I know we can add a <div class="slide__caption"> with it, but how do we do so? I want to add different HTML elements on each slides. For example, all of them have an <h2> and a <p>, but each one can have one or more <a> elements.
how can connect you for drupal traning
how can connect you
such a fuckin pain in the ass using this slider. I can't believe there aren't more official d8 supported sliders.
you can use foundation or bootstrap module.
How Can we do auto change without clicking
For that you'll have to use the views module along with views slideshow module. That also gives you the view slideshow cycle module using which it can cycle through the content without user input
@@mokshit06 Thanks for reply...before I had used views slideshow module but in that change order of the slide functionality was not there...that's why I created the using slick. Can you tell me how this can be resolved.
@@ShyammanoharJaiswal I'm not sure about that. There are a few videos on UA-cam showing the views slideshow with next and previous buttons. You can check this video ua-cam.com/video/hvq0vO0X9KQ/v-deo.html
@@mokshit06 Using this video I created views slideshow..but here we don't have an option for changing the order of the image or slide.
@@ShyammanoharJaiswal I don't think that I can help with it then
You stop just before a demo of what you can do now with all that setup....I can't get the breakpoints to work. Launch Chome is getting to the drupal site but none of my breakpoint are ever stopped at?
What is the problem your are facing? Have you created the launch. json file?
@@mokshit06 Yes. And when I press the "Launch Chome againt localhost" the website is shown in the Chrome browser and the Visual Studio Code is switching to debug console. But my breakpoints is not working. I try putting one in update.php and then on the website "run updates" but the website just goes though the update without stopping.
@@rgry I'm not sure of the reason for that. You could try using breakpoints in some other file.
@@mokshit06 ok, thanks for doing the video anyway :-)
@@rgry Thank you
I have designed a website it is ready & running. I want to add a CMS using the Drupal is it possible?
Have you built it using html and css? If so then you can change it to a Drupal theme using twig. You can find videos showing the process.
@@mokshit06 yes with some JS & I going to use PHP for the DB
As far as i know, you should be able to do the js part by changing the website to a Drupal theme. I'm not sure about the db though
Thank you for this tutorial! It's very easy to understand and covers the entire process!
Thanks alot
@@mokshit06 Keep doing tutorials 🙏
Mokshit, you're awesome
Thank you
Great video, thank you for share it with us.
Thank you