Partners

Component type

module

Downloads

1391

Component created

Component changed

The Partners module adds two features to CCK nodereference fields.

1) Bidirectionality. A field can be set to be bidirectional with a nodereference field on another node type (or one on the same node type -- including itself). This means that when node A references node B, a reference will also be created from node B back to node A in the appropriate field. When either side of the reference is deleted, the other side is automatically deleted as well.

Overlay Gallery

Component type

module

Categories

Development status

Downloads

3187

Component created

Component changed

The Overlay Gallery module mainly consists of some javascript to display a gallery as an overlay. The outcome looks similar to what Lightbox and consort do but rather than only showing single pictures, this module shows the entire gallery in an overlay.

Simplify Node Add

Component type

module

Maintenance status

Development status

Downloads

4368

Component created

Component changed

This module can be used for simplifying the forms used to add and edit nodes. With this module you can define which fields to show to a user.

Newly added is the hook you can use to custom add fields that this module uses. You can use hook_simplify_node_add_gettypes().

Url Unpublish

Component type

module

Categories

Maintenance status

Development status

Downloads

3115

Component created

Component changed

This module allows users to unpublish content using a url placed anywhere in a Drupal site

Basically all you have to do the following:

To unpublish a node whose nid is 15 use the following code:

<a href="<?php print base_path().'url_unpublish/15';?>">Unpublish Node</a>

You will be redirected to an unpublish confirmation page, and once you click unpublish the node will be unpublished

You can use the code in your views, blocks or any part of the site

i18n Auto Draft

Component type

module

Downloads

465

Component created

Component changed

This module has MOVED. Please go here:
http://drupal.org/project/i18n_auto

If you are using this module already, fear not. It can be safely uninstalled and i18n Auto Translate can be installed in its place. There are no side-effects and at the moment the code of the two modules is *identical*, so do it now while i18n Auto Translate is still at 6.x-2.0:
http://ftp.drupal.org/files/projects/i18n_auto-6.x-2.0.tar.gz

Evaluation API

Component type

module

Downloads

1335

Component created

Component changed

The Eval API module provides an API for other modules to utilize that facilitates the adding of arbitrary criteria to content types and nodes that can be evaluated as seen fit by the implementing module. Put simply, nodes can be given a set of arbitrary criteria that can be evaluated for a given purpose. Other modules can use these criteria and the evaluated results however they see fit.

Also included is the Evaluation API Example module, which creates a new a content type for demonstrating how to use the Evaluation API.

Modal Frame CCK Editor

Component type

module

Maintenance status

Development status

Downloads

3983

Component created

Component changed

Overview

Opens edit forms for selected CCK fields or field groups in modal frames from the node view.

This module is pretty similar in concept as the Popups: Subedit module. However, it's based on the Modal Frame API, meaning the forms are rendered within iframes, therefore these forms do not alter the DOM of the parent page, and provide full support for advanced editing features such as WYSIWYG editors, File uploads, CCK buttons to add more items, Multigroups, etc.

Node Update from Url

Component type

module

Categories

Maintenance status

Development status

Downloads

2533

Component created

Component changed

This module allows users to assign values to node fields through url parameters and saves the node automatically without going through the node editing form

It works in the following manner: