The Menu Block module provides configurable blocks of menu trees starting with any level of any menu.

learn more… | top users | synonyms

0
votes
0answers
19 views

Get rid of default block style for drupal menu block module

After lots of trying, i finally managed to find out how to make my menus active in drupal 7, using the drupal menu block module. There is one nasty thing which i can't find just a simple solution ...
0
votes
1answer
37 views

Add Menu Block (module) Menu To Page tpl

Hello i am trying to avoid using the block system with drupal. Im using panels and i dont like having to add the main content if i use any block in a region. anyhow.... i was hoping to add a menu ...
0
votes
0answers
18 views

How can I build a menu with administration permissions?

I want to build a navigation with different primary links on Drupal 7. At the second level different administrators should be able to add or edit nodes - but only in their own section. - area 1 - ...
0
votes
0answers
41 views

Expand sub-menus on hover in a menu block

I need to show menus expanded in the sidebar. I used the menu blocks to show the submenus. But now the problems is when I hover on the parent menu initially it is not showing the submenus which was ...
1
vote
0answers
23 views

Extra menu_block showing on one page only

I have a single page that is rendering an additional menu_block that repeats my sub-navigation link (which are displayed in a side column). I have a Primary Link in the main navigation that has two ...
0
votes
2answers
66 views

menus as a block in drupal7

i have created a navigation menu like home, services, about us, so on and then contact us .. each parent has many child and their own child . it was created sucessfully. Now what i want to show ...
1
vote
3answers
178 views

Add class to top-level ul using menu_block

I am using the Menu Block Module to generate my main and sub navs. I want to add a class to the ul for just the top level of the main nav. As I understand it, I can do something like this: function ...
1
vote
0answers
14 views

How to trace menu links not linked to a node in views

I am using drupal 7.18 + views 7.x-3.5 + menu node views 7.x.1 I managed to make blocks of the children of the active menu item, using views and menu node views based on the menu node id contextual ...
1
vote
2answers
93 views

Modifying CSS class of Menu Block links?

The Menu Block offers several hooks to override the markup it generates: #theme: menu_link__menu_block__1 menu_link__menu_block__main_menu menu_link__menu_block menu_link__main_menu ...
1
vote
0answers
68 views

Menu Block won't display when a page has a View Block on it

I have Menu Block installed to provide some contextual menus for certain areas of a site. These generally work great. But I have a few pages where I'm adding a Views generated block to the bottom of ...
3
votes
2answers
146 views

Fixing a failed module install

I am on Drupal 7. I was on a hosting company that would give me only 64MB of PHP Memory. That led to several issues when installing new modules. My website would run short of memory and would brake ...
0
votes
1answer
77 views

Menu block doesn't appears where I expect it

I have this kind of menu: "Level 1" has menu item "Level 2", which links to the page with "cat1" url. Then, I have node which have aliases "cat1/[nid]", hence, in my opinion, menu block (provided by ...
0
votes
0answers
29 views

Why doesn't my text fully show? [closed]

My webpage is www.renesalsa.lt. My text doesn't show fully, what can I do in textfield. I don't know how to adress it, anyone have idea?
0
votes
2answers
538 views

How can we theme menu blocks in drupal 6

I decide to theme menu blocks in my drupal 6.x. I have copied block.tpl.php into my theme folder and I have renamed it to block-menu.tpl.php but it seems it doesn't work !! How can I modify the ...
2
votes
1answer
270 views

sibling taxonomy terms

Drupal 7 I have a vocabulary with hierarchical terms countries and cities. I have a view with context filter=cityA ( parent country A) How I can display into a block all cities from country A ( ...
0
votes
1answer
352 views

URL Alias does not work in Menu-Blocks with i18n (pathauto also installed)

I'm currently facing a problem with Internationalization and the main menu block on my page. So when I created the page about-anna and navigating to /de/about-anna - it works great also with /node/27 ...
0
votes
1answer
332 views

What does menu blocks “Block title as link” option do?

The Menu block module has an option on each block titled "Block title as link". My interpretation of the description combined with some testing, is that if I leave the "Block title" setting out, the ...
0
votes
1answer
94 views

multilingual blocks in drupal6

I use drupal 6 . I have some menus in the site. I 'm going to add other language support to my website. I know how to create multilingual content (nodes) but I don't know how to do it with menus like ...
1
vote
1answer
943 views

Menu Block (or custom menu display): expand immediate children of active item

I need to show a menu which only displays nodes one or two levels into the menu hierarchy, unless these nodes are immediate children of the node currently being viewed, in which case they should also ...
3
votes
1answer
1k views

Menu block is not being displayed on the front page

I'm using the Menu Block content type to provide a list of the secondary level menu items down the left hand side of the website. it works perfectly other than on the front page where I can't seem to ...
1
vote
1answer
585 views

Menu Block: Expand all children of this tree - ignored?

Is anybody using Taxonomy Menu + Menu Block? I have a problem setting Expand all children of this tree, in that it seems to be completely ignored. My sidebar taxonomy menu lists all children expanded, ...