pretty much, there is currently a tab for itrader, that allows users to provide feedback for an individual.
However, I want to move it over to postbit legacy, as a button, so people woudln't ahve to go that far to look for it.
So after looking at the right tab, i found this..
Code:
<br><a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><strong>$vbphrase[itrader_submit_feedback] $userinfo[username]</strong></a>
</strong></a></td>
<br><a href="itrader_feedback.php?$session[sessionurl]u=$userinfo[userid]"><strong>$vbphrase[itrader_submit_feedback] $userinfo[username]</strong></a>
I'm not sure why it double displayed?
Essentially, all I want to do is create a new image button in the postbit legacy profile bit.
But I'm unsure how to actually write the code to make a button.