GlobalNode

Component type

module

Downloads

1390

Component created

Component changed

Adds a nodeapi hook that adds the variable $GLOBALS['globalnode'] containing attributes for a given node. Which attributes are displayed is determined in the GlobalNode settings.

Multiforms

Component type

module

Categories

Maintenance status

Development status

Downloads

20616

Component created

Component changed

V6 Note: If you are updating your Drupal 6 dev version, disable then enable the Multiforms Admin module so Drupal can find newly added theme functions.

Content Blocker

Component type

module

Maintenance status

Development status

Downloads

1740

Component created

Component changed

Content Blocker enables users to block the content they see according to various parameters. Current implementations are for blocking by user and blocking by leech feed. So like on some social networking sites, users can say "I don't want to see any content by User X."

Mailsave

Component type

module

Categories

Downloads

10064

Component created

Component changed

Mailsave is a module that is designed to interact with mailhandler. It will detach files that are emailed to the site and save them with the node. It can also interact with other modules such as image, to provide functions like automatic conversion of nodes to image nodes. This can be used to allow posting of pictures from devices like mobile phones.

Person node

Component type

module

Categories

Maintenance status

Development status

Downloads

452

Component created

Component changed

I have been informed that modules such as my vision for this one are not desired and will change my designs to monolithic modules.

Allows creating and administering nodes of a type called 'person'. This type of node holds data that describe a human person like: first, last and middle name. The content type provide some basic fields but you can use CCK to customize as you like the person node.

Map api

Component type

module

Downloads

1355

Component created

Component changed

MapAPI module is a helper module for the upcoming Map module. By itself, MapAPI doesn't do anything.

The motivation behind this module was to create a game that is powered by Drupal core. The first step in our work is to release flexible API that can allow us to build that game; MapAPI is part of it.

MapAPI allows you to create game maps based on coordinates. each map can contain arbitrary number of tiles and each tile can contain any number of content items.

Node Blaster

Component type

module

Maintenance status

Development status

Downloads

655

Component created

Component changed

This module create a new content type called node blaster. This can be added with title and description and more option becomes available on edit page where user can add node blaster content. This enables user to add series of content to be sent on a specified interval. User can select which day #node to be sent. This create a url that can be used for public.

This creates html form that can be used for signup. You can also add which url user will be redirected after signup. This code can be used on other site for signup process.

Universal Link Filter

Component type

module

Downloads

753

Component created

Component changed

Google Summer of Code 2007

A package of modules to restructure the link filtering thus implement the auto-completion of links through AJAX.

The project, when all the options are selected, will enable the user to complete the links dynamically, with the use of the background architecture it will be done in a structured way, thus further extensions and configurations for personal preferences will be made effortless.

The package contain the following modules currently
+ ulink.module - main skeleton module
- ulink_image.module - Image Extension : Provides image rendering support for intern links
- ulink_gallery.module - Image Gallery Extension : displays the images in a directory as an album

+ uauto.module - an addon to uLink
- uauto_dirsearch.module - Directory Search Extension : Enable search for local files even if there is no entry in the files table in database.