Debut Audio

Component type

module

Categories

Development status

Downloads

1427

Component created

Component changed

A baseline embedded audio feature.

#D7CX: For Drupal 7, Debut Audio is replaced by Debut Media.

Includes:

  • Audio content type with embedded audio field supporting multiple external providers.
  • Audio view with page listing, recent audio files block, and RSS feed.
  • Integration with Pathauto.
  • Menu item for audio landing page.
  • Context handling of breadcrumbs, active menu, and block display.
  • User permissions.

Part of the Debut features set.

Clientside Validation

Component type

module

Maintenance status

Development status

Downloads

183487

Component created

Component changed

This module adds clientside validation (aka "Ajax form validation") for all forms and webforms using jquery.validate. The included jquery.validate.js file is patched because we needed to be able to hide empty messages.

Drupal 8

Modules

clientside_validation

This is the core module, all it does is add data- attributes to the HTML
form elements. If an HTML5 attribute exists it is used as is.

Views Ignore Node Permissions

Component type

module

Categories

Development status

Downloads

1714

Component created

Component changed

In views there is no method to 'ignore permissions' when creating a view. This means that if a user doesnt have access to view a node, then they do not have access to see that node in a views list either. To circumvent this, you can use this module to ignore node permissions. This allows you to create a list of nodes and display it to anyone regardless of whether or not they can view the node. The most common use case for doing this is on a site that has "Premium Content". That is, content you dont want them to see, but that you do want them to know that you have.

BackgroundField

Component type

module

Maintenance status

Development status

Downloads

16920

Component created

Component changed

BackgroundField started as an extension of the CCK ImageField that allows a CSS selector and background attributes to be set for a content-type. This is particularly helpful for allowing your node authors to add images to a node that are integrated into the theme of the site. With the inclusion of the Image field in Drupal 7, BackgroundField was rewritten to extend that core functionality.

Debut Video

Component type

module

Categories

Development status

Downloads

1395

Component created

Component changed

A baseline embedded video feature.

#D7CX: For Drupal 7, Debut Image is replaced by Debut Media.

Includes:

  • Video content type with embedded audio field supporting multiple external providers.
  • Video view with page listing, recent video block, and RSS feed.
  • Integration with Pathauto.
  • Menu item for video landing page.
  • Context handling of breadcrumbs, active menu, and block display.
  • User permissions.

Part of the Debut features set.

Debut Image

Component type

module

Maintenance status

Development status

Downloads

1876

Component created

Component changed

A baseline image feature.

Part of the Debut features set.

#D7CX: For Drupal 7, Debut Image is replaced by Debut Media.

Includes:

  • Image content type with image field.
  • Basic set of Imagecache presets, modeled on those that ship with Drupal 7 core.
  • Image view with page listing, recent images block, and RSS feed.
  • Integration with Pathauto.
  • Menu item for images landing page.
  • Context handling of breadcrumbs, active menu, and block display.
  • User permissions.

Debut Event

Component type

module

Categories

Maintenance status

Development status

Downloads

13483

Component created

Component changed

Part of the Debut features set, Debut Event provides an event content type, calendar displays, and associated views, contexts, and Media module integration.

Like all Debut features, Debut Event can be integrated either as a stand-alone feature to quickly add event functionality to any Drupal site or as part of a Drupal distribution. Debut Event is used in the Open Outreach Drupal distribution aimed at nonprofits.

Installing

You have two options for installing Debut Event:

  • Debut Event is used in the Open Outreach Drupal distribution aimed at nonprofits, so you can install it as part of Open Outreach.
  • Install manually along with the dependencies listed below.

Includes:

  • Event content type with date field.
  • Calendar view with upcoming events block and RSS feed.
  • Event vocabulary for event types.
  • iCal support.
  • Integration with Pathauto.
  • Menu item for events calendar.
  • Context handling of breadcrumbs, active menu, and block display.
  • User permissions.
  • Includes an image field as well as a media field using the Media module.

Extended HTML

Component type

module

Maintenance status

Development status

Downloads

670

Component created

Component changed

This Module has been created with reference to project proposal for Google Summer Of Code present here http://groups.drupal.org/node/62878

This module basically aims at five major additions to the features of the Drupal 7.

1)Inclusion of new Form API Elements like Email, Search, URL, Range, Telephone, Date Picker, Time Picker, Color Picker as well as including validator functions once support is provided in major browsers.