hai all,

I am new to drupal.For our webside user login should display after clicking the link.The log in is displaying in the left panel .How i can remove it from left panel and display it by clicking an link.please help me it is very imp for me

thanks,

Comments

marcvangend’s picture

It's a block. You can control the visibility of blocks on the blocks page: /admin/build/block. You can also configure blocks to appear on selected pages.
If you want to create a link to a login page, link to www.example.com/user (replace www.example.com with your own site url, of course).

chandra sekhar’s picture

you can change though admin panel

chandra sekhar’s picture

i used the url like www.example.com/?q=user for the link

i am very happy with your answer

marcvangend’s picture

I'm glad I could help. Sorry I didn't realize that some people do not have clean URL's enabled. If your server supports clean URL's, you can enable it to strip the '?q=' out of every url, so www.example.com/?q=user becomes www.example.com/user.