PDA

View Full Version : "Original" username in profile...


fly
05-06-2005, 06:47 PM
With Ushop, users can change their names or sometimes the admins will change users names for fun. I'd like the ability to add an original username to the profile field. I know this will require a SQL table addition and some sort of update at registration time.

How hard would this be to do? If someone can point me in the direction of a similar hack, I could probably work my way through it. Thanks guys!

Chris M
05-06-2005, 10:22 PM
It should be easy enough to do:

All you'd need to do is create a hidden user profile field, and when they register you can make register.php set the hidden profile field with the user's name they signed up with ;)

Satan

fly
05-07-2005, 05:17 PM
It should be easy enough to do:

All you'd need to do is create a hidden user profile field, and when they register you can make register.php set the hidden profile field with the user's name they signed up with ;)

Satan
hmmm

But how do I create a hidden field? I know I can create new profile fields, but those are all editable by the users...

fly
05-18-2005, 07:16 PM
help?

Dennis Olson
05-18-2005, 07:27 PM
AdminCP, Custom Profile Fields.