After a while, the block page becomes very crowded. This issue is about giving the Drupal admin the ability to hide blocks from showing up. Depending on how many contrib modules an admin is using, their blocks page may "go on forever" so to speak. It would be nice to hide blocks from view to keep this page a little tidier.
One good example is how adsense allows users to hide blocks from view in order to keep your ads manageable.
| Comment | File | Size | Author |
|---|---|---|---|
| adsense-hide-ads.png | 18.13 KB | bsherwood |
Comments
Comment #1
bsherwood commentedTagged under "Usability" since I think this would help with the effort in making D7 more user friendly.
Comment #2
dgoldenbaum commentedComment #3
marcushenningsen commentedThis would be a great feature. Has it gotten anywhere?
Marcus
Comment #4
Bojhan commentedSorry to late in the cycle for such a large change.
Comment #5
marcushenningsen commentedThat's what I thought. Does anyone know of any contrib modules providing this feature?
Marcus
Comment #6
Yuri commentedsubscribing
Comment #7
timhilliard commentedDuplicate of #935698: Grouping blocks / Better block management
Comment #8
Jeff Burnz commentedSee: http://groups.drupal.org/node/67598
Comment #9
Bojhan commented@Jeff I love the cross post, but we have no idea what the UI implications are.
Comment #10
Jeff Burnz commentedYoroy has broached the question in the Butler queue, right now I think no one has a real firm idea of what the UI might look like and in any case I would think its quite probably D9 material, I think the underlying concept is a Panels-esque UI.
Comment #11
mstrelan commentedFWIW I just tried to hide all blocks from the Tagadelic module by implementing hook_block_info_alter(). I figured I could just unset $blocks['tagadelic'] and they would disappear. Turns out it deleted all my settings of all my blocks. Perhaps this is a bug, or perhaps it was just a very bad idea. So in response to "Does anyone know of any contrib modules providing this feature?" I'm guessing the answer is a big no.
Comment #12
yoroy commentedSilly idea in the mean time that might help clean things up: add a collapsed fieldset at the bottom to tuck 'not in use' blocks away in.
Comment #13
swentel commentedThe block screen has been revamped and only shows the blocks that are actually enabled. To add one, there's now a search form too.