Upgrade Instructions:
In 1.2:
Find $vBphrase[find all threads by x] and after that ends (the line) place:
Code:
<if condition="$post['field17']">$vbphrase[fav_forum]<strong>$post[field17]</strong></if>!
In 1.4:
Find User ID: <strong>$userid</strong> and place the following:
Code:
<if condition="$post['field17']">$vbphrase[fav_forum]<strong>$post[field17]</strong></if>!
To get the vB Phrase add a profile field called:
Name: Favorite Forum
Description: What forum do you like the best?
Private Field: Yes
Than install a phrase:
var name: fav_forum
Text: <br />My Favorite forum is
That's it. Instructions will be updated soon. ^^ Just install 1.4 or 1.2 and upgrade for now.