Global Redirect

Component type

module

Maintenance status

Development status

Downloads

955192

Component created

Component changed

Update: For Drupal 8 please use the redirect module. This project is deprecated for D8

What?

GlobalRedirect is a simple module which…

  1. Checks the current URL for an alias and does a 301 redirect to it if it is not being used.
  2. Checks the current URL for a trailing slash, removes it if present and repeats check 1 with the new request.
  3. Checks if the current URL is the same as the site_frontpage and redirects to the frontpage if there is a match.
  4. Checks if the Clean URLs feature is enabled and then checks the current URL is being accessed using the clean method rather than the 'unclean' method.
  5. Checks access to the URL. If the user does not have access to the path, then no redirects are done. This helps avoid exposing private aliased node's.
  6. Make sure the case of the URL being accessed is the same as the one set by the author/administrator. For example, if you set the alias "articles/cake-making" to node/123, then the user can access the alias with any combination of case.
  7. Most of the above options are configurable in the settings page. In Drupal 5 you can access this after enabling the globalredirect_admin module. In Drupal 6, the settings page is bundled into the module.

Editview

Component type

module

Maintenance status

Development status

Downloads

18158

Component created

Component changed

Editview is a plugin for the Views module. It allows you to create a view in which the nodes are editable, and new nodes can be created. Editview uses AJAX to speed things up, but will still work on browsers with javascript disabled.

Viewfield

Component type

module

Maintenance status

Development status

Downloads

206252

Component created

Component changed

Viewfield provides a field that holds a reference to a View and renders it whenever the entity containing the field is displayed.

Features

  • Author chooses one or more views and displays from a list.
  • View arguments (contextual filters) may be supplied literally or through tokens.
  • Administrators may restrict which views and displays may be assigned.
  • Administrators may supply default values that will be used for all entities in a bundle, making it unnecessary to supply field values for each piece of content.

Movie database

Component type

module

Maintenance status

Development status

Downloads

3943

Component created

Component changed

The moviedb module provides the tools to maintain a large database, and is set up for a Movie Database however it can be modified for any type of relational data (ie, Band - Album/Book - Author, etc).

The module treats movies, people (actors, directors...) and companies as separate nodes. This allows a great flexibility and extensibility.

Update 16 August 2011
Apologies for lack of maintainance, I'm going to try to actively work out the issues with the D6 version. As always, your patches and suggestions are very much appreciated.

User Quota

Component type

module

Categories

Maintenance status

Development status

Downloads

3101

Component created

Component changed

User Quota provides a system of limiting users to create a certain number of nodes of a certain type. The framework keeps track of the history where users may have gained (or lost) a specific limit. If a user does not have a quota for a content type then they can create as many of that item as they want (as long as their roles allow it).

Whois lookup

Component type

module

Maintenance status

Development status

Downloads

11737

Component created

Component changed

Enables privileged users to lookup Whois information of domain names or IP addresses. Features include AJAXified results, hourly threshold, watchdog logging, and style of whois output.

Requires GPL licensed phpWhois library for whois servers list, and querying. Whois lookup form is available at ?q=whois. Alternatively, accessing ?q=whois/example.com will return Whois information for example.com

OG Aggregator

Component type

module

Maintenance status

Development status

Downloads

8827

Component created

Component changed

A module to create individual aggregator for Organic Groups using Aggregator.

Key features
————
- Multiple feed aggregation per organic group with block displays.
- An individual feed page of every feed source is available

Requirements
————
- Aggregator module
- OG modules
- Entity

Drupal 7
————
There is some code in cvs at the moment but it's all very broken. Gradually migrating to the new OG module and admin UI.

Advertisement

Component type

module

Maintenance status

Development status

Downloads

169459

Component created

Component changed

The ad module is a powerful advertising system for Drupal-powered websites. It supports the random display and tracking of graphical (banner) and text ads. Ads can easily be displayed in themes, blocks, or embedded in site content. The module records comprehensive statistics about when and how often ads are viewed and clicked, including a plug-in module for generating graphical time-based reports. Ads can be assigned to multiple owners, each of which can be assigned their own set of permissions. Installation is simple by design. An API is provided allowing the development of additional functionality and integration with other Drupal modules.