Quote:
Originally Posted by entertain
@USAMustangs.com
Which option did you define here? Settings => iTrader Settings => Display iTrader Menu in Navbar
|
On my version there is no such option. The iTrader Settings shows the following: iTrader Active, eBay Rating Style, Detailed Comment minimum characters, Contact Staff of suspicious activity, Edit Time Limit, Duplicate User Rating Time Limit, Maximum Time To Return Rating, New Trader Score, Maximum Ratings Per Day (For New Traders), Require URL?, Strict URL Checking?, and Valid Forums Only.
The navbar link works perfect on the main forum index, but the exact same navbar link on the homepage calls for a different url all together and errors out i.e. usamustangs.com/itrader.php? instead of usamustangs.com/forum/itrader.php?, which works.
I'm puzzled as to why the same navbar link is linking to a different url??
This is what the code looks like in my navbar template.
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="itrader.php?$session[sessionurl]">iTrader</a></td>
<if condition="$show['member']"></if>
Any ideas?