Mokshit Jain
Mokshit Jain
  • 12
  • 32 674
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.
มุมมอง: 131

วีดีโอ

Configuring Visual Studio Code for Drupal 8 Development.
มุมมอง 7K4 ปีที่แล้ว
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
มุมมอง 6934 ปีที่แล้ว
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
มุมมอง 8894 ปีที่แล้ว
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
มุมมอง 5884 ปีที่แล้ว
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.6K4 ปีที่แล้ว
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.6K4 ปีที่แล้ว
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
มุมมอง 2884 ปีที่แล้ว
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
มุมมอง 15K4 ปีที่แล้ว
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.1K4 ปีที่แล้ว
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.8K4 ปีที่แล้ว
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
มุมมอง 754 ปีที่แล้ว
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

ความคิดเห็น

  • @BhawnaSingh-hv5ze
    @BhawnaSingh-hv5ze 4 หลายเดือนก่อน

    How can we add this in block and then particular regions?

  • @robsiegal5471
    @robsiegal5471 2 ปีที่แล้ว

    galat demo tha.

  • @earlyburg
    @earlyburg 2 ปีที่แล้ว

    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.

  • @MeriDunia
    @MeriDunia 2 ปีที่แล้ว

    Gud

  • @phfredes
    @phfredes 2 ปีที่แล้ว

    Thanks for sharing!

  • @khaledalsamman53
    @khaledalsamman53 2 ปีที่แล้ว

    does this work with drupal 9?

  • @fengroup
    @fengroup 2 ปีที่แล้ว

    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!!!!

  • @vassman
    @vassman 2 ปีที่แล้ว

    good afternoon, how to make the text scroll ?

    • @vassman
      @vassman 2 ปีที่แล้ว

      сделал

  • @justinSF2000
    @justinSF2000 2 ปีที่แล้ว

    Thanks for the informative video but I think it should be updated to use Media for the slide's images, not an Image file.

  • @susobhandas6143
    @susobhandas6143 3 ปีที่แล้ว

    video starts at 22:07

  • @NickHope
    @NickHope 3 ปีที่แล้ว

    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.

  • @vothaian8809
    @vothaian8809 3 ปีที่แล้ว

    Thank for your video <3 I can get it although It is a bit hard to hear your voice clearly

    • @masoodahmad1558
      @masoodahmad1558 ปีที่แล้ว

      Everything was perfect, except for that mouse click which was really annoying.

  • @thenoob3656
    @thenoob3656 3 ปีที่แล้ว

    Can you help me?

  • @thenoob3656
    @thenoob3656 3 ปีที่แล้ว

    Hey I need help with meta tag verification code

  • @ChrisLuigiTails
    @ChrisLuigiTails 4 ปีที่แล้ว

    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.

  • @SachinSharma-oc4fx
    @SachinSharma-oc4fx 4 ปีที่แล้ว

    how can connect you for drupal traning

  • @SachinSharma-oc4fx
    @SachinSharma-oc4fx 4 ปีที่แล้ว

    how can connect you

  • @SH-ry2xi
    @SH-ry2xi 4 ปีที่แล้ว

    such a fuckin pain in the ass using this slider. I can't believe there aren't more official d8 supported sliders.

    • @drupaldev4096
      @drupaldev4096 2 ปีที่แล้ว

      you can use foundation or bootstrap module.

  • @ShyammanoharJaiswal
    @ShyammanoharJaiswal 4 ปีที่แล้ว

    How Can we do auto change without clicking

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      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

    • @ShyammanoharJaiswal
      @ShyammanoharJaiswal 4 ปีที่แล้ว

      @@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.

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      @@ShyammanoharJaiswal I'm not sure about that. There are a few videos on TH-cam showing the views slideshow with next and previous buttons. You can check this video th-cam.com/video/hvq0vO0X9KQ/w-d-xo.html

    • @ShyammanoharJaiswal
      @ShyammanoharJaiswal 4 ปีที่แล้ว

      @@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.

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      @@ShyammanoharJaiswal I don't think that I can help with it then

  • @rgry
    @rgry 4 ปีที่แล้ว

    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?

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      What is the problem your are facing? Have you created the launch. json file?

    • @rgry
      @rgry 4 ปีที่แล้ว

      @@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.

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      @@rgry I'm not sure of the reason for that. You could try using breakpoints in some other file.

    • @rgry
      @rgry 4 ปีที่แล้ว

      @@mokshit06 ok, thanks for doing the video anyway :-)

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      @@rgry Thank you

  • @fatimahalqadheeb
    @fatimahalqadheeb 4 ปีที่แล้ว

    I have designed a website it is ready & running. I want to add a CMS using the Drupal is it possible?

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      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.

    • @fatimahalqadheeb
      @fatimahalqadheeb 4 ปีที่แล้ว

      @@mokshit06 yes with some JS & I going to use PHP for the DB

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      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

  • @FBKei
    @FBKei 4 ปีที่แล้ว

    Thank you for this tutorial! It's very easy to understand and covers the entire process!

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      Thanks alot

    • @FBKei
      @FBKei 4 ปีที่แล้ว

      @@mokshit06 Keep doing tutorials 🙏

  • @dnielsen9713
    @dnielsen9713 4 ปีที่แล้ว

    Mokshit, you're awesome

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      Thank you

  • @PrimephotoStudio
    @PrimephotoStudio 4 ปีที่แล้ว

    Great video, thank you for share it with us.

    • @mokshit06
      @mokshit06 4 ปีที่แล้ว

      Thank you