Developers

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

Auto Play Video

Forums: 

Hi,

I am trying to make intercative vdeo to play automaticaly when my moodle activity page load. I tried the below code in my custom.js file. But it seems to be not working. Any help appreciated.

(function ($) {
    $(document).ready(function () {
        $('.h5p-control').trigger("click");
    })
})(H5P.jQuery);

 

Bug in upgrading library (drupal)

Forums: 

When I try to upgrade old content instances to the newer library versions, the system keeps loading and doesn't upgrade a single instance. 

When I try to open an instance that's made with the old library, it doesn't appear anymore. This happens with 'course presentation' and 'single choice set'.

When I make a new instance it works perfectly with the new library.

Can somebody help me? Thanks in advance!

Pages