Considered feature-complete by its maintainers.

Ubuntu Drupal

The Ubuntu Drupal installation profile will bring together everything the Ubuntu-Drupal team (#ubuntu-drupal on Freenode) has been developing. This will allow you to deploy an Ubuntu based website. This is primarily focused on Local Communities but will suit any Ubuntu type need.

You can read more about the project on our wiki.
You can also see our development occurring in Launchpad.

Open AdStream

GUI module for managing 24/7 Real Media's Open AdStream ad service.

Features Extra

Features Extra provides faux exportables (via Features) of several site-building components.

Taxonomy

Drupal 6: Supports exporting taxonomy vocabularies. To export a vocabulary, install FE taxonomy, go to vocabulary edit page, assign it a "machine name," then export it with Features as usual. As a bonus, this allows you to edit the "module" property of a vocabulary. Views support (by machine name) is also provided.

Drupal 7: Exporting vocabularies is supported natively by Features in Drupal 7 so it has been removed from this module. If you need to export taxonomy terms in addition to the vocabularies, you can do this with the UUID Features Integration module.

Nodequeue

Only nodequeue definitions are supported. To export a queue, install FE Nodequeue, edit your nodequeue, assign it a "machine name," then export it with Features.

Block

To export a block, install FE Block, edit your block, give it a "machine name," export it with Features. You can export block settings (region settings, visibility settings, ...) of any block, and the content of blocks created with the Block module from Drupal core.

Quiz for register

This module allows administrators to choose a quiz for anonymous users if they want to register on the website.

Node import via cron

Node import via cron

Allows user or bot to add new or update existent data for specified tasks in theirs files and then process it via cron by Node import module. It may help if you want to automatize data import. Module works in several modes:

  • Imports only new data, which was appended to the file.
  • Imports all data from the beginning of the file.
  • Updates imported data (deletes old nodes and imports all data again from the beginning of the file).

Ability to change number of rows to import on cron run is added in settings page. By default it equals to 25.

Instructions

This module is very simple to use, you need to:

  1. Add new task.
  2. Select type of forced import in cron.
  3. Save configuration.
  4. Append new or modify existent data it in the file assigned for the task.
  5. When cron is run data will be processed as the way you have configured.

Deleted old nodes option works only for nodes that have been added in the last cron run.

If you are using Elysia cron module, you should to configure both Node import and Node import via cron tasks to be executed in following order:

  1. ni_cron_cron
  2. node_import_cron

CCK File Field preprocess

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only