Maintainers monitor issues, but fast responses are not guaranteed.

Facebook Comment

Simple module to replace drupal core comments with facebook comments widget.

Ubercart Flatrate shipping address in Europe check

Simple but very handy Ubercart plugin for the Ubercart uc_flatrate module to provide a check if the shipping address is in Europe.

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>).

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained