Hi everyone,

I installed new theme called beach.I want to change the front page as my wish.I dont want to change anywhere in this beach theme.only need to change the frontpage.And i need to add some other fields when new users registration.Now we have asked only username and email.i want to add more fields example place,Date of birth etc....

Comments

vm’s picture

There are many ways to alter what is seen on the front page. Your answers will depend on your exact needs.

If you want a completely blank slate:
copy page.tpl.php to name it page-front.tpl.php
open your new page-front.tpl.php
add and remove what you want. between the opening body tag and the $closure variable before the closing body tag.

to add fields to registration:
turn on profile.module
visit administer -> profiles
add new fields to the profiles, which will give you the option to add those fields to registration

devaraj-dupe’s picture

Example i used login page as my wish page. I created that.next step i am wondering where we need to pass the value username and password.I want to like this,first page is my own page.i have username and password.When i give correct authentication it should go to inside the page..i am confusing where i should check whether the user has been login or logout. where the form is submitting..

devaraj-dupe’s picture

I missed to use the hidden fiels for example form_id and form_build_id

vm’s picture

in that case you could have went to administer -> site information and set the login page as the default front page.