Menu rewrite

Component type

module

Maintenance status

Development status

Downloads

1392

Component created

Component changed

Provides an API for defining rules for rewriting the menu paths.

For example:

/**
 * Implement hook_menu_rewrite_rule().
 */
function development_menu_menu_rewrite_rule() {
  // Make 'Development' a primary item.
  return array(
    'admin/config/development' => 'admin/development',
  );
}

/**
 * Implement hook_menu_rewrite_alter().
 */
function development_menu_menu_rewrite_alter(&$items) {
  // Ensure 'Modules' menu item shows up first.
  $items['admin/modules']['weight'] = -11;
}

Node import via cron

Component type

module

Maintenance status

Development status

Downloads

4952

Component created

Component changed

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:

Quiz for register

Component type

module

Maintenance status

Development status

Downloads

1668

Component created

Component changed

This module allows administrators to choose a quiz for anonymous users if they want to register on the website. Quizzes should be created by using module Quiz. Quizreg uses existing quizzes to use one of them for test of users before registering on website.

Comments in phpBB

Component type

module

Maintenance status

Development status

Downloads

1045

Component created

Component changed

This project is a clone of Comments in vBulletin (com2vb)

Com2phpBB integrates commenting system of Drupal with powerful forum phpBB ver 3.x. Com2phpbb store comments in phpBB’s database. So it’s available to comment materials of site in both places – in Drupal and phpBB. With creating of first comment module create a “start post” in forum with link to material. All of comments are readable in Drupal and phpBB.

Mess Letters Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

698

Component created

Component changed

This module was created JUST FOR FUN and shouldn't be used at production servers :-)

This module mess letters in node text acording to The Significance of Letter Position in Word Recognition PhD Thesis, 1976, Nottingham University, by Graham Rawlinson.

This is an input format filter and this means that data is not changed in database but only when user is reading it.

Profile Taxonomy

Component type

module

Maintenance status

Development status

Downloads

8370

Component created

Component changed

Profile Taxonomy enables the assignment of taxonomy terms to user profiles. Site administrators can reference a vocabulary from a list selection user profile field. Then users can choose the populated taxonomy terms from the user profile pages or registration form.

Ubercart Add Donation

Component type

module

Maintenance status

Development status

Downloads

3563

Component created

Component changed

The Ubercart Add Donation module is used to dynamically add a donation to ANY order currently in progress. This project differs from other Ubercart donation modules in that it does not require you to add a donation to the cart in order to donate to the site. In other words... you do not need to create a "donation product" in order to handle donations... This module simply allows you to add a donation to any order currently in progress using a Radio button interface as well as a custom donation amount using the Other text field.

Suggestions are welcome!

DesignKit

Component type

module

Maintenance status

Development status

Downloads

25516

Component created

Component changed

DesignKit is a small API module lets themes provide options for customizing colors and images. Themes can use entries in their .info file to specify what color variables should be made available. Designkit integrates with the Spaces module to enable distinct color schemes and images per site section or area. Designkit is used with Spaces and Organic Groups in Open Atrium to allow groups to have their own visual identity.