Considered feature-complete by its maintainers.

Nodequeue RSS

Nodequeue RSS module provides a simple way to output nodequeue or subqueue nodes as RSS feed.

That might be useful for integration with 3-rd party consumers like Mailchimp etc.

Content Taxonomy Image

The Content Taxonomy module defines a field type for taxonomy terms. Here is a simple module that provides formatters using Taxonomy Image for this type.

Multicolumn

The CSS 3 column-count attribute creates documents (or parts of documents) with multiple columns. See http://www.quirksmode.org/css/multicolumn.html for examples. Not all browsers support this attribute, and those that do implement it inconsistently.

This filter imitates the effect of the column-count attribute just for lists. It provides consistency and a simple input format: simply put each list item on a separate line. For example, it will format

<multicolumn cols="3" type="ol">
one
two
three
four
five
six
seven
</multicolumn>

into something like this:

  1. one
  2. two
  3. three
  1. four
  2. five
  1. six
  2. seven

(depending on how you style <ol>).

Facebook Pull

Facebook Pull is a fast and efficient module for displaying Facebook feeds on your site. Ready for you to customize.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only