I have my own module and I implemented a hook_menu, I want that one menu-item redirect (The menu has to stay active) to an existing webform page, this page is:?q=node/add/webform.
I\'m trying to programmatically create the custom horizontal menu for my custom module, but I\'m having a lot of trouble.
I\'m writing a Drupal 6 module that sends a user ID + a randomly generated string to a function through the URI. I\'m using the menu hook:
I have a custom module \"menu_mods\" for adding menu items to the admin menu. It\'s not adding it. I want the link to show in the Navigation menu. I\'m using the Garland theme for the admin pages.
I have a module I\'m creating and its purpose is to import a specific type of data and append it to nodes depending on that data.
I\'am trying to get a menu item to show in the \'primary-links\'. i\'ve read this, but that is not working. What am I doing wrong?
Say you have a page callback from Module #1 using hook_menu(). You want to create Module #2 that would basically just append s开发者_开发技巧omething on the bottom of Module #1\'s page callback (think
I had been working on module and well aware of hoo开发者_如何学Ck_menu for passing url arguments to call back. For instance:
I need to add a menu item with the following link: user/16/addresses It is the link to a tab of user profiles. Of course 16 is the user ID and it should change according to the user.
i created a module that generates a small form. I also made a function that should theme the form, overriding the standard theme.