![]() |
Questions why this happen when i adding a new Profile Field ?
Hello
I have add many Profile Field .. just when i add one called "I am here for: " i get some problem when try to select one of the options is avalible Here is the info of the profile Field ============== I am here for: -- Multiple-Selection Menu -Serious Relationships -Friends -Networking -Dating ============== and in the template memberinfo i add this Quote:
any idea why this happen ? Thankyou |
Instead of:
Code:
<if condition="$userinfo[field15]"> Code:
<if condition="$show['field15']"> |
i try the above code and it dont show me at all the profile field .
i have created many of them and all is working just fine just this one here is the example of the code i have HTML Code:
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="348"> Hopefully there is away to fix it .. Thankyou |
You may find the answer in this thread posted by Steve Machol (post #2 and #3).
|
Hello
thankyou for that thread it was very usefull.. but it seem to me i dont understand it here what i try Code:
<if condition="$comma = ''"></if> Code:
<if condition="$comma = ''"></if> i try to do this way and it dont work .. any idea :surprised: |
From what I've gathered you'll have to manually translate each option accordingly. Placing $post[field15] will only show the "binary" number. So there will be a bit of work if you have a lot of selections.
If for example you want to show the 4 options, "Serious Relationships", "Friends", "Networking" and "Dating" you'll need to set a conditional for each. Such as: Code:
<if condition="$post['field15'] & 1"> 1 = Option 1 (Serious Relationships) 2 = Option 2 (Friends) 4 = Option 3 (Networking) 8 = Option 4 (Dating) So options 5 would be "16" and option 6 would be "32". In post #3 the $comma is only if you want a comma placed after each selection when you allow multiple selections. I hope that I've explained it properly. :) |
Thanks alot that work fine :)
there is just a small error know when i try to add the code like this.. Code:
<if condition="$userinfo[field15]"> Quote:
thanks alot for help :) |
Yeah. You'll need to add the $comma to separate each selection. It's not that much of an edit but you'll probably want to replace what you have with:
Code:
<if condition="$comma = ''"></if> |
All times are GMT. The time now is 12:01 PM. |
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:
|