Moodle theme tutorial 1/4 - Create a child theme based off boost

  Рет қаралды 22,577

Moodle Tips

Moodle Tips

Күн бұрын

Пікірлер: 40
@md.rummanislamnur3002
@md.rummanislamnur3002 4 жыл бұрын
The best tutorial I've ever seen. Please don't stop. Expect a full video series on theme or plugin development.
@rotioN
@rotioN 4 жыл бұрын
very true, I like this chill explanation :D I've seen really horrible people on KZbin trying to explain moodle development.. argh, I'm glad about finding Moodle tips
@EmersonCabrera
@EmersonCabrera 4 жыл бұрын
Thanks a lot! This tutorial is the best! Regards from Colombia!
@youssefboobe4417
@youssefboobe4417 4 жыл бұрын
thank you and all the best
@santoshk39
@santoshk39 4 жыл бұрын
thank you
@techh4ck936
@techh4ck936 2 ай бұрын
💯💯 worth 2024
@mohammedalhabib4446
@mohammedalhabib4446 3 жыл бұрын
Big like for this guy
@Magistrado1914
@Magistrado1914 4 жыл бұрын
Excellent course 27/07/2020
@AdRiiANerX
@AdRiiANerX 2 жыл бұрын
Thanks for your help
@mcramirez
@mcramirez 4 жыл бұрын
Hello. thanks for your tutorial. What's the name for IDE code editor are you using?. Thanks in advance.
@rotioN
@rotioN 4 жыл бұрын
The IDE is called: PHPstorm He's saying that we can get an Early Access Version of it for free. See @ kzbin.info/www/bejne/mnLVdWunmtaHiM0
@HAIstudios
@HAIstudios 2 жыл бұрын
I have problem after running php admin/cli/upgrade.php : "!!! Error: database driver problem detected The site administrator should verify server configurationPHP has not been properly configured with the MySQLi extension for it to communicate with MySQL. Please check your php.ini file or recompile PHP. !!!" In the php.ini file I have omitted the ; at extension=mysqli. But still can't. Can you help me?
@moodletips
@moodletips 2 жыл бұрын
Make sure to restart Apache. Also make sure that you've installed the php-mysql extension for your php version in use by apache. Running php -m should list the module for mysql. Also try the other cli script for environment checks which will list out all other issues. Let me know if still having trouble, it can be tricky!
@HAIstudios
@HAIstudios 2 жыл бұрын
@@moodletips i have restarted apache. And used "php -m" and only found Modules mysqlnd. But I don't have any other Modules related to mysql. What should I do next? (I use windows operating system)
@HAIstudios
@HAIstudios 2 жыл бұрын
@@moodletips Thanks. I've added absolute paths in php.ini configuration. It worked.
@moodletips
@moodletips 2 жыл бұрын
@@HAIstudios Great to hear, that's a tricky one to figure out
@learningwithpeal8415
@learningwithpeal8415 Жыл бұрын
@@HAIstudios hello i cant understand the solution and i am also facing the same problem..can you help me?
@dokturaka5661
@dokturaka5661 4 жыл бұрын
best best best. exelent
@kielblock
@kielblock 3 жыл бұрын
Thanks a lot, your videos is really helpful. I was wondering is it possible to create a child theme from another theme that is all ready a child theme of boost, like Moove?
@moodletips
@moodletips 3 жыл бұрын
Yes I beleive you can and they'll just inherit from each parent. Thanks for checking out the videos!
@unit60s
@unit60s 3 жыл бұрын
Which software are you using to create and edit the files?
@moodletips
@moodletips 3 жыл бұрын
Thanks for watching :) I use phpstorm, you can check out my set up video kzbin.info/www/bejne/mnLVdWunmtaHiM0
@zZ-Wipeout-Zz
@zZ-Wipeout-Zz 2 жыл бұрын
was going well untiil updating via the terminal. might have been "quicker" for you but definately didn't save me any time and you also opend moodle to show updates, but when i done it i got nothing.. no idea how to run the upgrade script in the phpstorm terminal because it doesn't like $php or php or anything remotely to what you put in :(. the documentation also doesn't help i started again and followed it through and still no new themes show up.. after a few hours of messing around i finally got it to work.
@moodletips
@moodletips 2 жыл бұрын
It can definitely be tricky, some of the worst problems I've had in web dev is when simply nothing happens and it's supposed to.. Did you get the command line to work too?
@zZ-Wipeout-Zz
@zZ-Wipeout-Zz 2 жыл бұрын
@@moodletips no, i ended up duplicating a existing theme, and removing all the extra files, then going through the steps again
@vahaggrigoruyan7228
@vahaggrigoruyan7228 3 жыл бұрын
best
@alastairleith249
@alastairleith249 2 жыл бұрын
What text editor are you using?
@moodletips
@moodletips 2 жыл бұрын
It's phpstorm, there's a bit more info here kzbin.info/www/bejne/mnLVdWunmtaHiM0
@mohammedalhabib4446
@mohammedalhabib4446 3 жыл бұрын
How can I upgrade any theme to be compatible with Moodle3.10);
@moodletips
@moodletips 3 жыл бұрын
Most themes should already be compatible unless they're very old. I would just install it and test it. The best would be if the theme has tests
@jaliyaat321
@jaliyaat321 8 ай бұрын
Always shows [[pluginname]] why is that pls help me
@moodletips
@moodletips 8 ай бұрын
It's probably because you need to clear moodle caches, the lang strings are pretty heavily cached. Otherwise you might have the language file incorrectly named - plugin/lang/en/XXX.php - it needs to be in the exact right location with the right name for Moodle to find it. moodledev.io/general/development/policies/codingstyle/frankenstyle#language-files
@jaliyaat321
@jaliyaat321 8 ай бұрын
@@moodletips Thank you vary much for the instructions ...
@ericowens3023
@ericowens3023 10 ай бұрын
Cash not Case-sh
@ivanfirmansyah9771
@ivanfirmansyah9771 4 жыл бұрын
Hi, i was wondering how to run the php admin/cli/upgrade.php syntax in the terminal. Im using vscode on windows 10, i installed the moodle and mysql on xampp. Any help would be appreciated
@swish1234567890
@swish1234567890 4 жыл бұрын
you will need to find the right directory where all your files and folders are. in xampp that can be tricky to find, usually on windows they're at "C:\xampp\htdocs" something like that
@rotioN
@rotioN 4 жыл бұрын
Web Data Folder, which loads PHP files @ C:\xampp\htdocs ... on Webbrowser its: localhost PHP files @ C:\xampp\php You can access your database via localhost/phpmyadmin on your Webbrowser
@rotioN
@rotioN 4 жыл бұрын
To your question Ivan Firmansyah: If you dont use the IDE you need to open the XAMPP Control Panel then hit the "Shell" Button and navigate to your folder with the command on the Shell: cd htdocs/moodle after that you can type in: php admin/cli/upgrade.php
@ivanfirmansyah9771
@ivanfirmansyah9771 4 жыл бұрын
it shows "php warning: module 'intl' already loaded in unknown on line 0". But nevermind though, i'll just use the long-way upgrade. Thanks a lot for your responses :) @kristian r @rotioNN
@rotioN
@rotioN 4 жыл бұрын
@@ivanfirmansyah9771 To navigate to the PHP.ini, Open your XAMPP Control Panel and then Press the Button "Config" by the Module "Apache". After that you should find the "php.ini" File. To fix this problem, you must edit your php.ini file and comment-out the extensions that are already compiled-in. For example, after editing, your ini file may look like the lines below: ;extension=intl I'm not sure if you know this already but for security I'm advicing this: the semicolon means that it is commented out. If this doesn't help then you should contact me on KZbin and message me your Discord name or something similar like Steam to communicate instantly.
How to install and customize a Moodle theme [Part 1][Step by Step]
34:40
ELearning Portal
Рет қаралды 13 М.
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН
Girl, dig gently, or it will leak out soon.#funny #cute #comedy
00:17
Funny daughter's daily life
Рет қаралды 48 МЛН
Moodle Tutorial: Designing the look and feel of your course page
8:16
CELT TV - Learning, Teaching and EdTech
Рет қаралды 21 М.
Develop a Moodle plugin from scratch #plugins #moodle #lms
26:32
The 5 Best Free Moodle plugins of 2021
8:10
Educraft
Рет қаралды 29 М.
No, Einstein Didn’t Solve the Biggest Problem in Physics
8:04
Sabine Hossenfelder
Рет қаралды 296 М.
Moodle theme tutorial 3/4 -   How to override a template in Moodle
12:03
Moodle 2019-Make your design and layout more professional #moodle2019 #designinMoodle
9:42
Russell Stannard (Teacher Training Videos)
Рет қаралды 80 М.
Moodle Tutorial | Customize your Moodle Homepage
9:50
Teacher & Student
Рет қаралды 36 М.