Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Unable to change colours in branching scenarios

Forums: 

Hello, 

I am not an IT but an NGO worker creating online training using Learn Dash and H5P as interactive parts. My e-learning sits on the wordpress website which was done by developers and has a custom theme created. 

For the most part H5P mimics the fonts/colours of the theme. Text is #1C5B4A and background is #F1E6CB or #FCFAF5. 

 

I have tried the following solutions (with chatgpt instructions): 

Moodle 4.3 activity page shows H5p Frameworks not installed

Forums: 

getting error while updating library as h5p library is not installed 

error/admin/sectionerror Jump to:navigation, search The error means that a new admin page 'foo' (the one you're developing right now) is not registered with the Admin menu. It is triggered with the call: admin_externalpage_setup('foo'); The solution is to add a reference to the page in the appropriate file in admin/settings/XXX.php. Something like: $ADMIN->add("parent_section", new admin_externalpage('foo', "Foo Admin Component", "$CFG->wwwroot/$CFG->admin/foo.php"));

H5P basics tutorial

Forums: 

I have spent a long time trying to figure out some basics about creating and packaging H5P content, and while some tutorials and official guides were detailed, I believe I would have benefitted from a few things being stated more clearly. I have written a short guide and wanted to share it and ask for feedback, so that I could correct and update it before sharing it further. I was/am a complete novice, so the guide covers some very basic things, like different types of h5p packages, correct syntax and getting access to zip command on windows.

Pages