Media: PBS

Component type

module

Maintenance status

Development status

Downloads

1079

Component created

Component changed

The Media: PBS module allows administrators to easily embed PBS videos into their site. Harnessing the power of Embedded Media Field for Drupal 6, it allows editors to simply past the URL or embed code of the desired video into a field, which will automatically parse and display the video according to its predetermined settings.

Node Connect

Component type

module

Maintenance status

Development status

Downloads

22637

Component created

Component changed

Node Connect expands the node reference (of the references project) auto-complete field by adding a add new content and edit current content button.

The add a new button will all a new node to be added via a node add form and then return the user to the original form.

The edit button will take the user to the edit form of the referenced node, and return them when they are done editing.

Block2Field

Component type

module

Downloads

2349

Component created

Component changed

A simple module to show blocks in a field. It can take any block and put it inside a node. This makes it easier to put relevant content before or after the node body and before the comments. This allows some theming that couldn't be done if the blocks are outside of a node, e.g. float.

Technically this module is just a text field formatter. It'll invoke the corresponding blocks specified in the text field and output. If the block is a Views block, arguments can be passed too!

Podgroups

Component type

module

Maintenance status

Development status

Downloads

251

Component created

Component changed

Podgroups is a CCK group type that allows content creators to define nested tree data structures comprised of instances of the defined podgroups. Depending on the configuration options selected in the podgroup, content creators can place these nested structures in regions defined in the theme.

Safeword

Component type

module

Maintenance status

Development status

Downloads

25186

Component created

Component changed

It's often useful to provide two versions of a given string: one that's intended for human viewing and another that's intended for use in database queries, URLs, and so on.

In Drupal, this is generally known as a 'Name' and 'Machine name' pair. Drupal 7 even provides a prefab FormAPI element to simplify the process of entering these matched pairs.

Safeword exposes a custom FieldAPI field type that stores two strings using the name/machine name approach. It can be useful when generating PathAuto aliases, exposing Views arguments, and so on.

FileField Sources Disable Upload

Component type

module

Maintenance status

Development status

Downloads

1887

Component created

Component changed

As suggested in #879902: Disable upload widget for special cases, in some cases it's necessary to disable the upload widget in file fields—for example, to force users to upload using a certain content type and just reference files from a different content type. This module allows just that. It's still a bit rough around the edges, but it works.

FileField Sources Reference Options

Component type

module

Maintenance status

Development status

Downloads

1941

Component created

Component changed

This module is an extension of FileField Sources and adds the functionality described in #730578: Options for Autocomplete (restrict file list). It modifies the official Autocomplete Reference options, adding the ability to restrict the files retrieved by the autocomplete field using a view.