Image insert

Component type

module

Categories

Downloads

2134

Component created

Component changed

Provides a way to insert images into any text area using views. It should be a simple img_assist replacement.

You need something like this in hook_form_alter():

$form['body_filter']['image_gallery_edit'] = array(
   '#img_insert_type' => 'text',
   '#type' => 'img_insert',
   '#img_insert_target' => 'edit-body',
   '#img_insert_view' => 'image_gallery_edit'
);

Depends on jQuery Update.

Node Hierarchy

Component type

module

Maintenance status

Development status

Downloads

47888

Component created

Component changed

Node Hierarchy allows nodes to be children of other nodes creating a tree-like hierarchy of content. The module offers:

  • 1-Click creation of hierarchical menus
  • Hierarchical breadcrumbs
  • Automatic hierarchical urls using Pathauto (and token module)
    (eg: q=aboutus/history/beginning).
  • Automatic creation of hierarchical menus if desired.
  • Optional Views integration.
  • Optional Node Access integration.

Workflow Required Fields

Component type

module

Maintenance status

Development status

Downloads

3633

Component created

Component changed

The wf_required_fields module allows you to configure which fields of a CCK node are required, based on the workflow state of the node.

Required fields are marked on the node edit form. Also, transitions are objected (with a suitable message) if required fields for the target state are missing.

The module was tested with the field types that come with the CCK module. It should also work with other CCK field types that use CCK for database storage.

netFORUM Views

Component type

module

Maintenance status

Development status

Downloads

2281

Component created

Component changed

The netFORUM Views module relies on the netFORUM xWeb Interface and netFORUM Dynamic Facade Nodes modules to pull a list of objects from a netFORUM database and present them as a page or a block, much like the Views module. It uses the same syntax as the netFORUM Dynamic Facade Nodes module, which is the same as Correspondence Templates in the e-Marketing module of iWeb, including conditional statements.

I love this

Component type

module

Downloads

1055

Component created

Component changed

This module allow user to say 'I love this page'
A list of lovers of that page is created.

The module provides:

  • a widget at the begin of the node body with:
    • a click to say I love this page
    • an alternate click to say 'i don't love this page'
    • a click to to list of people loving this page

Most of this code comes from the http://drupal.org/project/favorite_nodes.

http://www.fagioli.biz

FAQ_Ask

Component type

module

Categories

Maintenance status

Development status

Downloads

42536

Component created

Component changed

This module is an add-on to the FAQ module that allows users with the new 'ask question' permission to create a question which will be queued for an 'expert' to answer.

For more about why this module exists, please read "Ask the Expert" or Advice Column.

Viewing of the completed question and answer pair is done by the FAQ module.

Tribune

Component type

module

Maintenance status

Development status

Downloads

23221

Component created

Component changed

A tribune is a type of chatroom. It does not require any external service like IRC or plugins like Java or Flash-based chats, and also works without Javascript (although Javascript greatly enhances the experience).

The module has a notion of threads based on timestamps: typically, a user clicks on the timestamp at the left of the message they want to answer before typing their message. When the message is displayed, hovering the mouse over timestamps highlights the corresponding references and answers, even for old messages that are not displayed anymore.

Search and Replace Scanner

Component type

module

Maintenance status

Development status

Downloads

81387

Component created

Component changed

Search and Replace Scanner can do plain text search-and-replace, or regular expression search-and-replace, against the title, body and text content fields on all nodes in your system. This is useful for finding html strings that Drupal's normal search will ignore. The module is very handy if you are fixing typos in a lot of content, changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes, among other things.

Teaser Thumbnail

Component type

module

Categories

Downloads

12819

Component created

Component changed

The Teaser Thumbnail module allows you to automatically generate thumbnails for your node teasers and RSS feeds from the pictures included in the body or the attachments of the nodes. This module depend on ImageCache 2 and works with views.