Closed (fixed)
Project:
Login Menu
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2008 at 07:54 UTC
Updated:
2 Mar 2008 at 21:48 UTC
I cannot move (or even see) the login menu in the menus list. It seems to be it is only acts as a Navigation menu item. It would be nice to place the login menu out of the Navigation menu. (I remember it was ok with Drupal 5)
Comments
Comment #1
hutch commentedI have tested this and you are right, when attempting to add 'login' I get an error message
The answer presumably lies somewhere in
http://drupal.org/node/102338
but it is not obvious to me which hook to use as hook_menu is not working or only partially working
Comment #2
hutch commentedIf you add an item 'Login' to the Primary Links with a path 'user/login' it works
Comment #3
hutch commentedI have removed the loginmenu module altogether and added an item 'Login' to the Navigation menu with a path 'user/login' and it works too. Give it a weight of 10.
I have concluded that loginmenu.module is not necessary for D6
Comment #4
lacmac commentedYes, it works without the module, so I close the request. Thank you very much!