Country taxonomy importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Imports country/state/region names to a taxonomy from geonames.org

This module uses the "children" (http://www.geonames.org/export/place-hierarchy.html#children) function of geonames.org. This seems to just drill down by administration divisions, which may be different for each country.

Why I made this to work in the front end with javascript rather than with the batch API, I don't know. I must have been drunk that night.

FacetAPI Quicklist

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds an 'All' link at the top (if viewing the top level) or second (if drilled down, that is, below the selected facet).

This link is equivalent to resetting the current facet (or all current facets if you can link to more).

This makes it very easy to style the resulting facet links list as a drop-down with CSS, with the currently selected facet always visible.

The 'All' text can be changed to whatever you want.

Conveyor

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

Conveyor provides a way to push and synchronize content and configuration from one environment to another. This tackles a common problem that content cannot be migrated across different drupal instances (e.g test, staging, production).

SKOS Importer

Component type

module

Categories

Maintenance status

Development status

Downloads

378

Component created

Component changed

This module was completely rebuilt and is now part of the PoolParty Taxonomy Manager module. The SKOS Importer module will therefore not be developed / maintained anymore.

SKOS Importer was built on the Feeds-module and imports (multilingual) SKOS thesauri into Drupal as taxonomies/terms.

Taxonomy Term Page Access

Component type

module

Maintenance status

Development status

Downloads

588

Component created

Component changed

This module introduces a new permission to restrict access to /taxonomy/term/TID and /taxonomy/term/TID/feed pages. The restriction is global for all vocabularies. If you need more fine grained control, have a look at Rabbit Hole.

The development of this module did not take a lot of time, but was nonetheless sponsored by Whisky Echo Bravo.

Taxonomy Machine Name

Component type

module

Maintenance status

Development status

Downloads

25061

Component created

Component changed

Taxonomy is a very helpfull tool in Drupal's world.
However, support for "machine_name" is really missing, overall when you need to exchange terms with others systems.
In such situation, the only way is to create a field to hold external term code which is not the best way due to poor performance consequences.

Taxonomy Inherited Field Values

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Loads default values for a a taxonomy term.

Walks through the taxonomy tree and gets the values for all fields in the vocabulary. If the term has a value for a field this value is selected. If not, the parent term is processed. If this parent term has value for a field this value is selected. If not, parent term is processed. This cycle goes on until the root vocabulary term is reached or values for all fields are selected.

Views Default User Taxonomy

Component type

module

Categories

Maintenance status

Development status

Downloads

1127

Component created

Component changed

This module allows you to create lists of users based on shared taxonomy terms in user profile fields.

Out of the box, Views does this only for nodes. This module overrides the plugin that manages this, and adds user support.

Installation

Extract the module to sites/all/modules and enable it via the modules administration page. You will find it under the Views category.