I too have a custom skin, so I had to put the one edit in my header instead of navbar.
But I had to fool with it to get it straight but I dont think I have it right.
I replaced my calendar button with the itrader button in my navbar.
So I replaced this:
<a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a><img src="images/hexcell/header/navdiv.gif" alt="navdiv" class="navdiv" />
with this:
<a href="itrader_main.php?$session[sessionurl]">$vbphrase[itrader]</a><img src="images/hexcell/header/navdiv.gif" alt="navdiv" class="navdiv" />
But it was supposed to be this:
<!-- iTrader Extension Navbar -->
<if condition="$show['popups']">
<td id="itrader_ext" class="vbmenu_control"><a href="#itrader_ext">$vbphrase[itrader]</a><script type="text/javascript"> vbmenu_register("itrader_ext");</script></td>
<else />
<td id="itrader_ext" class="vbmenu_control"><a href="itrader_main.php?$session[sessionurl]">$vbphrase[itrader]</a></td>
</if>
<!-- End iTrader Extension Navbar -->
So did I do it right ot am I way off??? Cuz I dont get the drop menu thing when you click the itrader button in my navbar.
Also, My board is newer so i only have 568 posts.
But, when viewing someones user rating it says:
"568 Total Feedback Received By "user""
When it should be zero.
It is saying the total feeback is the same as the total posts.
please help.
|