Deleting blocks created with Region to Block
I can't see any way to either rename or delete a block created with Region to Block. Is there a way to do this?
Read moreShow default block in a region
I'd like to have a specific block show in a region if there is no theme > block specified for that region. Notzach recommend the Context module, but that might be overkill for this single use case.
Here's the scenario:
I'm using the genesis theme, and the region is "secondary_content". This region will always have one block, the superfish menu block. The balance of available menus will be determined by settings on my theme's block page.
Getting Menu_Id for a Menu-Block placed in a Region of a Theme
Hello!
This may be OT here - in case it is, maybe you can point me to the right place to post this.
I'm working on a theme for a non-profit website. I've been googling for a whole day without finding a solution.
I want to achieve the following:
Menu-Blocks that are placed in a certain region of my theme need to be processed to change their markup. Processing is not hard to do. But how can I get the following info from drupal:
- Is there a Block containing a Menu in a certain region?
- If so, what is the menu_id of this menu, so that my theme can process the menu tree?
