Youtube parser

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A youtube parser is a small utility that
use The YouTube Data API to search for YouTube videos and retrieve
media data.
Rather, youtube parser allows to get
information about youtube video in PHP array format from http://gdata.youtube.com/feeds/api/videos/%video_key% .
youtube_parser_get_array($youtube_key)

Having the PHP array module provides:

Online Booking Tool

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This extension is for creating an appointment tool for your website.
The intention for this tool was to be used on a project management website.
Once a project is made, you can use this tool to add a new appointment.
With it you can select the date and time and see if it's available.

This is also a very useful tool on company websites where clients need to schedule an appointment and see if the hour that they are available is suitable.

See the demo website for an example of what this extension is used for.

Sassy System Stream Wrapper

Component type

module

Maintenance status

Development status

Downloads

581

Component created

Component changed

Sassy System Stream Wrapper provides a function to call to create a SASS partial to be imported with functions to be called to get paths to modules, themes, and if Libraries API module is enabled, libraries.

Feeds Node Helper

Component type

module

Maintenance status

Development status

Downloads

32862

Component created

Component changed

Feeds Node Helper is a collection of useful Feeds Import targets and Tampers. This is how book content can be imported and exported between Drupal sites. It provides helpers for the following:

  • UUIDs
  • Book parent based UUIDs
  • Book Weights
  • Node Types (by default Feeds just maps to 1 type, this allows multiple)

This also adds two Transformations to Feeds Tampers:

Expose User Email

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Expose User Email exposes the user email as a field on the account Manage
Display tab (admin/config/people/accounts/display).

The email is exposed only to users that were granted the permission "View
user email addresses".

This module implements the theme `user_email` which modules may overwrite to
change the way the email is displayed.

Sponsors

Module sponsored by JoyGroup and MX Consulting

SVG Image Map

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SVG Image Map is a module developed for Drupal 7 with the scope of generating HTML image map markup from an SVG image map like the one's found here: http://en.wikipedia.org/wiki/Wikipedia:Blank_maps .

The markup is generated at the url 'svg_image_map' , where the svg has to be uploaded, the width and height of the resulting image map have to be set, and the markup is generated ( just the tags actually).

Remote Editor

Component type

module

Maintenance status

Development status

Component created

Component changed

Edit Content on Your site using Editors on Remote server
Currently Supported Editors:

  1. TinyMCE
  2. CKEditor
  3. Color Picker
  4. Address Picker
  5. Date Picker

Roadmap:

  1. Support to other editors like Keypad
  2. Passing Options/Settings to editors
  3. Releasing the Editors on github

Code mostly taken from Image Editor module