An API module that allows the creation of branded short URLs.
This module is a developer tool that takes URL of any length and produces very short URLs (3-5 characters).
For the User-Interface integration you may want to check-out: Shorten module.
Who Needs This?
You need this module if:
You are creating a localized URL shortener for a country/locale that exisitng URL shorteners do not cover.
You system is behind a firewall and content/URLs can not be shared publicly.
If you want short URLs to carry your own domain, for brand management purposes, much like TechCrunch.com uses http://tcrn.ch domain for short URLs (they do not use this module for the implementation, though, as far as we know :) )
(Please submit examples of other usages, if you are using shorturl to run your shortener).
Credits
Created and maintained by: Phase2 Technology
Development on this module was done as part of the Whitehouse.gov project and was sponsored by The Executive Office of the President.
This is a collection of add-on modules for the Notifications package.
Update: The Notifications Files module has been moved to its own project. This module sends attached files in emails with posts and comments.
New in 6.x-4.x branch:
Notifications Comment. Simplified comment subscriptions for registered and anonymous users with (Like Comment Notify)
Messaging Debug. Developer tool with extended debug output for Messaging and Notifications.
Some modules have been moved to Notifications: Custom Subscriptions, Content type Extension
Modules included (2.x):
Custom Subscriptions Allows creating predefined subscriptions and assigning them to users. Provides checkboxes for user registration and can create predefined subscriptions for new users.
FeedAPI Subscriptions Allows users to subscribe to feeds and be notified when they are updated.
Message Notifications Get notifications about received messages by a different channel. I.e. get a daily mail digest of all SMS notifications received.
Nice links Adds nice javascript widget for node subscriptions.
The Content Theme module is a simple and easy module to use which allows to use different themes than the site default on content creating, editing, and viewing pages.
#D8CX: I pledge that Role Limits will have a full Drupal 8 release on the day that Drupal 8 is released.
Overview
Role Limits is a small, but useful, module that allows for users with proper permissions to set a limit on the number of users in a given role. Think of this module very much like "Maximum Node Population" in CCK only for users. This could be useful when a site is licensed for use to a third party. It allows the source of the license to set limits on how many users can utilize the site. Currently this interacts with all user operations whether it be an update from the user profile or from the user list.
Installation and Usage
Standard Drupal installation. Navigate to /admin/user/roles/limits in your Drupal installation and set limits for the roles on your site.
For Drupal 7, this is found at /admin/people/permissions/limits as a tab on the permissions and roles screens titled "Role Limits"
Maintainer
This module is developed and maintained by Kenny Silanskas. Special thanks to sethcohn for coming up with the final name of the project and to cpliakas for helping me get acquainted with CVS.
The moderation module provides a queue of content.
It allows moderators to review all posted content while already published.
Included Ajax based functionality allows the moderators to preview the content and to change status like published, moderated, promoted, sticky without having to leave the page.
A seperate page provides a log, listing all status changes with who and when it was changed.
Drupal 7 release
Complete rewrite of the Drupal 6 moderation module on entity base. It is now possible to add queues by entity type and to define custom actions for every entity. Note: Upgradepath is available, but needs some extra configuration, please read the README.txt and the UPGRADE.txt carefully!
Drupal 6 release
Node and comment queue available. This branch only get's maintenance fixes.