Daily Lessons

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Daily Lesson creates lessons from content type and email its nodes to subscribed users. Unlike the newsletter service, when any new user subscribed for the service, lesson always starts from the beginning.

Adaptable payments

Component type

module

Maintenance status

Development status

Component created

Component changed

Note: This module is in early stages of development and is not recommended
for production use. Feel free to try it out and report bugs or ideas in the issue queue.

Adaptable payments aims to assist site builders with charging for system events.
Some possible use cases are:

YouTube Channel Block

Component type

module

Categories

Maintenance status

Development status

Downloads

3501

Component created

Component changed

Overview

Provides a block with the latest videos from your YouTube channel.

Features

This simple module creates a block with a list of the latest videos posted on its YouTube channel.

Documentation

The only configuration required is your username on YouTube.
Visit the page "admin/config/ds_ytchannel/config" and enter the user name as it appears in the url of youtube.
eg.

https://www.youtube.com/user/ MyUserName

Social Content

Component type

module

Maintenance status

Development status

Downloads

9039

Component created

Component changed

This enables content from social media websites to be imported as nodes.

Content can be pulled from the following sites:

Twitter
Tweets can be pulled from user accounts and hashtags. OAuth module is required.

Instagram
Instagram posts can be pulled from user accounts and hashtags.

Facebook
Facebook posts can be pulled from Facebook pages.

Youtube
Youtube videos from channels can be imported.

Filefield Sources Resumable.js

Component type

module

Maintenance status

Development status

Component created

Component changed

Integrates the fault tolerant upload library resumable.js with filefield sources.

currently the upload is working, but only saving the file to the hardcoded /tmp/temp folder. the destination folder for the temporary chunks should be a setting, as well as the time the not completed chunks should be kept on the server ( and removed on cron) the completed file should be saved to the destination stored with the field.

after the upload the js to populate the filefield is not working.

Script Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1548

Component created

Component changed

A field type and formatter that lets users add scripts from a safe source to a particular node.

Adds a field type "Script", a widget "Script Field" and a formatter "Attached External Script" that let a site builder define fields for including custom scripts from trusted sources.

It's possible to set a base url and valid extensions, and the field will attach scripts or css files to the node when displayed.

Webform Results Access

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

You may add a User Reference or Entity Reference field to a content type which is enabled as Webform with the id "webform_results_access". All users referenced in this field get additional results access for the current node.

The module was originally developed by Tyler Frankenstein, but has been packaged and improved by Plepe
http://tylerfrankenstein.com/code/drupal-webform-submission-results-user...