Taxonomy

Flag Terms

tayzlor - November 18, 2009 - 12:36

This is a simple module that uses the Flag module API to add an additional flag type to allow you to flag taxonomy terms.

You can then use the flag in the same way you would with any of the other default flags. An example would be to display a list of the current user's flagged terms using Views.

This module was created as an add-on module rather than a patch to the Flag module itself as a result of discussion here and original code by moofie.

RRPedia

radioradicale - November 11, 2009 - 17:37

RRPedia is a module that provides Wikipedia integration to taxonomy terms.

Premium Content Access Permissions By Term

Bevan - November 6, 2009 - 14:22
Screenshots of permissions page and node-form with Premium Content Access Permissions By Term module

The Premium Content Access Permissions By Term module allows access to content to be restricted to certain roles by taxonomy term and Drupal role permissions and supports multiple access tiers.

It does not use the node_access table. It integrates with views via its use of taxonomy terms. It is similar but different to the Taxonomy Access Control, TAC Lite, Restricted Content and Premium modules.

When access is denied to a content item it supports redirecting the user to another path, or giving them the access denied page. Support for more behaviors can be added reasonably easily.

Installation instructions

  1. Create a vocabulary for the access levels. A suitable name for the vocabulary is "Restrict access to". It must not be hierarchical or multiple. It can be required if you want, though this is usually not recommended.
  2. Enable the vocabulary for at least one node type for which access can be restricted.

Taxonomy Term View

guix - November 4, 2009 - 19:40

Goal : in each term edit page (admin/content/taxonomy/edit/term/TID), allow to choose a view to use for taxonomy/term/page, or using the default taxonomy/term/TID view set in View or the Drupal taxonomy/term/TID.

Top Terms

adub - November 1, 2009 - 19:50

Top Terms is a lightweight module designed to find popular terms on a site. These can be displayed as a simple block or used by other modules.

Popularity is measured by summing page hits for each article tagged with a term. It collects these results on a scheduled basis and caches them for better performance. The block display can easily be overridden by adding the following template files to your theme:

  • topterms-block.tpl.php
  • topterms-block-item.tpl.php

For integrating with other modules:

The following function is suitable for use by other modules: topterms_get(). It has the following signature and defaults:

topterms_get($cacheid = 'topterms', $vids = NULL, $limit = 20, $sorting = 'name')

Usage:

$vids = array(12); // an array of vocabulary ids
$limit = 20;
$sorting = 'name'; // 'name' or 'total'
$cacheid = 'myapp'; // or something like md5(implode('', $vids) . $limit . $sorting) if you are generating dynamic queries
$data = topterms_get($cacheid, $vids, $limit, $sorting);

(N.B. This module is distinct to terms_statistics which measures accesses to taxonomy listings rather than nodes themselves.)

Developed by http://adub.com

Taxonomy NCO

russellb - October 30, 2009 - 12:56

Taxonomy NCO uses Normalised Co-occurrence analysis to look for relationships between terms in a freetagging vocabulary. This allows us to infer semantic relationships between terms.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.