i have made a site in drupal6 version.A primary link named Login is enabled thr in menu.this login is given the path of user(where u get a login page to enter user name and password).now my issue is how do i change tat login link to 'logout' link wen once logged in and it should perform the function of logout also.is dr anything to done with any php files in user module??plz do help if anyone knows..........

Comments

tdimg’s picture

I hardly understand what you're talking about, but from what I gather there's a module that should solve your issue: http://drupal.org/project/loginmenu

sreeja.sekhar’s picture

thankyou for replying....i got wat i was searching....by giving path as "user/login" for login menu item and path as "logout" for logout menu item we can create a dynamic login/logout menu...............