There is another mod to add the iTrader stats to the user profile. I recommend it and it works well in 3.6.0.
https://vborg.vbsupport.ru/showthread.php?t=107828
We also put a link to the users iTrader rating in the postbit. You can see an example in this thread:
http://www.mr2board.com/forums/site-...r-ratings.html
Here's the code for the postbit link (which was included in the iTrader install documentation). Put it wherever you would like the link to show up.
Code:
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>