This tag is for topics related to the Drupal menu system.
0
votes
1answer
8 views
restrict blocks in multilanguages site
I want create a multi language website, I have some problems,
according my search about menu link in multilanguage drupal website ( I did this job in some year ago but forget it(because some personal ...
8
votes
2answers
55 views
How to call a function when a node is being viewed?
Whenever I view a node page, I want to call a function but I'm not sure how to do that.
I was thinking I should use hook_menu() and declare the path as node/%, and attach a callback function to that ...
0
votes
1answer
22 views
context path and subpaths
I have a problem with Context path condition. I would like on the conditions region to assign something like path/* where * indicates all its subpaths. For instance, if we have path/subpath1/subpath2 ...
1
vote
1answer
10 views
taxonomy menu links change with path
Is there any way to change taxonomy menu links depending on path? I have a Taxonomy menu in a block with different levels and depending on path I would like to change the taxonomy level depending ...
0
votes
0answers
12 views
submenu tree appearing in one node but not another
I'm using the submenu tree to display submenus in node content.
The submenu appears in one node type, but not another. I've looked everywhere, and the settings are identical in both node types.
Has ...
0
votes
0answers
14 views
Need help assigning different classes to menu ULs depending on depth [duplicate]
I've been struggling with this for a while now and I'm near my wit's end. I'm trying to organize a menu structure in Drupal like the following:
<ul class="MAIN">
<li ...
2
votes
1answer
24 views
Create an 'active' class for partial url?
I have a system of menus on a site that helps the user drill down to the page they are looking for. If they click a link in the main nav, it might take the to /category. On that page, a sidebar menu ...
0
votes
1answer
14 views
Superfish submenu hidden
I just configured one of my menus to use the Superfish menu module. I've used this module before, but this is a new problem (I'm using the Navin theme, a subtheme of Omega).
Any part of a submenu ...
0
votes
2answers
20 views
How can I remove the hardcoded menus from the Navin subtheme?
I'm using Navin, a subtheme of Omega. I'm trying to hide the main menu, so that I can add a superfish menu, but I don't know where it's been hardcoded. It's not in a block (admin/structure/blocks). ...
0
votes
1answer
38 views
Altering main menu in drupal 7
I am new to drupal, and i am trying to alter the code generated by my main menu. I would like to replace this :
<span thmr="thmr_249"><ul id="main-menu" class="links inline clearfix">
...
0
votes
1answer
22 views
Multiple rendering causing a ul more
I had following code in template.php this is in function bartik_process_page(&$variables)
$main_menu_tree = menu_tree_all_data('main-menu');
$variables['main_menu_expanded'] = ...
0
votes
1answer
28 views
Link to anchor on current page with smooth scroll
I have smooth scrolling working (https://drupal.org/project/scroll_to_destination_anchors) and I have linking to anchors working (https://drupal.org/project/menu_token) but I can't get my desired ...
1
vote
1answer
33 views
contextual menus on drupal
I have some questions about Drupal menus. I am interested to have a Contextual Menu in sense that its links change depending where the user is.
I have a Taxonomy Menu and I would like to show in the ...
-1
votes
0answers
15 views
User menu with child items - how?
I have a few links in my User Menu and they are being displayed in the top right hand corner of the site, above the Header...
One of the menu items is FAQs and it should have 3 child items. They ...
1
vote
1answer
35 views
Show a block if the page content has a specific taxonomy term
I've got a content type (Brands) and a taxonomy vocab (Product Type) with a few options, so you can "tag" a brand with a specific product type. Using Views I'm filtering my content on my pages ...