This is a utility module for deleting "orphaned" taxonomy terms. By default, terms with zero nodes associated with them are considered orphans, though administrators can specify the number of nodes associated with a term in order for it to be considered an orphan.
WARNING: This module is in development and should be used with caution. Be sure to back up your database before using this module.
NEWS There now is an experimental release for D7. Use with caution!
Version 2.x comprises the following enhancements:
automatic pruning (cron) with whitelist/blacklist (see picture)
simulation of what would be removed (manually or by the automatic job)
failsafe parameter for automatic mode for all and/or any nodes
option to only prune tag based vocabularies (this is usually where the biggest mess is)
option to remove empty vocabularies (dependent on whitelist/blacklist)
Visitor path module [visitorpath] tracks external referrer and onsite path information for visitors to your site (actually, extracts it from the Drupal core statistics module's accesslog table), including time on each page and an attempt at parsing what search keywords, if any, brought a person to your site.
Visitor path integrates with Webform module by automatically creating hidden webform fields for path tracking and search keyword information from the moment a user (anonymous or authenticated) enters your site to the point where they submit a form.
Specifically, Visitor path makes available for recording:
Entrance page title and URL (page on which a visitor first landed on your site)
Previous page title and URL (page on which a visitor was before recording this information, such as before submitting a form or reaching another conversion goal)
Conversion page title and URL (page on which recording ends, such as where a form is submitted and this path information is captured)
Full history (the page title, URL, and duration of time before moving to the next page for each step of the visitor's path through your site)
Source (URL that the visitor's browser reports as having been the source of sending the visitor to you – that is, the referrer aka referer, if any
The Mentions module offers Twitter like functionality, recording all references to a user's username - using the [@username] or [@#uid] filter format - from various locations, providing a centralized page to track all mentions (via the Views module).
Features
Tracks Mentions on any Entity.
An Input filter to convert [@username] or [@#uid] to the user's profile, e.g., [@deciphered] and [@#103796] become @deciphered.
Customizable input ([@username], [@#uid]) and output (@username) patterns, including support for Tokens.
Autocompletion of mentions; Using the jQuery textcomplete library usernames will be suggested while mentioning.
Integrations with:
Machine name - Use a Machine name field as the mention source.
Rules - React to created, updated and deleted mentions.
Views - Display a list of all mentions, mentions by user, and more.