What are the options here? I recently post on my blog. A modification for
vBulletin Country Flags and you can see in my install how I have done it.
PHP Code:
<!-- K4Z.ORG Country Flags Start -->
<if condition="$post['field5']">
Country: <img src="$stylevar[imgdir_button]/flags/$post[field5].gif" alt="Users Flag!" border="" />
</if>
<!--// K4Z.ORG Country Flags End -->
Quote:
Title: Country Flag
Description:Add a country flag to your profile
Profile Field Category: (Uncategorized)
Options: Open the list.txt and copy and paste the whole file in here
Set Default: None
Display Order: 5 (Or whatever else is there)
Field Required: Yes, at registration and profile updating
Field Editable by User: Yes
Private Field: No
Field Searchable: No
Show on Members List: Yes
Allow user to input their own value for this option: No
Max length of allowed user input: SKIP
Field Length: SKIP
Regular Expression: SKIP
Display Page: Edit Your Details
|
I hope this helps. You can also try reading about the operator bits which are generated in multi choice with number options, check it out here..
How To Add A Profile Field To The Postbit