The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
LOL! I wasn't sure if that was something that it checked as it was processing the registration fields. So do you think I would have to use another method of creating those options? Well doesn't the system store the custom profile field that is input during registration somewhere? It would have to. Especially being that you can make them required upon registration. Those values get stored somehow.
Of course, I guess that wouldn't work if the values are not stored prior to the script checking the values. ugh. What to do? |
#12
|
||||
|
||||
Yes, they do get stored, but not until after registration. I apologize for not catching that before now. I should know better than that.
You would need to create a mod for what you are trying to do and then make a setting to handle that. But I still don't see how it can be done BEFORE they register if you are wanting to use a profile field. |
#13
|
||||
|
||||
What if....
I have email activation enabled which puts them and their profile information into usergroup 3 (storing their profile field data), then include the code to check the field variable and put them in the correct usergroup once they click the activation link? Would that work? |
#14
|
||||
|
||||
Yes, but how do you determine what usergroup they need to go into? Who decides?
|
#15
|
||||
|
||||
During registration, that profile field would be required. So they select say "Venue", then are pushed to "awaiting email activation" usergroup. Thus storing that selected profile field option. So once they click the acitvation link, that is sent through register.php again where we could possibly add some code to say what we were trying to do initially (or some variation)...
Code:
if ($vbulletin->userinfo['field7'] == "Entertainer") { $newusergroupid = 9; } |
#16
|
||||
|
||||
Yes, that should work that way.
|
#17
|
||||
|
||||
I am not sure how to go about implementing that. Any suggestions? It drives me crazy that I can see the solution in front of me, but not know exactly how to code it. Grrr! LOL!
|
#18
|
||||
|
||||
PM on the way.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|