I can hide the form item in css but a interface option is more convenient to simplify the video insert form.

PS: you should add the integration with wysiwyg in the module description. not seeing that made me reject this module at first glance

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

savioret’s picture

This is an important problem.
I allow videos in all comments and content in my site. I found that some users add videos (usually videoclips or music from youtube) with the autoplay feature, usually with witdth and height 0, so the video is not visible, this way you hear some background music automatically.

Some other users find this annoying. There's an additional problem, because if you open the page using a mobile device, your 3G monthly data quota may be considerably decreased.

That's why I think that the autoplay should be a configurable option from the VideoFilter Input Formats settings, set to FALSE as default.
Another possible solution would be adding a "Add autoplay on videos" permission configurable per role.

I'm using drupal version 6.

I hope you can find a solution :)
Thanks.

savioret’s picture

Title: I don't want that my users set the video on autoplay » Disable the possibility of using autoplay feature
Version: 7.x-3.0-beta2 » 6.x-3.0-beta2
Status: Active » Patch (to be ported)
FileSize
1.42 KB

This simple patch adds an extra option to the "autplay preset" in the configuration window of the Input format settings, called "Autoplay disabled".

savioret’s picture

Version: 6.x-3.0-beta2 » 7.x-3.1
Issue summary: View changes
FileSize
806 bytes

This is the D7 version of the patch.
I hope you can consider this small feature, please.

minnur’s picture

Status: Patch (to be ported) » Needs work

I feel like this could cause confusion for some users when they try insert video with autoplay. We have to make sure if we disable Autoplay option in settings, we do that same thing on the dialog form as well (hide Autoplay option).