How i can delete block created from a node?
In ADMIN\BUILD\BLOCK is not option for "delete" this block.

Comments

BioALIEN’s picture

Category: support » feature

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.

toologic’s picture

Ok!
And how long wait for release this feature?

elyobo’s picture

Note that you might need to clear the view cache if a block created by a view is still appearing after you delete the view.

dropcube’s picture

Version: 5.x-1.1 » 5.x-1.x-dev

I would appreciate if someone can post a patch to include this feature.

dropcube’s picture

Status: Active » Closed (won't fix)

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.

mennowas’s picture

Issue tags: +delete block

You 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.

drupal.newbie’s picture

Status: Closed (won't fix) » Closed (fixed)

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:

  1. 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".
  2. 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!



That Is It, Good Luck !

drupal.newbie’s picture

Status: Closed (fixed) » Needs review
drupal.newbie’s picture

Status: Needs review » Closed (fixed)
amjad1233’s picture

Sorry Wrong Post :-)