I have recently upgraded to this version since I did a vb version upgrade to 3.5.3 and when I installed itrader it installed on some styles that have been causing me some issues. Since then I removed the custom styles and currently using the default style but the problem is that the itrader link is gone from the forum menu
before my upgrade i had applied this code with this condition to have the trader link only show up for certain member gorups but cant figure out where and what code to put on the new version..
Here is the code I was using for 3.0.7
</if>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="traderratings.php?$session[sessionurl]">Trader Rating</a></td>
</if>
What and where can I add this simular code for itrader in vb 3.5.3 ?
|