The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want users signing up to have see another box with 1 field just above the
Additional Information They would have to put in their username from my membership site 1. Where do i add another field to the registration page? 2. Where will i be able to view the information they type into this? |
|
#2
|
|||
|
|||
|
You might want to go thru the "User Profile Fields manager" in your control panel. I think this is what you sek.
|
|
#3
|
|||
|
|||
|
You will then be able to access it for that user by using $vbulletin->userinfo['fieldX'] in PHP Code or $bbuserinfo[fieldX] in templates (X being the field ID). You could also run queries if you want site wide statistics: query question
|
![]() |
|
|