5
votes
3answers
11k views

Why aren't my drupal 7 submenu's showing?

I can't seem to get my sub-menus to display. I've gone to: Home » Administration » Structure » Menus Then, I've edited the parent menu and checked the tickbox that says "Show as expanded" - but ...
2
votes
1answer
2k views

Drupal 7: calling “menu block” into page.tpl.php

I have the Menu block module installed; I created a second level menu as block via "add menu block" at the block page, and assigned it to the content area. It displays the menu block at the end of ...
1
vote
3answers
4k views

How to theme a menu block in Drupal?

This should really be a basic question but I simply don't get it after hours of searching. The question is, how do I theme menu blocks in Drupal 7? I've created three different blocks all based on ...
1
vote
2answers
211 views

Drupal - how to set active trail when using book?

I'm creating a sub theme for Omega and am using a book for hierarchical navigation. The problem I have is that when I click on a link that is in the third level of navigation, the active trail isn't ...
1
vote
2answers
2k views

Drupal 7 - Appending class names to a menu block <ul>

I've been stuck on how to manipulate in the template file what a menu block outputs in it's html. The regular < ul class="menu" > with li links is fine and I don't need to completely gut this html ...
0
votes
0answers
31 views

YOUR_THEMENAME_menu_tree__YOUR_MENUNAME not working

I have a custom Menu called "Footer", the machine readable name is "menu-footer". And I want override the theme_menu_tree() function for the menu. My theme name is "abc", so I tried ...
0
votes
1answer
1k views

Drupal 7 Bartik theme main menu

I am dabbling fresh with Drupal 7 and so far having little success with getting the Menu to behave the way I want it to. My CSS and PHP basics are strong, but understanding Drupal's system is in ...
0
votes
1answer
274 views

Drupal Main menu renders horizontally

I am not sure how this has happened. but wherever I render the block of my main menu, it displays it's links horizontally rather vertically. The deal is, with each of the themes that I have, the main ...
0
votes
1answer
155 views

Custom theming Drupal 6 Menus

Is there a hook or preprocess function that I can access to write my own theming function for a drupal menu (in this case, primary links)? I have a rather complex menu structure that requires a ...