I need a way to add fields to the registration screen. I found the userdata module, but the site for it appears to be down and the version I could download through the forum posts doesn't appear to work with version 3 of Gallery.
I greatly appreciate the help!
Chris
Posts: 27300
Are you prepared t write a module?
Adding the form fields is easy, just edit the private function _get_form() in modules/register/controllers/register.php
What you do with that data is a different matter, where does to want to go?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 29
Thank you for the reply! I've done some PHP, but I'm a novice at best. Ideally, the information would be stored in the DB with their profile. Some would be visible to other users, some only visible to the admins.