Quote:
Originally Posted by zendiver
Kronnos, go to your AdminCP->vBulletin Options->iTrader Settings
The last setting states the following:
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>
|
I would not need this code if I am using 3.6.7 right? So what code would I need to insert into my templates and where?