Always Visible 7

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows administrators to override the visibility of menu items. Normally, items which are inaccessible won't show up in the menu. Using this module, menu items can be set to always show up. Their contents will still be restricted.

D7 port of http://drupal.org/sandbox/mthomas/1119418

See http://drupal.org/node/300607#comment-4591802 for history.

NARP

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drush command enables rebuilding the node access table across multiple Drush instances. It also rebuilds the table without wiping the old grants, helping to preserve the user experience during the rebuild.

Simple content access

Component type

module

Maintenance status

Development status

Component created

Component changed

At the moment there is an 'add story content', 'edit story content' and 'delete story content', but there is no 'view story content', only the 'access content' permission to grant the role the permission to see all the content types. This simple module just adds a view permission for each content type.

If a role can access to all the content types, enable the 'access content' permission.

Menu item visibility

Component type

module

Maintenance status

Development status

Downloads

74666

Component created

Component changed

This module exposes configurable and extendable visibility settings for menu links. For example, if you want to create a 'My account' link that points to /user, both anonymous and registered users have access to the /user path, so both will see the link, even if anonymous users do not technically have an account. Using this module will allow you to only have your 'My account' link visible to registered users, and hide it from anonymous users.

The module uses the exact same UI used for block visibility settings for familiarity.

Node Access Rules

Component type

module

Maintenance status

Development status

Downloads

3699

Component created

Component changed

Have you ever what to control the access to a certain node or node group by Rules? This module allows you to control the access to a node (create/view/edit/delete) by Rules.

Therefore new events are added and a method to grand or deny the access to a node is added.

With this module you get the total freedom of controlling the access to a node by defining Rules. You could add complex date constrains or complex constrains depending on linked nodes or users.

Email downloadable

Component type

module

Maintenance status

Development status

Downloads

1227

Component created

Component changed

Description

Super simple module that does 3 things:

  1. Provides a configurable “Download this node” link.
  2. Sends an email with a link to the download using a unique code.
  3. If the code is valid takes you to the download.

What a download is it’s up to you. The module provides a basic edwd-node.tpl.php you can override it in your theme or your module to customize it.