Editable blocks allows site editors to update content published in a block without exposing access to block administration.

This module is similar to the core Block module but with a set of permissions that only allow users to control the content of the block rather than the full control that the 'administer blocks' permission gives.

Previously the only way to achieve this was to create a node and load this into a block. This had undesirable consequences like adding the extra node to search engines.

Project page: http://drupal.org/sandbox/ltl/1151544

The code is in 6.x-1.x branch: git clone --branch 6.x-1.x http://git.drupal.org/sandbox/ltl/1151544.git editable_blocks

Comments

davidhernandez’s picture

Component: new project application » module

Just to be clear, this module provides a way for content editors to access custom blocks and change the content, without giving them access to the full block administration? This way they can't control the block, but can change its contents.

joachim’s picture

If that's the case, a better name might be 'block access'?

joachim’s picture

How does this module work? I've just taken a quick look at the code and it seems to be doing its own storage.

Does that mean you can't change a previously created block to an editable one? Is there a problem with using core's built-in custom blocks?

joachim’s picture

BTW, at first glance code looks clean and well formatted. Nice job :)

Jonathan Peterson’s picture

Status: Needs review » Closed (won't fix)

As part of a discussion about http://drupal.org/node/1121112, the applicant wrote:

...I'd be happy for you to remove the application from the queue as well as http://drupal.org/node/1151574.

Closing as won't fix on his behalf.