HTML5 SimplePlayer

Component type

module

Categories

Maintenance status

Development status

Downloads

864

Component created

Component changed

Right now, this is just a simple player to support the HTML5 Audio and Video Tags.

I recommend adding the Font Awesome Module. If you don't have it, I added some reasonable but "not awesome" defaults.

The real intention is for you to use your own CSS, but I have some included "themes"

This is my first actual semi-public module. Please be gentle with criticism. :)

There is a README.md with some more details.

If you want to see it in action:

Workflow Hide Fields

Component type

module

Maintenance status

Development status

Component created

Component changed

Workflow Hide Fields is an addon to the workflow module. It allows to:
- Set specific fields to edit only on creation.
- Once created, only users with a given ("supervisor") role can edit it.
- The "supervisor" user selects a responsible (one of a list from a given field).
- Once a responsible is set, only he or she can edit, until the workflow reaches given "prefinal" states.
- Once the workflow reaches some "prefinal" state, only the author can edit it, rating it and finishing it.

Forbidden File Format

Component type

module

Maintenance status

Development status

Downloads

2024

Component created

Component changed

Provides setting for the file upload fields, which allows to upload all types of files except of specified.

For example you can deny to upload files with types js, exe, bat, com but all other types of files will be allowed for upload.

It can be useful if you want to give some freedom for users who want to upload something, but protect users who want to download something from dangerous files.

Spain field phone

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a Spain phone field type

Features:

Validation of phone numbers for Spain.

Dependencies:

  • Drupal 7 1.x version: Field.

Coordinates picker

Component type

module

Categories

Maintenance status

Development status

Downloads

325

Component created

Component changed

This is a very simple module to help end users to select coordinates (latitude / longitude), by dragging a marker on a google map.

The heavy javascript work is handled by the jquery-locationpicker-plugin, which is a requirement for this module.

Currently this is implemented only for geofield field types, when using the Lat/Lon widget to input the data. Patches to extend this are welcome :)