make tolstoy vocabulary

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple example custom module to programmatically add a vocabulary to a drupal site. Vocabularies are used in drupal sites to categorise content in a planned, structured way. If you copy this module into a drupal site and enable it, it will insert the vocabulary. It creates categories for books by Leo Tolstoy.

Context condition node : taxonomy with depth

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A context condition to support hierarchy matching when looking for tagged nodes

A minor form of contexts node-taxonomy support.

I had a large tree hierarchy of terms, and needed to set the condition "if this term or any under it applied to the current node then ..." (add a special footer block)

Currency Conversion

Component type

module

Maintenance status

Development status

Component created

Component changed

Currency change without using any Drupal commerce module

<?php
error_reporting(E_ALL ^ E_NOTICE);
/**
** Implementation of hook_permission().
**/
function currencycode_permission() {
// Restrict access to either of your new URLs.
return array(
'access currencycode' => array(
'title' => t('access currencycode'),
'description' => t('Allow users to access currencycode'),
),
);
}

Related Node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Drupal module attempts to provide context for content items by displaying a block with links to other similar content. Related items are based on the taxonomy terms assigned to content.

This is module will generate a block accessible to all or select use set by the administrator . This will show the list of related link of other node that are look similar by their taxonomy term and show the hyperlink of resultant nodes.

JS Taxonomy Tree

Component type

module

Maintenance status

Development status

Component created

Component changed

A JavaScript Taxonomy Tree control that can be used wherever you need to show hierarchical taxonomies. Shows the entire taxonomy in a tree format (using JSTree) and allows searching as you type, and selection of one or more terms. The tree is displayed in a separate window.

Term menus

Component type

module

Categories

Maintenance status

Development status

Downloads

633

Component created

Component changed

This module is removed to Taxonomy field menu , as name "Taxonomy field menu" is more semantic for purpose of this module. For sites running term_menus, simply uninstall this module and install Taxonomy field menu. There's not much difference between the two modules. The only difference at this moment is Taxonomy field menu has auto test covered.

Summary:
This module is to build menus based on connections between terms and nodes.

Taxonomy hierarchy autocomplete

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Taxonomy hierarchy module provides autocomplete widget for hierarchial vocabularies. This stores the terms to deepest level. Autocomplete is done for terms in all levels of hierarchy.

Assumptions
------------
* Terms upto last level are stored for each taxonomy field
* The order of terms in field is according to its level in hierarchy