WP Theme

Component type

module

Maintenance status

Development status

Component created

Component changed

The WP theme module allows using WordPress themes with Drupal. It provides a WordPress emulator for Drupal, so the WordPress themes think they're natively running WP.

This module is barely functional. It can and will break your site. That being said, it's a lot of fun to see Drupal under the skin of a WordPress theme, so I encourage you to try it. To test it out, enable the module, put a WordPress theme in sites/all/wp_themes, and turn it on at admin/build/themes.

Narcissist

Component type

module

Categories

Downloads

475

Component created

Component changed

This module adds quick and simple support for narcissism to any web site. When enabled, the "Admire self" permission can be added to any role; users with that permission will see all nodes as their own when browsing the web site.

Chuck

Component type

module

Maintenance status

Development status

Downloads

2788

Component created

Component changed

Note: As of 2013-08-30, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to https://drupal.org/node/2035581.

Module Description

Chuck provides a set of "roundhouse kicks" - extreme[ly effective] solutions to common Drupal problems. Each roundhouse kick can be enabled/disabled.

Khaaaaaaan

Component type

module

Categories

Development status

Downloads

1200

Component created

Component changed

Khaaaaaaan is a finite state machine implementation done with an extensible hook mechanism. It is designed for developers, and is very, very easy to use... at least for some definitions of 'easy'... and 'very'... and 'use'.

For example, if you want a finite state machine with seven steps (including init and finish), you would simply create a module (we'll call it "kirk") that defines these seven functions:

Total Hook Extremism

Component type

module

Categories

Downloads

751

Component created

Component changed

Total Hook Extremism (THE) allows you to run functions by regular expression.

Example:

$regex = '/^[a-zA-Z0-9]*\_block\_info$/';
$results = the_module_invoke_all($regex);

print_r($results, TRUE);

This will execute any function that matches the regular expression... but it's harder than you think. Go ahead. Try it.

The Public API

the_module_invoke_all()

It's better[sic] than the real module_invoke_all().

User Goals

Component type

module

Categories

Maintenance status

Downloads

498

Component created

Component changed

Allow users to setup a personal goal to display in their profile and/or author pane.

Nginx Accel Redirect

Component type

module

Maintenance status

Development status

Downloads

5885

Component created

Component changed

Nginx Fast Private File Transfer for Drupal using X-Accel-Redirect.

Installation (for the impatient)

  1. Install the module as usual.

  2. drupal 6: Go to admin/settings/file system and enable private files.

    drupal 7: Go to admin/config/media/file system and set the private files path.