Hello
I want that in home page there will be registration and login page. Similar to facebook.
Is it possible?
what is the code of printing user registration form?

Comments

bawoor’s picture

ꦱꦠꦽꦶꦪ

bdtushar’s picture

not contact form. I want user registration form
Thank u

abhishek sawant’s picture

Try using http://drupal.org/project/formblock module for displaying user registration form in block.
Hope it helps.

Abhishek Sawant
Drupal Developer

esposito.ch’s picture

I think what you mean is that you want to set it so that when non-logged in users visit your site, you want them to see just a login/registration form. If this is the case, then try this:

1. Log into the admin account
2. Click "Configuration"
3. Click "Site Administration"
4. Set the default 403 error page to "user/login" or "user/register" (whichever screen you want to popup first

Also you need to make sure that your homepage restricts access from anonymous users. I did this by installing the Views module to emulate the homepage and then restricted access to my new emulated homepage.

Hope this helps.

-- Chris

bdtushar’s picture

thank u
actually I want that. In home page both login and registration form will be visible as like facebook