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

hutch’s picture

I 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

hutch’s picture

If you add an item 'Login' to the Primary Links with a path 'user/login' it works

hutch’s picture

I 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

lacmac’s picture

Status: Active » Closed (fixed)

Yes, it works without the module, so I close the request. Thank you very much!