I have installed iTrader 2.1.0 in vBulletin 3.7.2 along with the mod that shows the ratings tab in the users profile. My problem is I cant figure out how to leave feedback. I have put the code: <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if> as stated in the documentation in postbit and postbit_legacy templates but it didnt change a thing. No numbers next to users post counts, no links in usercp, no nothing. Due to the lack of support at vb.org, I was hoping someone here could help me out. Where exactly does the code above go? I put it right after this part of the postbit and postbit_legacy codes: <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if> So it looks like this..... <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if> <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if> Any help would be greatly appreciated.
I don't see why that would matter with the postbit, you said the problem you have is you can't leave feedback, that would lead me to say it would be usergroup permissions.
first of all have you enabled itrader in vbulletin options and secondly permissions need to be set for every usergroup have you checked usergroups since installing?
permissions were fine, I needed to find out where the code went. It went in postbit_legacy, and someone made an XML file that did an auto insert. Thanks for the help!
Because he was saying he couldn't see the feedback rating next the each users name. This could have been because he had put the iTrader coder in the postbit template, when he uses postbit_legacy.