The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#10
|
||||
|
||||
![]()
In the template: modifyprofile_birthday
near the very bottom you'll see: Code:
$vbphrase[privacy]<br /> <select name="showbirthday"> <option value="0" $sbselected[0]>$vbphrase[hide_age_and_dob]</option> <option value="1" $sbselected[1]>$vbphrase[display_age]</option> <option value="3" $sbselected[3]>$vbphrase[display_day_and_month]</option> <option value="2" $sbselected[2]>$vbphrase[display_age_and_dob]</option> </select> Code:
$vbphrase[privacy]<br /> <select name="showbirthday"> <option value="0">$vbphrase[hide_age_and_dob]</option> <option value="1">$vbphrase[display_age]</option> <option value="3" selected>$vbphrase[display_day_and_month]</option> <option value="2">$vbphrase[display_age_and_dob]</option> </select> Obviously move the word 'selected' to any line you want to be the default option. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|