Module is ready
------------------------------------------
We're looking for a Drupal developer who can build us a simple module that provides an admin page that contains a simple checkbox that will make a specified block(s) be visible on the site or not.

Example:
BlockID's = 27, 31 (It should be possible to change the ID's inside the module code, there's no need to include it inside the administration page)

When an admin turns of the checkbox on the administration page, the block(s) will not be visible anymore on the site.
When he turns it back on, the block(s) should be visible again.

So what we need is a simple module that provides us a administration page with this checkbox and the the possibility to set the permission for this page to a role on the permissions page.

Drupal core: v6

Comments

web2sigma’s picture

Why you are not doing this through the Block Administration page???

hershel’s picture

Sounds like the feature desired is to provide this access to certain users without giving them full access to administer all blocks.

bubsy119’s picture

Ind, this would be for a role that doesn't need access to the administer of all blocks.

Module is written, probably also soon as download in the module section.