KIRBXx / TRMedia

TRM - Main
1 stars 0 forks source link

Full Names on Forms #25

Closed KIRBXx closed 10 years ago

KIRBXx commented 10 years ago

When I first got the script, it would display Full Names instead of Usernames. I changed it to just display usernames.

So I would like to remove the Full Name fields on both the Registration form and the settings form.

I should be able to do this myself.

KIRBXx commented 10 years ago

I successfully removed the required Full Name field on the Settings Page, but when I removed it from the Registration page, I got a "FullName Field cannot be NULL" error. So I restored all of the files until I figure out a solution.

rickr commented 10 years ago

You'll have to root around in the registration controller too. I didn't see anything specifically saying it was required but it's referenced a few times in there. If you remove (or comment) the instances that should do it!

Rick

:wq!

On Sun, Jan 5, 2014 at 7:15 PM, James notifications@github.com wrote:

I successfully removed the required Full Name field on the Settings Page, but when I removed it from the Registration page, I got a "FullName Field cannot be NULL" error. So I restored all of the files until I figure out a solution.

— Reply to this email directly or view it on GitHubhttps://github.com/KIRBXx/TRMedia/issues/25#issuecomment-31620297 .

KIRBXx commented 10 years ago

Solved