Samenodeinblock

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide a block to display same node in specific view mode in same page.

Useful when you want display some parts of current node in a block.

Field Chuck

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Example of a custom field that stores Chuck Norris jokes.

I created this module to provide another example because the field_example, included in the Examples module, only stores one field value in the database. In this example you can store two values, the joke id (numeric) and the joke (text).

Diffbot

Component type

module

Maintenance status

Development status

Component created

Component changed


What is it?

This module integrates Drupal with the Diffbot API Web-Service. The web
service allows extract clean article text from news article web pages.

INSTALLATION

1) Place this module directory into your Drupal modules directory.

2) Enable the Diffbot, and Diffbot API module in Drupal, at:
administration -> site configuration -> modules (admin/build/modules)

Scald: Gallery

Component type

module

Categories

Maintenance status

Development status

Downloads

14135

Component created

Component changed

Scald Gallery is a gallery provider for Scald.

Requires Scald version 1.2 or newer.

There is a bundled scald_galleria module that provides a Galleria player. The latest Galleria library requires jQuery 1.7+. If you use the stock jQuery 1.4, please download an older version, like Galleria 1.2.9.

DaCast Streaming as a Service Integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

DaCast Video Module for Drupal

The DaCast Streaming as a Service video platform allows broadcasters to offer live and on demand streaming content directly to their website, through using a robust CDN (Content Delivery Network) and optional, integrated monetization features, including Pay Per View and Subscriptions. The video platform gives business and website owners total control of their online video through a white label platform, easy site integration and advanced restriction and protection features to secure content.

Multifield

Component type

module

Categories

Maintenance status

Development status

Downloads

41906

Component created

Component changed

This project seeks to provide a true compound field solution for Drupal 7. As much as I love Field collection, it still has to save actual entities, and can cause performance problems due to having to load all the referenced field collection entities on node, or parent entity load.

View the demo preview on YouTube

Limitations

  • The sub-fields inside the multifield are limited to one value. You can have a multiple value multifield, but the individual fields in in the multifield can only have one value.
  • You cannot have a multifield inside another multifield.
  • I've tried to test this with all the core field types, but more advanced fields may cause issues. I haven't run into any yet, but just be aware and test what you want to use.
  • I will be the first to admit, this solution is doing all kinds of unholy things to Drupal's field and entity APIs, so there may be unexpected dragons laying around that I haven't discovered.

Known issues

Recommended Modules

  • Multiple Value Widget: Improves the UI for managing complex multiple-value field widgets by using jQuery UI tabs.

Comparison to similar modules

  • Composed Field: Stores field values as serialized data. Hard to expose sub-fields in Views, Search API, etc.
  • Field Collection or ECK + Inline Entity Form: Stores field values as a reference to a sub-entity which contains the actual sub-field values. Adds additional layers of entities and fields.