Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Taxonomy API and REST interface

Provides a clean set of API calls for working with taxonomy. Most of the core code has been taken from the taxonomy module, and turned into some smaller, more modular functions for use by other modules. Taxonomy REST provides some simple url based tools for adding and removing terms from nodes.

Taxonomy API

Taxonomy module does not really open up much of it's functionality to other modules. This means that, if your module needs to add or remove tags programmatically, then you have to end up duplicating a lot of the core taxonomy code. This module is an attempt to take a step to a clean interface to taxonomy functions. No actual end user functionality is added through this module.

Taxonomy REST

REST interfaces use URLs to interact with data. This module creates a set of URLs that will allow users with update privileges on a node to add and remove taxonomy terms using links rather than forms.

eg:
Add term 987 to node 123 :
http://example.com/services/taxonomy/node/set/123/987

Remove term 987 from node 123 :
http://example.com/services/taxonomy/node/delete/123/987

Security Considerations

View Alias

blockquote.png

Port to Drupal6 is available, check out the README for other instructions

The beta out now integrates with the pathauto API so its now you can manage your aliases in one spot

autotaxonomy

Like autopath but for taxonomy. Create one Vocabulary by content type, and for each node create a unique Term

View reference

View Reference example

Defines a field type View reference which creates a relationship to a Views display and allows the view to be displayed as the content of the field.

This module is modelled on Node reference and usage is similar.

Domain GeoLocalization

The Domain GeoLocalization module is a submodule for the Domain Access module that allows domains to have associated locative information.

Big Autocomplete TAXonomy

Provides an autocomplete form field instead of a drop down/select box if a taxonomy is bigger than a predefined number of terms.

Pages

Subscribe with RSS Subscribe to RSS - Site structure