Search code examples
drupaldrupal-7

Basic Drupal Modifications


On my Drupal site I am using a theme that puts a log-in prompt on the main page. I want to move it to a separate page. How do I do that? Also, once I move or remove it, How would I go about still logging on as the admin?

The home page is here http://www.arguemax.com/_drupal-7.26/

Update:

Right, the bottom right block. I solved the problem, as suggested, by removing the block.

The login form on the main page was a Block. You disabled it by going to Administration >> Structure >> Blocks. There found a list with all blocks for the current theme. I just moved the Login Block to the Disabled area at the bottom.

Now I have an issue with the Navigation block. But that is a subject for another discussion thread


Solution

  • The login prompt is a block. Disable it or configure it not to appear on the front page or to only appear on certain pages or whatever.

    The URL to access blocks in D7 is: /admin/structure/block