Node Access User Term

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides access control on nodes when a user has a taxonomy term that is also assigned to a node. So if your node has term "blue" and your user also has term "blue" access is granted. Unlike most other access control modules this module does not use user roles at all in determining access, only taxonomy terms.

This module is working, but there will be some upcoming changes to fine tune things a bit. More to come!

Add Term like Node

Component type

module

Maintenance status

Development status

Downloads

757

Component created

Component changed

[EN]
With this module you can add new Term like you add Node in menu Navigation.

[RU]
С этим модулем Вы можете добавлять новые Термины также как Вы добавляете Материалы в меню Навигация.

The idea and Realization: Rysevets M.
Идея и Реализация: Рысевец М.

Media Warehouse

Component type

module

Maintenance status

Development status

Component created

Component changed

Features

File De-duplication

The storage back-end uses SHA-256 content-based addressing to store any physical file once (based on its actual content, not its name), no matter how many times it is uploaded.

Multiple uploads of the same file create virtual copies that have their own meta information such as owners and file names.

Granular Permissions

CRUD permissions can be configured per-role, per-file with the included Media Warehouse Roles sub-module.

File permissions are extensible via hooks.

Revision collection

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes it possible to create collections of content.

Nodes can be placed inside a collection. When a collection is active, all users will be able to see only content within this collection. Collections can be set on global level and on user level.

use:

  • Create a collection
  • Select the active collection on the user profile page or in the collection settings
  • Add content or add existing content to a collection

Hsoub CAPTCHA

Component type

module

Maintenance status

Development status

Component created

Component changed

Integrating Hsoub CAPTCHA web service with CAPTCHA system.

  • Secure CAPTCHA with Arabic and English support.
  • Customisable and not bad looking at all!

Requirements

  • Hsoub CAPTCHA depends on the CAPTCHA module.
  • Signup to get your own API key that gives you access to Hsoub CAPTCHA API.

Node Access Fixer

Component type

module

Maintenance status

Development status

Downloads

381

Component created

Component changed

This module does nothing on its own, other than to attempt to make harmony out of multiple node-related "access callback" changes made in the hook_menu_alter() implementations of various modules. It does this by ensuring that its own "access callback" handler is called for each of several node-related menu paths ('node/%node', 'node/%node/edit', etc.). This handler then calls all other "access callback" handlers for the given path, returning TRUE if any handler grants access.