Considered feature-complete by its maintainers.

Content Access

Content Access tab in a content type

Content Access allows you to manage permissions for content types by role and author. It allows you to specify custom view, edit and delete permissions for each content type. Optionally you can enable per content access settings, so you can customize the access for each content node.

Sabbath

Disclaimer: This module has not been reviewed by any religious organization. No guarantee of its suitability for any particular religious purpose is implied.

The time that the sabbath begins and ends changes throughout the year because, historically, a full day began at sunset. The Sabbath module provides the sabbath start and end times for any week and any latitude, longitude, and time zone.

It provides two API functions:

  1. sabbath_time($latitude, $longitude, $timezone = NULL, $time = NULL, $future = 'time')

    This returns an object containing the sabbath start and end timestamps, the time zone offset for each, and the beginning of the next week. $future can be set to 'day' or 'time' and specifies whether to show the sabbath that ends after the given time or after the day in which the time occurs.

  2. sabbath_now($latitude, $longitude, $timezone = NULL, $time = NULL)

    This returns a boolean value which tells whether the given time falls within the sabbath.

The Sabbath module also provides a block for displaying the local sabbath start and end times for the current week.

Requirements: PHP 5 or above

Filter by node type

The D6 core filters system allows an admin to restrict the type of input format available to a user by user role. It does not, however, allow the admin to restrict the available input formats by node type. So if you e.g. want to allow for node bodies with embedded images and others without, you will be stranded with just core functions.

Features

This module fills that gap. It provides a simple checkbox-based interface where an administrator can restrict what input filters are available to what node types. These rules are applied after the role-based restrictions, so it can never offer more input formats than the default role-based input formats would.

As of 6x-1.5, this functionality is extended towards each node type's comments. You may chose to restrict them the same way as the corresponding node type (default), to a different scheme or not at all.

Quick reference

  1. Install the module.
  2. Note the additional options on each node type settings page (sections submission and comments (if comment module is active).
  3. Optionally set the new bypass filter restrictions user permission for each role.

Status/Roadmap

D5
No more development, only security fixes.
D6

User Agent Logger

This module logs user agents for nodes and comments. It also adds a "view user agents" permission that can be used in themes to show the user agent a given post was made with.

Term Merge

duplicate suggestion tool

When using taxonomy for free tagging purposes, it's easy to end up with several terms having the same meaning.

jQuery Interface Sortable

The Interface Sortable module makes it easy for developers to add JavaScript drag-and-drop form elements to forms and drag-and-drop widgets to non-form pages. It depends on the JQuery Interface module which in turn relies on the JQuery Update module.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only