Needs work
Project:
Realname registration
Version:
7.x-2.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Sep 2011 at 13:36 UTC
Updated:
21 Jan 2012 at 16:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
sgerbino commentedSounds like you need to go to:
Configuration -> Account settings -> Manage fields
Then under the fields you need to display on the registration form, under the Operations column click 'edit'
Once editing the field, look for a checkbox saying
[x] Required field
[x] Display on user registration form.
For first and last names, you must check both of these. For the middle name, only display on user registration form is required.
Comment #2
afbergh commentedThanks for the response.
Yes, that was already done. (Actually the module is good about not saving the configuration without having those fields made "required fields.")
Unfortunately, still only get "e-mail address" field under create new account tab.
Other ideas? Please?
Thank you.
Comment #3
sgerbino commentedI'd try switching to a Drupal default theme to make sure the theme isn't messing up in any way. The module only provides additional validation on the registration (not alter any fields within it other than hiding 'username').
Clear the cache a couple times and check it out again.. let me know it how goes. If it doesn't work I can look closer for you (if it's available via the web).
Comment #4
afbergh commentedThank you.
I tried switching back to Bartik and cleared cache multiple times.
Still no change in behavior.
Sent some info to you via e-mail.
Thanks for any help.
Comment #5
sgerbino commentedWhen using the module 'Content permissions', one must allow the Anonymous role to 'Create field_firstname', 'field_middlename', 'field_lastname', so that it may display on the registration form.
Comment #6
sgerbino commentedRealname registration should check whether Content permissions is installed, and if Anonymous users can create the desire name fields.
Title is changed to reflect the source of the problem.
Comment #7
sgerbino commentedComment #8
sgerbino commentedComment #9
ibandyop commented@sgerbino refering to #1
Using D7.10 and Real name 7.x-1.0-rc2
Configuration -> Account settings -> Manage fields
maps to
/admin/config/people/accounts/fields
but Operations column has no 'edit' option ( has no possible option ), even when logged in as admin. Should another module be installed for operation to be available ?
Comment #10
sgerbino commentedI believe it's only available with your own custom added field, for instance add a new field for first name, make it a text field, and then you should have the edit and delete options under Operations.
I added a field called field_firstn with the label Firstname, you can see the edit delete in the screenie.
Edit: I think this is part of the CCK module that was moved in to core in d7