Custom Help Text

Component type

module

Categories

Maintenance status

Development status

Downloads

3091

Component created

Component changed

This module integrates into the Help module (using the hook_help() hook) to add help messages based on the URL. There is an administration form that allows users to set the messages and where they appear on the site. Multiple help messages can be added to the same page at once, the administration form can be ordered to sort the order that these messages appear.

In order to make the help messages appear you need to make sure that the $messages variable is printed on your template layer. Most themes will do this.

Enhanced views archive

Component type

module

Maintenance status

Development status

Component created

Component changed

A module that provides an enhanced archive block showing months grouped by years and views of posts for each month and years.
What I wanted was a column for each year and a list of the months that had archives listed beneath the appropriate year.

Links from the months would go to a view of the posts for that month, whereas links from the years would go to a list of the posts for that year.

Nginx Fast Config

Component type

module

Maintenance status

Development status

Downloads

1159

Component created

Component changed

Introduction

Nginx Fast Config is a Drupal 6 only module that disables the deslash setting of the globalredirect module. This setting causes a redirect loop with a 0 rewrites Nginx configuration. There's no need for this setting to be enabled — which is the default — since the way Nginx processes the requests removes the trailing slash.

Bookable

Component type

module

Maintenance status

Development status

Downloads

916

Component created

Component changed

This module implements basic node based booking functionality. For example An admin has created a car content type and subsequent car nodes. A user will then be able to book these nodes for a time period.

Please feel free to add feature requests so that they can be included in the 7.x release :).