Here's how to do it.
Step 1)Go to AdminCP >> User Profile fields >> Add new user profile field
Select single line textbox > then click "continue"
Fill out the title, description and other relevant info on that page and click save. This will also create the necessary phrases for the field.
Go to AdminCP >> User Profile fields >> User Profile fields Manager. Here you will see the new field you created and the field number used in step 2. I used field8 (Location) for this example.
Step 2) Edit conversation_userinfo template. Add this code after {vb:hook 'conversation_userstats'} on or about line 53 and click save.
Step 3) Goto your user profile and click edit settings. Scroll down on the profile tab and fill the new field with the info.
Kod:
{vb:data postInfo, user, fetchProfileInfo, {vb:raw conversation.userid}} <vb:if condition="$postInfo['field8']"><li><label>{vb:phrase field8_title}:</lable> <span>{vb:raw postInfo.customFields.default.field8_title.val}</span></li> </vb:if>