The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
User profile option not working by default
Title - Streamers
Description - Do you wish to enable the streamers Items Per Line - 2 Options - Quote:
Display Order - 0 Field Required - No but display at registration Field Editable by User - Yes Private Field - Yes Field Searchable on Members List - No Show on Members List - No Allow user to input their own value for this option - No Which page displays this option? - Edit profile Okay... so thats the code for my User Profile Field: Streamers (id: 7 - radio) But for some reason when i have this code say eg at the top of header template: <if condition="$bbuserinfo['field7'] == 'Yes'"> This is a test </if> That doenst work unless they go onto the profile and click save? Now when they go on Yes is already selected by default.. but the 'This is a test' message only shows up when they go onto there profile options and go onto update Whats wrong? Thanks for the help guys.. as always well i fixed this by doing it like this <if condition="$bbuserinfo['field7'] == 'No'"><else />This is a test</if> which also has it for guests, all in one.. sucess |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|