Block Contextual Links Hider

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sometimes you want your content manager to be able to edit just certain blocks/boxes.. We're using a wide array of modules to provide blocks like boxes, views, entity_boxes etc each providing their own methods for access control and contextual links..

Every module however is dependent on the 'administer blocks' privilege. Not enabling this privilege leads to problems with for example the boxes module that replaces these contextual links through javascript. The blocks module also doesn't provide a per-block method for access control.

Archimedes ☒

Component type

module

Maintenance status

Development status

Component created

Component changed

See http://drupal.org/sandbox/fiasco/1116808 or https://github.com/fiasco/Archimedes-Client-Drupal for the parent codebase.

(copied from Josh's sandbox page)

This module is the Drupal client module for Archimedes Server, a passive application monitoring tool.

*Installation*

Drupal 7 port of Advanced Book Blocks

Component type

module

Maintenance status

Development status

Component created

Component changed

Advanced Book Blocks integrates with the API provided by theJQuery Menu module to provide click and expand book menus with the ability to customize each block individually.

Not only can you set blocks to hold particular sets of books, but you can also set each block to enable new books on a per block level based on taxonomy terms which are assigned.

This sandbox project seeks to port this module to Drupal 7.

Block Conditional Visibility by URI Query Parameters

Component type

module

Maintenance status

Development status

Downloads

3672

Component created

Component changed

Controls block visibility by URI Query Parameters. Drupal natively allows blocks to be placed on pages by using their paths, however, this module allows administrators to also display modules based on url query parameters.

  • Supports both "All pages except those listed" and "Only the listed pages"
  • Can be used in conjunction with page visibility
  • Administrator can set both the query parameter and value - the module is just looking for an arg=value pair

Example uses:

Delete nodes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module deletes unpublished nodes at cron run.

Options available:

1. Cron run frequency
2. How old should be the nodes
3. From which content type should be the nodes
4. How many unpublished nodes to delete per content type per cron run.