Thank you, sir This playlist has a lot for understanding the basic structure of moodle
@ΦώτηςΤσιούμας-κ2μ3 жыл бұрын
This tutorial is very helpful! Thank you very much!
@alissonfelipe36214 жыл бұрын
Best moodle course (only need to try VScode) I wanna to be like you someday, thanks
@moodletips4 жыл бұрын
VScode is great too, glad you like the course and thank you!
@ЮрийЛипко2 жыл бұрын
Can you help me? I'm trying coding with your video and stoped in adding string with my block name in Plugin menu. It's not showing there! I'm searched moodle docs and don't find answer.
@moodletips2 жыл бұрын
Do you see your block in the menu just without your name? Or it doesn't show up at all? If the name is just wrong it could be caching the old string, try purging caches as well. A good practise with many moodle issues
@ЮрийЛипко2 жыл бұрын
@@moodletips Oh, i don't see my block name all time, but name in method is correct
@wahyusas993 жыл бұрын
What VScode extension do you use ?
@moodletips3 жыл бұрын
I use vanilla phpstorm, has more stuff out of the box than vscode. Check out my set up video kzbin.info/www/bejne/mnLVdWunmtaHiM0
@wahyusas993 жыл бұрын
@@moodletips Great. Downloaded already and love it
@wahyusas993 жыл бұрын
Now the phpstorm early program is closed. I downloaded the 30 days trial version eventually. BTW, do you know how to show block configurable report in add new block menu ? I did some changes sometimes ago in some options in "Site Administration" -> "Users"->'Define Roles"->"Authenticated User" but I didn't notice that the impact is now there is no "Configurable Report block" option in add new block menu. I still have it in my administrator menu but I don't have options "Configurable Report block" if I want to add a new block for a teacher or other user.
@latinoboy1003 жыл бұрын
Hi, very nice tutorial. I have a question, how can i add buttons with actions or html table in the settings.php page. Is this possible?
@z96073 жыл бұрын
I would like to mention something that you taught us in the video 2/5 of the developer intro series. The settings.php file should have this line of code at the start of the file: "defined('MOODLE_INTERNAL') || die;", since this is a configuration file and it does not echo HTML code.
@moodletips3 жыл бұрын
You are right, we should have one in there!
@varunkumarmachipeddi19783 жыл бұрын
sir i have project in my college to display the teacher wise course details and show them can you give some ideas on it