Kronnos, go to your AdminCP->vBulletin Options->iTrader Settings
The last setting states the following:
Quote:
Valid Forums Only
This is to only allow threads from certain forum sections. (i.e. your FS/WTB). Obviously "Strict URL Checking" has to be set to 'yes' for this to have any effect. If a thread does not match up with this list, then it is considered not valid. This should be a comma separated list of your forumid(s), ex: 1,2,3,4 otherwise leave it blank (no text) to disable this check.
|
This should get you going.
Howell, you have this working in vBulletin 3.6.8
Code:
<if condition="$vboptions[itrader_profile] == '1'">
<div>$vbphrase[trader_rating]: <b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b></div></if>