Image Overlay

Component type

module

Downloads

4917

Component created

Component changed

Lets users "draw" shapes on top of images with canvas & Jquery UI, and save the result as an image node. Currently supports:

  1. Polygons
  • Circle
  • Triangle (1 type)
  • Positively sloped line
  • Rectangle
  • Simple arrow
  • Text, with configurable fonts & sizes
  • "Symbols" - images configured by administer
  • Freehand - a continous line drawn by the user
  • Enhanced Nodereference Autocomplete Widget

    Component type

    module

    Downloads

    3161

    Component created

    Component changed

    This module provides a new widget for the nodereference CCK field type.

    Features

    • Single autocomplete input for nodereference field with multiple values
    • Works similarly to taxonomy's free-tagging autocomplete (comma-separated)

    Credits

    This module was created by Josh Benner.

    The 6.x branch is maintained by dixon_ from NodeOne.

    Node factory

    Component type

    module

    Maintenance status

    Development status

    Downloads

    3001

    Component created

    Component changed

    This module is no longer maintained

    Ever wanted to create nodes on the fly? This module provides functionality to do this.

    With this module you can write code like this to produce a node.

    // my_nodetype must be an existing nodetype
    $edit = node_factory_create_node( 'my_nodetype');
    
    node_factory_set_value( $edit, 'title', 'my value');
    node_factory_set_value( $edit, 'field_node_ref', 123);
    node_factory_set_value( $edit 'uid', 321);
    node_factory_save_node( $edit);
    

    Yet Another Gallery Module

    Component type

    module

    Development status

    Downloads

    1218

    Component created

    Component changed

    This module is still under heavy development, use at your own risk.
    Why write something that's a "do it all" instead of integrating few popular modules all in together to bring you both functionality and customization?

    This module conflicts with image module.

    The following modules are required:

    This Day in History

    Component type

    module

    Categories

    Maintenance status

    Development status

    Downloads

    4899

    Component created

    Component changed

    This module displays events occurring on this day in history. For example, if today was January 6th the birth of Joan of Arc (born January 6, 1412) might be displayed.

    This Day in History module adds the node type: Historical event, and supports the Node import module for importing historical events. User created historical events are displayed in blocks. Any number of blocks can be created, and the events displayed can be selected by a number of different criteria, including randomly. If no event exists for the current day, no block is displayed.

    Features

    • Any number of blocks can be created
    • Block events can be selected by taxonomy term, user, role and randomly
    • A 'promote to block' field is also provided for content selection
    • Support for importing events is provided if the Node Import module is installed
    • Theming function support provided for block content

    CCK Validation

    Component type

    module

    Maintenance status

    Development status

    Downloads

    2162

    Component created

    Component changed

    CCK Validation adds a content field, that lets you add custom validation to your content types. With the included Widget 'Textarea PHP Code' you can add the first custom validation rules.

    Widget 'Textarea PHP Code':

    Content Profile

    Component type

    module

    Maintenance status

    Development status

    Downloads

    203105

    Component created

    Component changed

    This module builds user profiles as content (aka nodes), which opens the opportunity to use all the powerful modules for content for user profiles too, e.g. the Content Construction Kit (CCK). It's intended to be simple and useful, but extensible by further modules.

    Content profiles can be restricted to certain roles; the module also supports separate content profiles for different roles.

    Recycle Node

    Component type

    module

    Downloads

    542

    Component created

    Component changed

    This module "hijacks" the delete button from the delete confirmation form and unpublishes nodes instead of deleting them. Nodes can be truly deleted
    at admin/content/node or by logging in as the first user on the system (aka UID 1). To do delete from admin/content/node, select nodes you want to delete and in "Update options" choose "delete".