This object is in archive! 
Add additional fields for "user": best practise/tips?
We need to add two additional input fields to the user-profile where the user can add his company name and position -- of course including custom error messages and localization.
The values of those fields then should be displayed in the response threads below the username.Are there any recommendations, tips or documentation on how to do this?
Hi, Guido.
The most clear way to implement this as module to be able to update your product copy when new realease is available.
You may add needed fields into <prefix>_users table on module install and remove em on unstall.
There are a lot of events in the system for attaching to. I.E: event "formInitAfter" may help you to add some felds to user profile form.
See Developer Manual for more information.
Hi, Guido.
The most clear way to implement this as module to be able to update your product copy when new realease is available.
You may add needed fields into <prefix>_users table on module install and remove em on unstall.
There are a lot of events in the system for attaching to. I.E: event "formInitAfter" may help you to add some felds to user profile form.
See Developer Manual for more information.
Replies have been locked on this page!