0
votes
1answer
71 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 ...
2
votes
1answer
20 views

How do I print a menu with links generated by my custom module?

If I use theme('links', array('links' => menu_navigation_links('main-menu'), 'attributes' => array('class'=> array('links', 'main-menu')) )); It will print the links in my Main Menu. I ...
0
votes
1answer
20 views

how would i go about creating variable menu links

I would like to display different menu links on each page depending on the content and relevance of each page. How would I do this?
1
vote
1answer
27 views

Getting menu links: correct chain of API functions

In my module, I need to create sort of a menu block consisting of certain menu items collected from various menus, and flattened into one level. I'm not sure about the correct chain of the Menu API ...
0
votes
0answers
43 views

Creating a page for Drupal Module

I'm very much new to Drupal. I need to bring a functionality such that user gives some input, say feedback in some pages which will be stored into a custom table (made by me) in drupal database. So I ...
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 ...
2
votes
1answer
89 views

Jump Menu Style Dropdown To External Links

I'm attempting to create a jump menu of links to external websites, and I would like to be able to order the links within this menu differently depending on the organic group of the current user ...
0
votes
1answer
22 views

Module to separate the links of menus by language?

A few days ago I found a module to separate the links of menus by language. Given a localized menu then you get the links separated by languages. Very useful I think. But now I can't remember its ...
0
votes
0answers
17 views

Installing i18n-savvy menu items through a module

In a custom module, how do I install localizable menu items on an i18n-equipped site? Should I install one item per functionality and make it localizable through some i18n hooks? or should I install ...
0
votes
1answer
27 views

Properly handling menu items in a custom module

In my module I need to install custom menu items (add to existing main-menu) on the front-end side. So basically it's a simple one-time operation, yet it rises some questions about the proper way to ...
1
vote
1answer
126 views

how to redirect users to a page after login only when a specific menu item is clicked?

I have a link "Add a Post" (url: /node/add/mypost) which is not directly accessible to users. I want to display a menu item titled "Add a Post" so that when users click on it, user goes to login ...
0
votes
0answers
226 views

How to make overlay login screen in drupal 7 to login to other site which is developed in core php [closed]

I am developing website in drupal 7 and want to different login with overlay link by which visitor of the site can login to other site which in core php.give me solution for that. thanks in advance ...
1
vote
1answer
48 views

Menu is not highlighted when viewing its corresponding page

I'm using D7. In it, one of the menu in left sidebar is not highlighted when viewing its corresponding page. Case 1 : If I gave the path to the menu link as node/15, it is highlighted but the ...
0
votes
2answers
209 views

Drupal 7 force active menu item

I got a page where I link to in the menu bar. On this page there is a custom module. On this page there are items from anothor database where the user can click on. When they click on it they go to ...
0
votes
1answer
48 views

Not authorised to view page admin

So I am following the book Drupal 7 Pro Development book and just completed chapter 2. I cannot access my modules admin page. Here is my menu hook. Can you please point me in the right direction. ...

1 2 3
15 30 50 per page