Comicdrop

Component type

module

Maintenance status

Development status

Downloads

3454

Component created

Component changed

Comicdrop is a single stop module designed to create and manage a set of features to support the webcomic use case. This includes additional forms of pagination by node type, forum integration, archive and calendar blocks and other basic configurations a non-technical end user (webcomic artist) could use in order to quickly spin up a webcomic site.

If you currently have a Comicpress site you might be able to convert it to Drupal with http://drupal.org/project/wordpress_migrate

directory9

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Re-creation of my sandbox directory module from FOSDEM 2009 after the great git migration.

This was a demo and is explicitly unsupported.

Taxonomy Formatter

Component type

module

Maintenance status

Development status

Downloads

12974

Component created

Component changed

This is a small module written to provide a custom formatter for taxonomy items. The default formatters both output the terms wrapped in divs. This module adds a new formatter that allows you to specify the element type, the wrapper type, classes for both, the separator used, and if they link to the term pages or not. This gives much more customizable layout options.

This project was started in Drupal 7 and will not be back ported unless a good number of requests come in.

Unique Fields AJAX

Component type

module

Component created

Component changed

* Apply unique field check in real time.
* And lots of other hacky hard-coded junk.
* See http://drupal.org/project/formmsgs for the Drupal 7 done-right version of this.

UFAJAX

The idea is to give a warning message if a user tries to add a fruit type that has already been added with the same color term.

Search API hierarchical facets

Component type

module

Maintenance status

Development status

Component created

Component changed

The project has been abandoned in favor of integration with the Facet API.

Offers the option to display facets for taxonomy terms in a proper hierarchical structure, instead of a flat list as by default.
If possible, this will be written flexibly enough so other modules could easily add similar behaviour for other hierarchical structures, not just taxonomy terms.

Taxonomy View Defaults

Component type

module

Maintenance status

Development status

Component created

Component changed

Intro

This Drupal 6 module effectively creates a site-wide Views exposed filter for taxonomy terms. It creates an "exposed" View term filter displayed in a block as a <select>. One block can be created per vocabulary, then the filter used on multiple Views.

It was created in the Summer of 2010 for a client project. It has been tested and is currently running in a high traffic environment. I'll continue development if it is found useful for other sites. Let me know. Note: There are todo comments at the top of the module file.

Meta tags by taxonomy

Component type

module

Maintenance status

Development status

Downloads

1056

Component created

Component changed

Adds metatag description to terms and nodes based on taxonomy and add some URL SEO optimization (i18n localization over pathauto).

Configuration

You can specify a global meta description.

Metaxo adds a meta description fields in terms form.

If CCK is installed, you can choose a CCK field to enter a node level meta description.

There is inheritance : Global > Term > Node.
Node inherit from its lightest term description.