1
Hi,
I've edited register.php & registerform.php in order to add the complete member address (with US states and countries lists) to the user information.
I also changed the xoops_user DB scheme to have those new fields in it.
The mail is sent to the user and just before clicking on the "finish" button, the right info is displayed, but only the original info (i.e. nickname, url, email) are written to the DB.
In the register.php, I've also add the lines
$newuser->setVar('fname', $fname);
$newuser->setVar('lname', $lname);
and so on.
What did I miss ?
Thanks in advance for hints
fibag