Modifying registration form

Hello,

I am modifying the new user register form by creating a hierarchical select list, and adding new fields.

I found the "AJAX Dependent dropdown (with graceful degradation)" example, which I want to borrow for my form.

I am using this to modify my registration form:

function impact_registration_form_alter(&$form, &$form_state, $form_id) {
  if ($form_id == 'user_register_form') {
  }
}

After adding the fields I need, Should I be modifying the submit function for those fields:

How do you edit html base?

I want to modify html.tpl.php that is found in system/, but I don't want to edit it for ALL themes, I only want to edit it for my own. How do I do that? I tried copying over the file to themes/mytheme/ and themes/mytheme/templates/ but it didn't change anything.

How do you edit html base?

I want to modify html.tpl.php that is found in system/, but I don't want to edit it for ALL themes, I only want to edit it for my own. How do I do that? I tried copying over the file to themes/mytheme/ and themes/mytheme/templates/ but it didn't change anything.

Is easy upgrading available ?

Hi

I'm using Wordpress CMS, but now my client has Drupal and wants to continue but have no clue how to upgrade it. My question is, is there an easy way to upgrade Drupal?
Wordpress for example upgrades by just clicking one button.

Thanks

Internationalization in Drupal 7 not successful

Test on Localhost

1. Install Drupal with English Built-in

2. /admin/modules => Enable 2 modules: Content Translation and Locale.

3. /admin/config/regional/language/add => Select French in Combo box Language name.

4. /admin/config/regional/translate/Import => Upload the file fr.po => Buit-in-interface: 1312/1314 (99.85%)

get 404 error unless I specify the default node in URL

Hello,
I just installed Drupal 7 on an IIS 7 web server. The site appears to work fine except I must specify the default node in my URL or I get a 404 error. For example I must use URL's like the following:
http://example.com/index.php?q=node
or
http://example.com/node

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x