The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
ok I found the solution for vb 4
Go to: User Profile Field Manager - Add New User Profile Field: Title: Website Description: Enter the link of your Website.<br /> <p>Please make sure that you don't add the: "http://www.", or "http://". Just enter: "www.YourDomainName.com". <br /> You may enter <b>one</b> domain name only. </p> Profile Field Category: (Uncategorized) Default Value: leave blank Max length of user allowed input: 15 Field length: 25 Profile Field Type: Single line text box Field required: No Field editable by user: Yes Private Field: No Field searchable on members list: No Show on members list: No Save it.. Go to -->postbit_legacy find Code:
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if> Code:
<vb:if condition="$post['field2']"><span style="color:green"><b>Website</b></span>: <a href="http://{vb:raw post.field2}">{vb:raw post.field2}</a> </vb:if> Replace number "2" with the number of your field |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|