The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
selection box and gender
hi,
i created two fileds for gender male and female and choose the selection box that was simple and easy. however, how do i go about printing the output in posbit i know there is a mod but that uses image i just wanna use simple text Gender:Male i am not a coder can this be done please shade some light what statement i use for outputting the selection. thanks in advance. best regards, |
#2
|
|||
|
|||
Which gender mod are you using?
The method will be different for the different ones available so I recommend asking in the appropraite support thread. |
#3
|
|||
|
|||
hi,
i am not using any gender mod however here is one i am looking into Code:
<if condition="$post[fieldX] != ''"><div> Gender: <img src="images/gender/$post[fieldX].gif" title="$post[fieldX]" align="center"> </div></if> thanks |
#4
|
|||
|
|||
Code:
<if condition="$post[fieldx]"><div>Gender: $post[fieldx]</div></if> |
#5
|
|||
|
|||
Quote:
thank you so so much works like a charm. i really really appreicate the quick replies. you rock!!! best regards, |
#6
|
|||
|
|||
Thanks. Any more problems or queries just shout.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|