Quote:
Originally Posted by HP10T
I couldn't find the first code to put the 'add' code in the memberinfo, I have no idea why and feel stupid 
|
Sorry. I modifed the first code for myself instead of using the orginal text.
This is the Orginal that you need to find:
Code:
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
Then you would add this:
Code:
<a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><b>$vbphrase[itrader_submit_feedback] $userinfo[username]</b></a>
Sorry for not being clear the first time!