Daylight saving time

Component type

module

Categories

Maintenance status

Development status

Downloads

6347

Component created

Component changed

This module intended to work with Daylight saving time.
It replaces system time offset and has preferences for each user and full site.

Used to display correct time of creation of documents etc.

Also there is included patch which is necessary make in includes/ directory to make drupal date display via format_date() correctly accroding to selected timezone.

This module is for core versions 6.x and 5.x

Used PHP higher than 5.2

In drupal 7 this feature there is in the core so there will not be version for 7.x

Sermons

Component type

module

Maintenance status

Development status

Downloads

1264

Component created

Component changed

The Sermons project is a way to provide a sermon structure for your Drupal church website. It includes a number of ways to explore your churches sermons and allows your shut-ins and traveling attenders to stay in touch with the sermons.

Your sermons may have images, notes and sermon series tracked on them. You may choose not to use these options and they may simply not be used when creating the them for your website or marked as exclude on the Content Type display page.

Site Directory Migrate

Component type

module

Maintenance status

Development status

Downloads

10545

Component created

Component changed

Site Directory Migrate allows you to change the URL/directory name of your Multi-site site.

For example if you had three sites running on the same Drupal install (site1.com, site2.com, site3.com in your /sites directory) and you wanted to change site3.com to be examplesiteA.com. In the past, you would rename the directory, run some queries if you're dapper or go through and manually change all of your content. With this module you just rename the directory, run the module (with two inputs) and it runs the queries for you. I've also written out two usage case scenarios that go much deeper than this short description.

Note: This has been successfully used with Aegir when sites need to be renamed between servers (such as between development and production environments). It is also Drush enabled to help with large migrations (hundreds of sites).

Custom Formatters

Component type

module

Maintenance status

Development status

Downloads

142200

Component created

Component changed

The Custom Formatters module allows users to easily create custom Field Formatters without the need to write a custom module. Custom Formatters can then be exported as CTools Exportables, Features or Drupal API Field Formatters.

 

Modal Frame Contrib Package

Component type

module

Maintenance status

Development status

Downloads

5646

Component created

Component changed

This package contains contributed modules that implement the Modal Frame API as a yet another alternative to enhance the usability of common day to day tasks in your Drupal site.

You can use any of these mini-modules as-is, or you can use them as examples on how to implement Modal Frame API in other places, extend other Drupal core or contributed modules, or even as a method to enhance your own custom modules.

Attachment Links

Component type

module

Maintenance status

Development status

Downloads

12866

Component created

Component changed

The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.

Typically, users will want to create a "File" content type and enable the Attachment Links module for that content type. Each "File" node should refer to a single file: "Handbook," "Company logo," "Team roster," etc. Though each node could contain multiple versions of the file, Attachment Link provides permanent link to access the preferred or newest versions.

Clock

Component type

module

Categories

Maintenance status

Development status

Downloads

19933

Component created

Component changed

A simple module that provides a block showing the current time.

Features

  • Time zone can be configured as: Site time zone, user time zone, local time zone and custom time zone.
  • Date format can be configured using the preconfigured "short", "medium" and "long" date types, as well as any custom date types.
  • The clock can be continuously updated via JavaScript

Modal Frame CCK Editor

Component type

module

Maintenance status

Development status

Downloads

3983

Component created

Component changed

Overview

Opens edit forms for selected CCK fields or field groups in modal frames from the node view.

This module is pretty similar in concept as the Popups: Subedit module. However, it's based on the Modal Frame API, meaning the forms are rendered within iframes, therefore these forms do not alter the DOM of the parent page, and provide full support for advanced editing features such as WYSIWYG editors, File uploads, CCK buttons to add more items, Multigroups, etc.