This tag is for topics related to the Drupal menu system.
1
vote
2answers
25 views
How can I add a direct link to the edit account settings page in a menu?
Ok, I must be missing something obvious, but I'm having trouble adding a link to user/%/edit to the main menu. In the Menu UI, I clicked "add link," set the title to "Account settings," and then was ...
-2
votes
0answers
26 views
drupal categories structure [closed]
I am trying to build a similar site with Drupal 7 However I want to know how to build the structure.
I am messing with categories and structure, cant getting which modules shall do perfectly.
I need ...
-1
votes
1answer
32 views
Styling nice menus bar so it spans full width with a wrapper [closed]
I've installed the Nice menus module, and played with the CSS styles.
I basically have it how I want it, but I would like the red to the edges of the page. Thi is the CSS styles I've got. I've tried ...
1
vote
1answer
21 views
How to delete system menu links
I want to remove the "My Account" and "Log out" menu links, as I've incorporated those into other parts of the page.
Now, I'm a Drupal novice so if I'm making rookie mistakes here go easy!
What I've ...
1
vote
2answers
43 views
How to create a different second level block for every menu link?
I'm creating a small project and got stuck on the following:
Im using the module Menu_block to create my navigation menu second level.
What i need is a different background for each second level. ...
0
votes
1answer
19 views
Link menu item to an element ID on the same page
I want to link my menu items not to a page, but to a specific ID of a div tag on the same page, so if anyone click on it would go to the div section. basically its because I want to make a list of ...
0
votes
0answers
17 views
Menu items hierarchy question
I'll try to be clear and give you the actual situation.
In my main menu I have two levels of links like this
Phuket
Attractions
Excursions
Restaurants & bars
Hotels
Transports
Sud ...
0
votes
3answers
30 views
Drupal 7 - Add two menu items with the same path but different query string
On Drupal 7, there is a difficulty adding two or more items to a menu which are having the same URL but a different query string.
For example, when I add two similar paths:
...
0
votes
1answer
11 views
How to add a tabbed menu on group main page (panel)?
I managed to get panels working with og 7.x-2.1 following:
- http://modulesunraveled.com/organic-groups/part-3-organic-groups-layout
- http://www.initsix.co.uk/organic-groups-panels-and-views-drupal-7
...
0
votes
1answer
27 views
Displaying titles of collapsed menus
I'm currently converting a mock-up and I need to display four menus in a list, the first two are expanded, and I need to display both the titles and menu items, and the next two are collapsed, so I ...
1
vote
1answer
27 views
Problem adding a tab to the user menu
I created a panel page using the Panels module, Contact list at the path messages/contact-list.
The Privatemsg module causes several tabs (Inbox, Sent messages, All messages) to be displayed across ...
-1
votes
0answers
25 views
Theme menu like this site (see question for the site) [closed]
I want to create a menu like this site: camperonline DOT it. How can I do it? Notice that in the "Sosta" link there is an image at the top of the link. Is it possible in Drupal? How?
1
vote
0answers
11 views
Organic Menus for every group wont show
I've made a module to create organic groups and step by step content types inserting ,, at the end of the wizard I made a function to create og_menu for every group which get created fine.
but my ...
0
votes
1answer
45 views
How to link menu item to a page in Drupal7, that can display database content?
I am using a custom module in my Drupal7 to add data in a form and then inserting it into the database. The form has fields like "Menu Name", "Image", etc. I want to know :
How can i show this ...
0
votes
1answer
52 views
Finding out what file was called immediately before error
I'm getting the following errors in dblog whenever I look at a page:
Notice: Undefined offset: 0 in _menu_check_access() (line 635 of /home/mysite/public_html/includes/menu.inc).
Notice: Undefined ...