Taxonomy Access Control Lite

Dave Cohen - March 13, 2006 - 03:05

This module restricts access so that some users may view content that is hidden from others. A simple scheme based on taxonomy, roles and users controls which content is hidden.

As the name implies, this module shares some functionality with an
earlier module called Taxonomy Access Control (TAC). If you are
shopping around for an access control module to use, consider that one
as well. See this module's README.txt for an explanation of "why yet another access control module".

Here are some key features of tac_lite:

  • Designed to be as simple as possible in installation and administration.
  • Uses Drupal's node_access table, db_rewrite_sql hook and
    taxonomy module to leave the smallest possible footprint while doing
    it's job. For example, it introduces no new database tables.
  • Grant permissions based on roles.
  • Grant permissions per user. (Give a specific user access in addition to what his/her roles allow).
  • Supports view, update and delete permissions (as of version 1.2).

Releases

Official releasesDateSizeLinksStatus
6.x-1.32009-Mar-2012.83 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.32008-Sep-1712.57 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Apr-1812.84 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2008-Jun-2612.57 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.