The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way to make a profile field be present depending on how another profile field is entered?
Example, my forum is real name based. If they select that they are female, then there should be an option to enter their Maiden name. If they select Male, then that option isn't there. Is there anything like that already done? Thanks, Mark |
#2
|
|||
|
|||
![]()
Bump... I don't see anything, but I could be searching the wrong keywords?
|
#3
|
||||
|
||||
![]()
If you create a profile field in the admin cp, those profile fields will be present for everyone to fill out. However, what you do with those fields is up to you. If a guy fills out the Maiden Name field, just don't display it.
|
#4
|
|||
|
|||
![]()
Well yeah, but there's nothing in place to say "if male, don't display result"... which is ultimately what I'm after. Probably wishful thinking though. ;-)
|
#5
|
||||
|
||||
![]() Quote:
Say your male/female field is field10 and your maiden name one is field11, then you could do something like: HTML Code:
<if condition="$post[field10] == 'Female'"> Maiden Name: $post[field11] </if> |
#6
|
|||
|
|||
![]() Quote:
![]() ![]() Thanks Lynne! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|