By WEBstar on
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!!!
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
If you are not up to theming
Then the frontPage module can help you out:
http://drupal.org/project/front
hmm.. i dont see there any
hmm.. i dont see there any option that might help me..
Can you post some details please?
Thank you very much!
I imagined you were going to
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.
Thank you!!!
Thank you!!!