What I have done so far
Field: Single-Selection Menu- Title: My Team:
- Description: Please Select your My Team
- Profile Field Category: Uncatagorized
- Options: test1, test2 putting this for now until i get this right
- Set Default: None
- Display Order: (Chosen By You)
- Field Required: Yes, at registration & profile updating (You don’t have to make it compulsory)
- Field Editable By User: Yes
- Private Field: No
- Field Searchable On Members List: Yes
- Show On Members List: Yes
Optional Output:- Allow User to input their own value for this option: No
- Max length of allowed user input: 100
- Field Length: 25
- Regular Expression: Leave this EMPTY
Display Page:- Which page displays this option? Edit Profile
STEP 2; Add a Phrase:
AdminCP -> Languages & Phrases -> Phrase Manager -> Add New Phrase (Center button on the bottom):- Phrase Type: GLOBAL
- Product: vBulletin
- Varname: my_team
- Text: MY Team
SAVE
STEP 3; Postbit_Legacy Template
Find:
Code:
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
Add below
Code:
<!-- My Team in postbit_legacy Start -->
<vb:if condition="$post['field5']"><dt>{vb:rawphrase my_team}</dt> <dd><img src="{vb:stylevar imgdir_misc}/{vb:raw post.field5}.gif" alt="{vb:raw post.field5}" /></dd></vb:if>
<!-- My Team in postbit_legacy End -->
Ok my small problem is it does not blend in with the skin and needs moved over a small bit to the left if any one can help and were to put the code am thinking of one place but not sure