Date View Feedback

Component type

module

Downloads

1155

Component created

Component changed

This module shows how the view interpreted the dates you typed into the exposed
filters. If your input was not understood, you will get a validation error.
If you typed in a date in non-canonical format, it will be shown to you in
canonical format when you see the search results.

Namefield

Component type

module

Downloads

895

Component created

Component changed

This module gives you separate fields to describe names: prefix, first, middle, last, suffix. It gives you 'legal' and 'preferred' versions of these fields, and options of how to calculate a display name from the data. Sorts and filters are done by display name.

This module is experimental -- it does not yet support multiple values. It will be considered experimental until it does support multiple values.

Date Tokens

Component type

module

Downloads

1037

Component created

Component changed

Defines a framework for defining tokens to be used in date filters. To start, this module defines the token @ENDOFMONTH, which evaluates to the end of the current month, but this module defines hooks so that you can define more tokens.

Text Field Tags

Component type

module

Maintenance status

Downloads

689

Component created

Component changed

Text Field Tags adds some basic formatting options for CCK text fields.

After enabling the module, navigate to the "Display options" page for an existing CCK content type. For text fields, you'll find several new options for how the fields are rendered in teasers and full nodes: headings 1 through 4, italics, bold, underline, and block quote (indented).

A sample application might be to provide a subtitle field for content: give the field a low weight to show at the top of a node, set its label to hidden, and assign it to be rendered as "Heading 3".

VCalfield

Component type

module

Downloads

946

Component created

Component changed

Adds functionality to download VCalendar which will be autimaticly prepopulated from CCK fileds.

UPDATE 24/9/2007
Latest dev version is quite usable. Anyway it needs testing (esp. timezone handling), etc...

SPONSORED BY: BrightTALK

cck_map

Component type

module

Downloads

4962

Component created

Component changed

Overview

cck_map is a Google Maps module for CCK. This module allows individuals to place and edit single or multiple Google Maps markers by clicking a map interface. Individuals may also give the markers titles and descriptions, as well as position the map and choose between the map, satellite, and hybrid view types.

Workflow Required Fields

Component type

module

Maintenance status

Development status

Downloads

3633

Component created

Component changed

The wf_required_fields module allows you to configure which fields of a CCK node are required, based on the workflow state of the node.

Required fields are marked on the node edit form. Also, transitions are objected (with a suitable message) if required fields for the target state are missing.

The module was tested with the field types that come with the CCK module. It should also work with other CCK field types that use CCK for database storage.

latexgen

Component type

module

Downloads

1895

Component created

Component changed

This simple module allows you to add a excerpt of latex to a content type. You will then get a "download PDF" link at the bottom of pages of that type, and latex will be run, using your code, and the output sent to your browser.

Remarkably, it seems to be pretty fast !

The full process (and here is the trick) is that your latex code is "evaled" by drupal - so, you can put