can anyone help me display the "summary page" that was featured with Trader Ratings 1.20?
when i added a menu item to navbar for itrader it always shows my OWN rating. The code is below, which limits it to logged in members only. All help appreciated
Code:
add this after:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="itrader.php?$session[sessionurl]">iTrader</a></td>
</if>