Custom registration fields

Digitizit

Joined: 2013-07-05
Posts: 29
Posted: Fri, 2013-07-05 15:45

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

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2013-07-05 17:57

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

 
Digitizit

Joined: 2013-07-05
Posts: 29
Posted: Fri, 2013-07-05 18:09

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.