Find URL Alias

Component type

module

Categories

Downloads

5785

Component created

Component changed

Note: This module is no longer under active development. It's functionality is now included in Drupal 6.

This is a small utility module to help you track down particular URL aliases. If you have many thousands of URL aliases, browsing through the list to find one URL alias can be painful. You might need figure out if an alias is to a node, taxonomy, view or panel; or delete an orphaned alias; or find out if a node has multiple aliases. This module will help you out, by adding a "Find alias" tab to the URL Aliases admin page. Allows use of wildcards (%).

eKudos

Component type

module

Maintenance status

Development status

Downloads

1463

Component created

Component changed

Ekudos is a Dutch Diggalike democratic news system. This module adds an ekudos link to you posts
See ekudos.nl for the site.

This module has two theme funtions: theme_ekudos_add_link and theme_ekudos_vote_link, which can be used to change the appearance of the links.

After installation, make sure to switch the links on for the content types you want them on, at http://example.com/admin/settings/content-types

Nodeblock

Component type

module

Categories

Maintenance status

Development status

Downloads

144750

Component created

Component changed

This module allows you to specify content type(s) as being a block. This allows the content managers of the site to edit the block text and title without having to access the block administration page. Users only need edit access to that node in order to edit it.

We advice you to use this module together with Node Level Blocks or Block Reference module.

Util

Component type

module

Maintenance status

Development status

Downloads

49940

Component created

Component changed

The Util module is a grouping of commonly-needed utilities that are simple to code, everyone wants, but nobody actually codes them.

Right now, we have the following features:

Form store

Component type

module

Categories

Downloads

3247

Component created

Component changed

Form store is a useless module by itself. It maintains and provides other modules with a list of forms. Captcha 5.x-2.x, but also MyCaptcha 5.x-1.x rely on it to add captcha points to arbitrary forms.

External Links

Component type

module

Maintenance status

Development status

Downloads

493881

Component created

Component changed

External Links is a small module used to differentiate between internal and external links. Using jQuery, it will find all external links on a page and add an external icon indicating it will take you offsite or a mail icon for mailto: links.

Configuration options:

icontheme

Component type

module

Categories

Downloads

877

Component created

Component changed

define "iconthemes" and provide an api to get an item by it's name.

In many places the use of icons makes for a nicer gui. In order to get a more unified look, it doesn't make sense if every module brings along it's own icons, but it should be able to ask the system for an icon by a functional name.
I think we need such an API in drupal core, but for prototyping and discussing a module in contrib should be fine.

Subdomain Manager

Component type

module

Categories

Maintenance status

Development status

Downloads

1013

Component created

Component changed

Security: This module is considered insecure by Drupal security team and all of it's releases have been unpublished. You are strongly encouraged to disable the module on your site.

This module allows us to create new subdomain through drupal.
It has settings page there all information related to cPanel will be stored.

Intially it allows you to create and delete subdomain.

Tested on Drupal 5.x.

Install Profile API

Component type

module

Categories

Maintenance status

Development status

Downloads

121400

Component created

Component changed

A set of helper functions (aka CRUD) that make it easier to work with Drupal data structures by providing some wrapper functions. Include crud.inc in your install profile to use them. crud.inc was originally developed and maintained by Boris Mann of Bryght. There is now a rag tag band of developers including moshe, quicksketch, webchick, and dww who add a little more each time we build an install profile.