The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
76 views

Is there a standard Drupal way to link to 3rd party configuration forms?

I am writing a custom module. On my module's configuration form I would like to provide links to relevant modules' configuration forms; e.g. the cron configuration form. Is there a standard Drupal ...
0
votes
1answer
63 views

Insert navigation links into new Drupal Calendar item confirmation screen

I've looked everywhere but can't find an answer to my question. I've also posted this question in the Drupal Calendar issues forum, but haven't gotten an answer (http://drupal.org/node/1939914). I got ...
1
vote
1answer
21 views

What meaning do the primary / secondary menu links have when it comes to SEO?

Is there some meaningful difference between the primary / secondary links when it comes to SEO? Do they carry a different weight from a search engines perspective? Thank you!
1
vote
1answer
45 views

Showing nested links in Drupal but still add classes to list elements

Very new to Drupal and a bit confused. In order to render a menu in my theme I've been using this: print theme('links', array('links' => $main_menu, 'attributes' => array('id' => ...
0
votes
1answer
90 views

Omega footer navigation

I'm making a footer menu. The base-theme I use is Omega. Now I'm looking for the best way to add a CSS value to each menu-item, so Omega places them next to eachother. Basicaly, what I would like to ...
2
votes
0answers
43 views

Main Menu Display Description as span Tag

I modifed my main menu using the following code, but I need the <span class="description"> elements only for the first level menu items, not for the sub-menu items. How can I achieve this? ...
2
votes
1answer
135 views

How do I add rel=“nofollow” to links in blocks/menus/etc?

I want to add rel="nofollow" attributes to links that point to login/ToS pages in my Drupal 7 site. How can this be accomplished?
6
votes
3answers
412 views

No navigation links on 404 pages Drupal 7

When I visit a page that does not exist, I expect to still see the primary and secondary links as on any other page. But what I get is no navigation links in 404 page. No navigation links on 404 ...
0
votes
0answers
20 views

Error with Menu Positioning module: drupal 7

I'm trying too add links to a menu automatically based on certain criterias, when some content is added. At the moment, I'm trying to use Menu position module to achieve this functionality. At the ...
0
votes
0answers
49 views

How do I apply active trail to non-menu links?

What would be the way to apply active trail within a Views-generated block of taxonomy term links rather than a menu? When viewing a node tagged with Term A I would like to see the Term A in the block ...
1
vote
1answer
64 views

Menu items shown in Navigation menu?

I made a module for displaying nodes(links) from database. And I have simple question, why are the links displayed in the navigation menu? I want to be displayed in a separate menu (like navigation ...
0
votes
0answers
240 views

Expandable Tree Menu with parent links inactive

In Drupal 7 I am trying to have a tree menu that the parent items expand/contract on click, but I do not want the parent items to be a page link. I have tried DHTML Module and it does not work how I ...
1
vote
1answer
622 views

Problem displaying second level navigation in menu block

I have something strange happening with a drupal 7 site i'm working on. I have a main navigation menu which also provides navigation via a menu block for all second level pages. this works fine - i ...
0
votes
1answer
106 views

Split Menu in two

I'm trying to create a page where the main menu will be a horizontal nav structure, but split into two groups of links so that I can have a logo in the centre of the nav menu and half the links either ...
2
votes
0answers
85 views

Print the secondary links as expanded in a template file

I'm trying to print the secondary links for the main menu as expanded in my template node--products.tpl.php. In my menu I have three levels. -Products --Product category ---Product -Another menu ...
0
votes
0answers
80 views

Fixed navigation with mouseover

I would like to make a module that creates a navigation bar that has a fixed position, and shows a block when you do a mouseover. Example: At the right site of http://www.louvre.fr/ you can see a ...
1
vote
1answer
96 views

Change the name of a tab

I have a group made from Organic groups, and it has these two tabs. I want to change the name of "View", but can't figure out where to do that. Even better would be if I could delete that little ...
0
votes
0answers
68 views

node is appended after base url and before actual link

I am using drupal 7 In my home page when i hover any link say node/45 then there is right link like base_url/node/45 But after visiting any node i.e. when i go to node/45 page, on that page when ...
0
votes
1answer
79 views

Checkbox left hand navigation drill down

Does anyone have an idea on how I can go about creating this navigation? I have a section of a website that has subwords of a top vocabulary word that I would like to show in a left hand menu in order ...
0
votes
4answers
331 views

Footer menu links

I'm trying to find a sneaky and self-updating way to duplicate the main menu links and place them in a footer menu. The only difference would be that the menu items would have to be glued with a ...
0
votes
2answers
95 views

Links continue to point to live server - Drupal Live to localhost

I have inherited a Drupal 6 site to maintain. I am new to Drupal so there is an element of learning as I go. I have encountered a strange issue after attempting to set up a test site on my local ...
0
votes
0answers
31 views

Relative links on local setup not workin

Im currently working through some problems putting a drupal 6 site I inherited onto my local machine for testing and development purposes. My server environment is IIS7.5 and I am working with a ...
4
votes
2answers
64 views

Show new navigation once user log in?

I'm building a site using Drupal 7 and have a question regarding navigation and roles. My site requires that a lot of content be accessible only to members. I'm wondering how I can show a secondary ...
5
votes
5answers
2k views

Hiding link from anonymous users

How can I hide a particular link in the main menu from anonymous users without making the whole menu invisible?
0
votes
3answers
546 views

How to link up a view created page using hook_menu

I have created a page using view and defined a path for the view. I want to add a tab using MENU_LOCAL_TASK from hook_menu() How can I add a link to the view for the page callback? EDIT I have tried ...
0
votes
1answer
1k views

Drupal 7 - dynamic, collapsible, navigation bar/block/thing in the sidebar first

Because a picture tells more than 1000 words. Click here to see the image --> OPEN IMAGE On the left side, you will see what I need. On the right side, you see what I already have. The question: Is ...
1
vote
2answers
2k views

Add a class to main menu links

I've searched and found variations of this question but I've never found an answer that seemed to work. I need to add a class to the <li> elements, currently the main menu is rendered like this: ...
1
vote
1answer
101 views

How to show the description of primary links [duplicate]

Possible Duplicate: How can I add a caption to my navigation menu? I would like to print my primary links description too in my navigation like this website.
2
votes
2answers
193 views

How can I add a caption to my navigation menu?

How can I add a caption to a navigation menu in Drupal 6? I am trying to achieve this effect.
3
votes
1answer
55 views

How do I print a link only if it doesn't lead to access denied

My nodes have fairly complex permissions set on them. I want to display a small edit link on the teaser for a specific content type, only if the user has the permissions required to edit that ...
0
votes
1answer
27 views

How can I view a list of pages to link to in the Navigation module?

I am learning Drupal, and currently creating my first navigation menu. When I click 'Add Link' I can see this view: This allows me to type a value into the path field to link to, however what I am ...
1
vote
1answer
478 views

can't log in to my off-line drupal site

i deleted the "navigation-log-in pane). i logged out, and when needed to log back in, wrote: "mysite/user" and the message i keep getting is as follows: " Not Found The requested URL /pancher/user/ ...
1
vote
2answers
921 views

How to list subpages on separate menu per page

Say I have a structure like this: Mammals Rodents Mice Gerbils Felines Ocelots Birds Songbirds Raptors Eagles Reptiles Lizards Etc I would like for the main ...
1
vote
3answers
65 views

How to add page “Contact us”/“Terms of usage” using a link in the footer but page's content to be in the main content(middle region)?

This seems to be a very newbie question. This is what I want to do: I 'd like to have a link of type "Terms of usage"/"contact us" in the footer, and when the user clicks on it, a page to be appeared ...
4
votes
2answers
555 views

How to add a top nav bar?

I would like to add a Facebook style or StackExchange style top navbar to my site. It should show the username, mini profile pix, userpoints, search box and a few other links. Is there a module for ...
1
vote
2answers
82 views

Secondary navigation on pages

I want to have navigation menu inside few pages on the left panel apart from the website's main menu on the top, and these menu items will be different for different pages. Is there a module for that? ...
0
votes
2answers
174 views

How do I remove unused drupal links?

There Drupal links, such as sitename.com/?q=user or sitename.com/?q=user/register that a user may use for direct login or registration to my site. What I want to do is to disable those types of ...
1
vote
1answer
78 views

Print all the pages in the same level in a book

I am have a book like this About Us --Overview --Vision --Mission I want there to be menu like this in the left side when the user is in any of there page. --Overview --Vision ...
2
votes
1answer
270 views

Is Menu-minipanels reliable to make a mega menu

I'm going to implement a mega menu in my site and am considering the Menu Minipanels module... Has anyone tried it? Did you find it easy to use/customize? What about performance? Panels is often ...
3
votes
2answers
647 views

use menu item title instead of page title in breadcrumbs

I have been trying to display the menu item title as the trailing item in my breadcrumbs, other than the page title. At this point, I override the template_breadcrumb() function with a custom ...
0
votes
3answers
128 views

Dynamic “My Account” text in navigation menu

How would I go about modifying the "My account" text in the navigation menu, to link the title to a title callback? My goal is to have "My account" say "My premium account," "My guest account," and ...
1
vote
2answers
492 views

Drupal 7 - better navigation for Pages in custom menu

I have several custom menus that link to Pages in my Drupal 7 site. One custom menu is called Announcements. When I visit a Page that is linked in the Announcements menu, I would like to display in ...
1
vote
1answer
509 views

how to style navigation sub-menu?

I need to display dash (-) in front of each sub-menu element. For example, the output should be <ul class="menu clearfix"> <li class="first leaf"><a title="" ...
0
votes
2answers
519 views

Assigning css classes to menu items

I need to assign different classes to all of the menu items in my primary links because each item is preceded by a different icon. How could I go about doing this? EDIT: I found a module that seems ...
1
vote
1answer
352 views

How do display a secondary menu within a drupal node without the node displaying as a actual menu item

I have created a menu with a teaser view with the teasers linking further to nodes. The problem I have is I would like the secondary navigation to continue to persist with the node that the teaser ...
4
votes
3answers
396 views

How do I exclude a single menu item from the home page?

I have a menu that displays on every page, and the top link for that menu is the "Home" link. The clients do not want this menu item to appear when a user is viewing the home page, but wish it to be ...
0
votes
1answer
482 views

Theming book navigation block to generate drop-down menus

I have a 3 level deep book navigation block. I'd like to change the menu tree HTML output in the following way: For each level of the tree, create a li and inside it put an anchor tag with the ...
0
votes
2answers
139 views

Changing navigation depending on authentication status

How can I change my menu items depending on whether the user is logged in or not? For example, I would like my secondary navigation to have a "sign in" link if the user isn't authenticated and "log ...
1
vote
1answer
594 views

Modifying HTML of menus

In my Drupal 7 template, this one line of code spits out all my menues: <?php print render($page['header']); ?> I want to remove extraneous wrapper tags from my menus; for example, Drupal 7 ...
3
votes
1answer
110 views

Highlighting primary link for specific content types

If I have a navigation item called 'News' in my primary links, how would I go about highlighting it for all news content type nodes? Thanks!

1 2