Moodle Plugin Development - Must watch

Поделиться
HTML-код
  • Опубликовано: 15 июл 2024
  • ​‪@tech_gyans‬ #right2learn #right2Learn
    Moodle Plugin/Block Development - Must watch
    Develop your own plugin/Block
    Moodle plugin generator | Develop your own plugin easily
    Moodle Block Development
    Moodle Plugin Development
    Generate raw code easily
    Generate plugin in a very easy manner.
    Moodle Plugin Skelton Code.
    Moodle Block Skelton Code.
    Block Directory Structure.
    Activity Plugin Directory Structure.
    Working on the requirement to develop a block.
    00:00 Intro
    00:15 | 00:39 Why install additional plugins?
    00:40 | 01:38 Choosing the best plugins for your site
    01:40 | How to create custom plugin in Moodle
    02:22 | Moodle plugin skeleton generator
    04:46 | Installing Moodle plugin skeleton generator
    8:38 | Generating mod (activity plugin) code from this skeleton code generator plugin
    21:50 | Generating block plugin code using skeleton code generator plugin
    27:00 | Directory Structure and understanding code
    #right2learn2, #moodle4, #moodle3, #moodleDevelopment,#Moodle, #Development, #tutorial
    moodle.org/plugins/tool_plugi...
  • НаукаНаука

Комментарии • 31

  • @yadamzerTerefe
    @yadamzerTerefe Месяц назад +2

    ❓ Your moodle interface is good, and let me know which plugin you used and the moodle and the localserver(xampp) version that you used

    • @tech_gyans
      @tech_gyans  Месяц назад

      Hi, thank you for reaching out. Please find moodle.org/plugins/tool_pluginskel
      The link to that plugin was given in video description also. Just Moodle default theme boost.

  • @mohedabbas9004
    @mohedabbas9004 Год назад +2

    Really helpfull tutorial I hope you will be uploading more videos regarding Moodle development.

    • @tech_gyans
      @tech_gyans  Год назад +1

      Yes, definitely. Thank you so much!

    • @mohedabbas9004
      @mohedabbas9004 Год назад +1

      @@tech_gyans Can you also do a tutorial regarding AJAX and Moodle Cz I always find it difficult to work with Ajax in moodle. Thanks. Have a nice day.

    • @tech_gyans
      @tech_gyans  Год назад +1

      @@mohedabbas9004 I have already created in the same series you will find ajax work also (plugin development).

    • @tech_gyans
      @tech_gyans  Год назад +1

      @@mohedabbas9004 ruclips.net/video/n8Mt78w2H-I/видео.html for your reference

    • @mohedabbas9004
      @mohedabbas9004 Год назад +1

      @@tech_gyans Thanks Brother For the help I actually wanna do the filter for the courses based on the customfields.

  • @user-km9br3yr1h
    @user-km9br3yr1h 9 месяцев назад

    Since I am new self learner and refreshing as developer after so far gap, and searching videos on Moodle with PHP, SQL, looking some basic learning videos as Site Administrator and Customization. I found this video is very informative. Can you share videos on Moodle installation guide for site administrator OR how can it install on various platforms. Regards

    • @tech_gyans
      @tech_gyans  9 месяцев назад

      Thank you for reaching out. I have created multiple playlist around Moodle you can learn from there.
      Moodle for developers from basic - ruclips.net/video/uJm9DoBCN1Q/видео.html
      List of Playlist - www.youtube.com/@tech_gyans/playlists
      Hope this will help. Thanks

    • @user-km9br3yr1h
      @user-km9br3yr1h 9 месяцев назад +1

      Yes, I am looking into it.

  • @ManishSharma-of8jj
    @ManishSharma-of8jj 3 месяца назад +1

    Hi Tech Gyan, thanks for your videos. I need your quick help urgently. Plese reply. I created a Activity Plugin for "Single Activity Format" using "Skeleton Generator" plugin as you shown in the video. But when I select "Single Activity Format" page refreshes but my new activity does not appear.
    Requirement: We have few data in Excel Files which we want to import to store data in database for 1 type of course and My approach to this is that when User selects "Single Activity Format" and then "Excel Import" (mod_excelimport) mod plugin and I can create form and import file and then use its data later to view.

    • @tech_gyans
      @tech_gyans  3 месяца назад

      Thank you for your message. Let me try creating a one for you. Thanks.

  • @geeksglobal7370
    @geeksglobal7370 Год назад +1

    Created a plugin . I have to give access to this plugin for some roles as a capability. How the plugin will get displayed as capablity?

    • @tech_gyans
      @tech_gyans  Год назад +1

      A video is already there around this. Have a look at this ruclips.net/video/B7VRy3Uwr2Y/видео.html

  • @christianmiguez1379
    @christianmiguez1379 9 месяцев назад

    Is there a guide to set PHPCodesniffer for Moodle in VSC?

    • @tech_gyans
      @tech_gyans  9 месяцев назад +1

      Thank you for getting in touch. Yes, I've just created it for you. I hope this will be of assistance.
      ruclips.net/video/3Dsjz9f0KiA/видео.html
      Thanks!

    • @christianmiguez1379
      @christianmiguez1379 9 месяцев назад

      ❤️❤️❤️

  • @heetvora1711
    @heetvora1711 11 месяцев назад +1

    Can you give us the code copy whose zip you uploaded on Moodle?

    • @tech_gyans
      @tech_gyans  11 месяцев назад

      Thank you for reaching out. Code is already there at the bottom of video description. Please find it here as well.
      moodle.org/plugins/tool_pluginskel

  • @ngocson6086
    @ngocson6086 6 месяцев назад +1

    Help me please. I followed the video, but after installing the zip plug in, I couldn't access the website anymore, I received a message that the website was not safe.

    • @tech_gyans
      @tech_gyans  6 месяцев назад

      Thank you for reaching out. I guess, the plugin not installed properly due to some reason. Can you please try deleting this that directory manually?
      Probably you will found under /blocks directory. Thanks!

  • @divyaragesh9910
    @divyaragesh9910 11 месяцев назад +1

    how can I rename a plugin which I have installed from moodle plugins directory

    • @tech_gyans
      @tech_gyans  11 месяцев назад

      Renaming a plugin is as straightforward as enjoying a cup of tea.
      Navigate to the language file (located in the /lang directory of your plugin), and open the corresponding PHP file within the lang folder. Locate the text you wish to modify and substitute it with the new desired text.
      Don't forget to clear the caches after making this adjustment. Your updated string should now be visible. Thanks.

    • @divyaragesh9910
      @divyaragesh9910 11 месяцев назад +1

      I was able to do that. Thank u

    • @tech_gyans
      @tech_gyans  11 месяцев назад

      @@divyaragesh9910 welcome :) Good to know it works 👍

  • @user-pu5qk8ro6z
    @user-pu5qk8ro6z 8 месяцев назад

    Why can't I see the Manage Developer Course Toggle switch on my own interface?

    • @user-pu5qk8ro6z
      @user-pu5qk8ro6z 8 месяцев назад +1

      Never mind, I figured it out, thanks.

    • @tech_gyans
      @tech_gyans  8 месяцев назад

      @@user-pu5qk8ro6z great, thanks!