Quote:
Originally Posted by gio~logist
You can add that feature by just putting $post[itrader_selling] in postbit.
|
Hi,
I am trying to accomplish this but am having problems with the following code directing to the users itrader main page. Can someone please take a look and tell me what I am missing?
Code:
<if condition="$post['userid']">
<tr><td class="vbmenu_option">
<div> View $post[username]'s trader feedback(<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
<if condition="$post['userid']"> <tr><td class="vbmenu_option">
<div> See what $post[username] is trading(<b><a href="itrader.php?$session[sessionurl]u=$post[itrader_selling]">$post[itrader_selling]</a></b>)</div></if>