Node to block

Component type

module

Maintenance status

Development status

Downloads

573

Component created

Component changed

Summary

This module allows the editors to create block from the nodes.

Features

Custom view mode

The module adds a new view mode to the node entity called "Node to block" to easy separation from the other view modes.

Remove title in the created view mode

The block title is the node title, so the module removes node title in "Node to block" view mode to keep out of title duplicates.

Configurable node form

You can set that the block form will be shown on the node form or not, and you can set the default view mode too.

Popup field group

Component type

module

Maintenance status

Development status

Downloads

13924

Component created

Component changed

Extends Field group with an option for a Popup field group. This will render a link which, when clicked, shows all of its children in a simple position: fixed popup.

This module does not mess around with the structure of the form or the DOM particularly. Rather the children of the group are surrounded in a <div>, which is then styled as a very simple position-fixed popup.

A button is then rendered on the form which toggles the popup open/closed. The label of the button is configurable.

OSF for Drupal

Component type

module

Maintenance status

Development status

Downloads

3745

Component created

Component changed

Introduction

The Open Semantic Framework (OSF) for Drupal is a middleware layer that allows structured data (RDF) and associated vocabularies (ontologies) to "drive" tailored tools and data displays within Drupal. The basic OSF for Drupal modules provide two types of capabilities. First, there are a series of connector modules such as OSF Entities, OSF SearchAPI, OSF Field Storage and OSF Views to integrate an OSF instance into Drupal's core APIs. Second, there is a series of module tools used to administer all of these capabilities.

Poll Panels

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Info

This package is meant to be a set of small add-ons that provide useful functionalities for better integration of polls and panels. Following functionalities have been added so far:

  • Custom content pane that prints the poll form or the poll result depending on the poll state.

Feature requests

More functionalities are likely to be added. If you have an idea what we should add, please open an issue..

Credits

- This module was sponsored by Amazee Labs

Nodequeue Taxonomy Add

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides the ability to add nodes into nodequeues automatically when the node has a certain taxonomy term in one of its taxonomy reference field.

The configuration is very easy.

1. Go to the nodequeue.
2. Under the NODEQUEUE TAXONOMY field set, select the vocabulary and then taxonomy term.

http://snag.gy/brfsv.jpg

Once this configuration is set, any new content with that term will be added to the nodequeue

Migrate Block

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will bring your blocks and associated configuration into a D7 site from a D6 site. It will also migrate nodeblocks into regular D7 blocks.

On the new site your blocks will be placed in the same region, with the same visibility settings, as where the block was before.

To setup the migration you will need to set a source theme from the old system and a destination theme on the new system. From there you will be required to match the block regions.

It also supports the following sub-modules: block_access, block_class, and i18n_block.