Views Arguments Extras

Component type

module

Categories

Maintenance status

Development status

Downloads

15597

Component created

Component changed

This module contains a group of view handlers and plugins that add the following options.

Argument Default Current Node CCK

allows for cck field values of the current node to be loaded as default arguments

Argument Default Request Params

allows for get and post params as default values

Argument Order Sort

a sort handler, that allows for the order of items to be based on their order in a multi-value argument

NAT-ng (Node Auto Term)

Component type

module

Maintenance status

Development status

Downloads

2448

Component created

Component changed

Project Status

At this moment original NAT module is in good condition, so there is no reason to duplicate work and thus it is recommended you will use NAT module instead.

Info

NAT-ng comes from NAT module, a helper module used to maintain node-term relationships, i.e. when a node is created a taxonomy term is created automatically using its title and body in any associated vocabularies. This module also attempts to preserve hierarchical relationships where possible.

Managesite

Component type

module

Maintenance status

Development status

Downloads

1833

Component created

Component changed

This module provides a way to build a control panel similar to the one provided by Drupal on the admin zone (/admin).

You can create a number of different panels and assign them to roles.

In this panel you can create regions and insert any menu item from the menu trees.

It also provides a hook to create custom blocks. The module provides two example blocks.

There are also a couple of default views that are linked from one of the default blocks that allows to do simple management tasks with contents.

Toolbar

Component type

module

Maintenance status

Development status

Downloads

11321

Component created

Component changed

Setup and display to user toolbar style navigation menu (on top of page by default). A toolbar is set of shortcuts (link items) configured by the site administrator (or users with "administer toolbar" permission).

This module is not a backport of the D7 Toolbar Module, it takes the original idea and implements the shortcut feature. This module has been inspired and takes some ideas from Admin and Admin menu modules.

Features

  • Create and manage toolbars and shortcuts,
  • Set toolbar per role,
  • Set toolbar per user,
  • Show help for the page where the shortcut points (based on path),
  • Users can select toolbar ("select toolbar" permission),
  • Import/Export toolbars.
  • Features package

CameraField

Component type

module

Maintenance status

Development status

Downloads

1289

Component created

Component changed

CameraField provides an camera field type for CCK. This new CCK field is for capturing images from webcam. Captured images are displayed as thumbnails linked to original image. This module is based on Mugshot module.

iCal

Component type

module

Maintenance status

Development status

Downloads

2690

Component created

Component changed

This is a suite of modules to provide robust iCal integration for Drupal. It has a number of dependencies:

CLI Daemon

Component type

module

Maintenance status

Development status

Downloads

2593

Component created

Component changed

This module provides a really fast, secure and stable, lightweight CLI Daemon. This daemon exposes a simple hook in order for module to run actions using it.

Features

  • Clean usage of pcntl_* extension, with SIG handling.
  • Lightweight, it does bootstrap a Drupal in child processes in order to let modules benefits from hook_init(), hook_exit(), and a clean environment.
  • Is able to run job_queue jobs, and Drupal cron if no other module has been run.
  • Provide a Drush integration.
  • The CLI Daemon can be run and killed by site administrator from the Drupal administration.
  • Proceed implementing module list pragmatically, run the first found and dies after remembering where is its module pointer within the module list.