I need to add data about the second address for all user in user personal info section (secondary Country, Street/House number , Postal zip code/Location, Region, Telephone). How can I do that?
And most important: if I update from exoops 1.05 rev 3 to latest exoops v2, how can I make all my users update their profiles?
Thanks
Picl :
02.03.2005 18:57
Hi,
you can add extra fileds to your registration form via the administration menu. Off course you can also copy the country settings etc, but I think this would lead to many changes in the source.
The problem to get the users to update their profile was discussed here before. I'll have a look and try to translate it for you.
Greetz,
Picl
vsv :
02.03.2005 19:07
I have an ideea, please tell me if it is ok... I define a block and if an mandatory field is not completed, then I redirect the page to edituser.php with Code:
< meta http-equiv="refresh" Content="3;url=edituser.php">
Is it a good ideea?
Picl :
02.03.2005 23:16
Hi,
bama told me that you don't have to do anything at all. If the update works, all users will be welcomed with the user profile the first time they log-in again automatically.