Hello,

I put registration form in Block.

Now i want to insert that block in blank page, like on 9gag (https://9gag.com/login)

How can i make page like that in drupal 7 ?

Thank you very much!!!

Comments

Anonymous’s picture

Then the frontPage module can help you out:

http://drupal.org/project/front

WEBstar’s picture

hmm.. i dont see there any option that might help me..

Can you post some details please?

Thank you very much!

Anonymous’s picture

I imagined you were going to put the registration form on the front page,
that is why the frontpage module is used,

I rather use theming, see this post

http://drupal.org/node/950432

With a custom page--front.tpl.php
you could take away all markup and regions you don't need and only show the registration form, you can also give it a custom style without affecting the rest of your pages, under page.tpl.php.

WEBstar’s picture

Thank you!!!