1) AdminCP > User Profile Fields > Add new user profile field (click)
2) Profile field type, (in this case we use single-line text box) > continue
3) Fill in information you want ; i used as exsample
| Title : | OS |
| Description : | Operating system |
| Profile Field cat. : | Uncategorized |
| Default value : | win |
| Max length : | 10 |
| Field length : | 25 |
| Display order : | 6 |
| Title : | OS |
| Required : | No |
| Editable : | Yes |
| Private : | No |
| On members list : | Yes |
| Expression : |
---
| Display page : | Edit profile |
> save
4) See what the name of your field is in the colum Name.. fieldX (red x is the number)
5) Styles and templates > Dropdownbox > Edit templates >
5a) Postbit Templates >> Postbit (OR) postbit_legacy depending on your forum setup.
This style on evisystems.org is "postbit_legacy" with userinfo left of the post..
6) open it, in search enter
Code:
{vb:rawphrase join_date}
and click find.
below that entire line which ends with </vb:if>
make a new lin and enter this code
Code:
<br /><vb:if condition="$post['fieldX']">OS : {vb:raw post.fieldX}</br></vb:if>
Replace the red X's with the field number..
And if you look in the user info to the left you can see the costum user field,
and can change it in UserCP
Eqvaliser
Bookmarks