![]() |
New User - State Required
I'm trying to make it a requirement when registering that the new member has to let me know the state that they live in.
Why? Because on my forum, each state has a different requirement. If I can see their state on their info, then I can answer better and more accurate. If there is no easy way of doing this, I can always just ask them to put it on themselves. I just thought if there was a way ... this would be better. |
You can add fields and make them mandatory. AdminCP>User Profile Fields>Add new...
|
If you want it in a postbit you can do this as well.
This isn't to hard and this is what I did: 1. Create a new plugin via the plugin manager. 2. product - vbulletin 3. Hook - postbit_display_start 4. title - extra profile fields 5. execution order - mine is set at 5. 6. plugin php code: Code:
if($post[fieldx]) $html .= '<dt>Name</dt> <dd>'.$post[fieldX].'</dd>'; |
All times are GMT. The time now is 08:25 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|