Taxonomy term weight by user

Component type

module

Categories

Maintenance status

Development status

Downloads

434

Component created

Component changed

There are times where Drupal's default weight sorting mechanism is not enough to organize terms inside a vocabulary.

This module provides the infrastructure to allow other modules to set an arbitrary order of a given term specific to the user.

A good use case would be allowing users to re-sort data presented to them based on their interests. For example, if a site lists books, and you like reading romance rather than sci-fi, then you can re-order the terms without affecting the other users.

Views Expose Tables

Component type

module

Categories

Maintenance status

Development status

Downloads

2684

Component created

Component changed

Exposes Drupal DB tables to Views

This is a simple module which does one thing: provides an admin page for site-builders to choose which tables in a site's Drupal DB to expose to Views.

The module then loads all the fields for each chosen table and detects the data type of the field and sets appropriate views field, sort, filter, and argument filters (for example numeric, string, date, or "default").

It also looks for a primary key of the table and if one is found it sets it as the base field for a views base table and makes the table accessible to views.

Views empty404

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

Provides a Views "no results behavior" that returns a HTTP 404 error. Recommend using with Views' contextual filters.

Requirements

Roadmap

This module has no stable branch yet, but work is occurring on the 1.x branch.