ecard

Component type

module

Categories

Maintenance status

Development status

Downloads

18089

Component created

Component changed

This module originally developed by mssarath is to create an E-Card for a friend. After doing this a message is send to the desired person(s) so (s)he can visit the website and take a look at the message left by the friend.

txn_currency

Component type

module

Maintenance status

Development status

Component created

Component changed

Support multi-currencies in transaction payment. Developed for ecommerce 3.x.

Dynamic Logo

Component type

module

Categories

Maintenance status

Development status

Downloads

3673

Component created

Component changed

This is a simple module that enables administrators to upload more than one logo and choose which one to display in certain occasions (Like google).
In future there will be a feature that enables administrators to schedule the appearance and disappearance of each logo.

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);

AJAX Views

Component type

module

Maintenance status

Development status

Downloads

6237

Component created

Component changed

This module provides a mechanism for a View block to have AJAX based pagination. There are other good modules out there that provide functionality similar to this (one standout that comes to mind is Dynamic Views) but I found that they did not either support paging the way I wanted, or did not provide highly flexible theme support, so I decided to give it a shot myself.

Quick-start:
To use this module:

Educational Block

Component type

module

Categories

Maintenance status

Development status

Downloads

1442

Component created

Component changed

Educational block is a simple way to add tips (displayed in a block) to your node/add pages. You can create separate tips for each content type and simply position a single block on your block administration page. Users can disable the block's appearance per content type.

Sponsored by University of Prince Edward Island's A Living Archives.

Forum Thread

Component type

module

Categories

Maintenance status

Development status

Downloads

83511

Component created

Component changed

An implementation of a threaded forum view where pages show forum topic and comment titles in a threaded view with many forum topics on a single page. The module also adds two blocks that offer threaded display of the new and active forum topics.

The comment folding portions of this module depend on the following things being true: