Google Chart Tools: Image Charts
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
The Google Chart Tools: Image Charts API was deprecated by Google on April 20, 2012 and can be shutdown at any time.
The Google Chart Tools: Image Charts API was deprecated by Google on April 20, 2012 and can be shutdown at any time.
Support multi-currencies in transaction payment. Developed for ecommerce 3.x.
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.
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);
Enables the creation of a views field that is the same for every row.
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 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.
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: