Taxonomy Other

Component type

module

Categories

Maintenance status

Development status

Downloads

12960

Component created

Component changed

This is a simple module to add an optional '- Other -' to
taxonomy select lists. It allows users with the right permissions
to create new terms.

Only single-select vocabularies are supported.

jQuery is used to hide and show the associated text input field.

New terms aren't created until the associated node is published
(allowing moderation).

The taxonomy administrator has the option to either show or hide
user-added terms in subsequent select lists.

Joomla to Drupal

Component type

module

Maintenance status

Development status

Downloads

24419

Component created

Component changed

This module enables the import of the following content from a Joomla website into Drupal.

  • Users
  • Sections & Categories into Taxonomy Vocabularies and Terms
  • Content items to nodes

Only available in 7.x-2.x (currently under development):

  • JComments import

The module was developed against Joomla 1.0.x, however initial reports from the community indicate that the module also works with Joomla 1.5.x.

AJAX Newsflash

Component type

module

Maintenance status

Development status

Downloads

28239

Component created

Component changed

If you need to scroll text only then use http://drupal.org/project/scrolltext which available for latest Drupal version

AJAX Newsflash! AJAX Newsflash uses AJAX Ticker from Dynamic Drive which provides beautiful News Flash using AJAX.

AJAX Newsflash create new content-type called "Newsflash"You can use any content-types as source. Not only text, but you can show full-html format including picture, table, etc.

Spread

Component type

module

Categories

Maintenance status

Development status

Downloads

9010

Component created

Component changed

This module provides a block allowing users to spread the word about your website. Think of it as Forward module but as simple as it could be! The goal was to a have a simplier user experience than Forward. You can also check Tell a friend.

Since 6.x-1.4 mollom integration must be re-configured at the mollom level.

Domain Blocks

Component type

module

Maintenance status

Development status

Downloads

30114

Component created

Component changed

Overview

Domain Blocks is an additional to Domain Access modules that enables domain specific visibility settings for blocks.

Released as a response to a request in Domain Access queue - http://drupal.org/node/239989

See it in use on http://www.thebeehive.org

Which version should you use?

If you are using Domain Access 7.x.2 branch, use 7.x-2.x branch.
If you are using Domain Access 7.x.3 branch, use 7.x-3.x branch.

UC Node Access

Component type

module

Maintenance status

Development status

Downloads

5144

Component created

Component changed

UC Node Access lets you attach Node access features to products in your Ubercart store. These features allow customers who purchase the product to receive view access to nodes on your site either indefinitely or for a limited time based on the feature's settings. UC Node Access does not handle access grants itself but rather depends on other modules to define handlers that integrate UC Node Access with the various node access modules developed for Drupal.

Currently integrated node access modules include:

  • ACL + Content Access - adds the customer's user account to the ACL defined by Content Access and adds expiration information beside the names in the Grant view access fieldset of the Access control tab for nodes governed by Content Access.

Connect IV Game

Component type

module

Maintenance status

Development status

Downloads

10482

Component created

Component changed

Plays the game 'Connect Four' where you play against the computer. The aim of the game is to get four pieces in a row either diagonally or horizontally. The tiles can be images (or colored tiles) that can be themed to your site. The game is javascript (original javascript script by Joan Alba Maldonado) based and is a block. The user who beats the computer the fastest has his name saved. The game win messages are configurable in the configuration settings. Also the URL of the picture and the size of the board can be set in the configuration settings.

Absolute src

Component type

module

Categories

Maintenance status

Development status

Downloads

9691

Component created

Component changed

When sending e-mail / using CDN/static file server, we often need to parse images to absolute url. This is why this tiny module exists.

This module only parse relative url to absolute url dynamiclly, and you can also set custom url when you have CDN/static file deliver server.

CCK Node Menu

Component type

module

Maintenance status

Development status

Downloads

2388

Component created

Component changed

This modules adds the opportunity to define a text or computed field as a list of menu links per node. This menu then can be displayed as a block or with one of two additional formatters within the nodetype.

menu creation

To get the menu links, nodemenu uses some separator to discern menu item, item depth, item link and item label.

view|View the Node
edit|Edit Node
|Lists
*../list_1/%nid|List1
*../list_2/%nid|List2
**../list_2/%nid/full|List 2 - Full View

The separators can be configured in the block configure. That settings also affect the field's formatters (within the first field's nodemenu block setting).

Compatible fields are text (textfield(rows=1), textarea(rows>1), single or multiple values) and computed fields (single and multiple values).