Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I think the logic here is that to remove a block you should just delete the node that's responsible for it. But I think +1 to the idea of removing blocks from the blocks page - which in turn resets the node's blockasnode fieldset for this module.
Currently, only blocks provided by the core block.module can be deleted in the blocks admin page. So, to remove a node-block you should just delete the node that's responsible for it or reset the node's block settings in the node edition page. I think it's a won't fix.
I was wondering how to do it just like you! Then with some playing around with my site files I figured out how to do it:
It is pretty simple just open your site file manager, then go to the folder where your theme is - in my case it was "/htdocs/drupal/sites/all/themes/rootcandy".
There you will find a ".info" file, open that file and there you can see regions[block_name]=block_title list where you can delete unused blocks from!
Comments
Comment #1
BioALIEN commentedI think the logic here is that to remove a block you should just delete the node that's responsible for it. But I think +1 to the idea of removing blocks from the blocks page - which in turn resets the node's blockasnode fieldset for this module.
Comment #2
toologic commentedOk!
And how long wait for release this feature?
Comment #3
elyobo commentedNote that you might need to clear the view cache if a block created by a view is still appearing after you delete the view.
Comment #4
dropcube commentedI would appreciate if someone can post a patch to include this feature.
Comment #5
dropcube commentedCurrently, only blocks provided by the core block.module can be deleted in the blocks admin page. So, to remove a node-block you should just delete the node that's responsible for it or reset the node's block settings in the node edition page. I think it's a won't fix.
Comment #6
mennowas commentedYou can only delete a block added through this method: http://drupal.org/getting-started/6/admin/build/block
Blocks created by a module using this method can NOT be deleted.
Comment #7
drupal.newbie commentedI was wondering how to do it just like you! Then with some playing around with my site files I figured out how to do it:
/htdocs/drupal/sites/all/themes/rootcandy"..info" file, open that file and there you can seeregions[block_name]=block_titlelist where you can delete unused blocks from!That Is It, Good Luck !
Comment #8
drupal.newbie commentedComment #9
drupal.newbie commentedComment #10
amjad1233Sorry Wrong Post :-)