bmx_atvman Member Licensed customer Jan 6, 2013 #1 Hello! I run a minecraft server with an XF site, and I was wondering if it is possible to add a new field on the sign up form so I can force people to enter their Minecraft username. Is this possible? Thank you, ~BMX
Hello! I run a minecraft server with an XF site, and I was wondering if it is possible to add a new field on the sign up form so I can force people to enter their Minecraft username. Is this possible? Thank you, ~BMX
Jake Bunce Well-known member Licensed customer Jan 6, 2013 #2 Create a user field: Admin CP -> Users -> Custom User Fields There is an option to make the field show during registration. If you want to validate the value against some external database then you can use a callback. Here is a skeleton: http://xenforo.com/community/resources/custom-user-field-callback-validate-value.379/ Upvote 0 Downvote
Create a user field: Admin CP -> Users -> Custom User Fields There is an option to make the field show during registration. If you want to validate the value against some external database then you can use a callback. Here is a skeleton: http://xenforo.com/community/resources/custom-user-field-callback-validate-value.379/
bmx_atvman Member Licensed customer Jan 6, 2013 #3 Jake Bunce said: Create a user field: Admin CP -> Users -> Custom User Fields There is an option to make the field show during registration. If you want to validate the value against some external database then you can use a callback. Here is a skeleton: http://xenforo.com/community/resources/custom-user-field-callback-validate-value.379/ Click to expand... Great, Thanks! Upvote 0 Downvote
Jake Bunce said: Create a user field: Admin CP -> Users -> Custom User Fields There is an option to make the field show during registration. If you want to validate the value against some external database then you can use a callback. Here is a skeleton: http://xenforo.com/community/resources/custom-user-field-callback-validate-value.379/ Click to expand... Great, Thanks!