Yehuda
04-05-2005, 10:14 PM
Hi I rin vb 3.0.7 on vb advanced.
I am using Aria skin and mabe a button for it and added it...now on this Aria skin I can not see all the option when I click on my shop buttons...
I only see Ushop menu and the 4 categories within it....I see "actions" but it is not linked and there are no subcategories...
But if I use a default skin I can see and access everything.
Here is my button dode:
<!-- *** Start SHOP *** --><if condition="$bbuserinfo['userid']"><td width="39"><table width="78" height="39" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="$stylevar[imgdir_misc]/shop.gif" id="shop"><A HREF="#shop"
onMouseOver="JSFX.fadeIn('shop')"
onMouseOut="JSFX.fadeOut('shop')"><img name="shop" class="imgFader"
src="$stylevar[imgdir_misc]/shop.gif" width="78" height="39" border="0"></A><script type="text/javascript"> vbmenu_register("shop",1);</script></td>
</tr>
</table></td></if><!-- *** SHOP *** --></if>
this was added to my "header" template and I also added this code there:
<!-- shop menu -->
<div class="vbmenu_popup" id="shop_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">uShop Menu</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=a&shortname=bank">Bank</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=richestusers">Richest Members</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=mostsold">Most Sold</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=userhistory">History</a></td></tr>
<if condition="!empty($ushop_navbar)">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">Actions</a></td></tr>
$ushop_navbar</if>
</table>
</div>
<!-- / shop menu -->
what am I missing so that I will be able to see the "actions" subcategories on the dropdown also???
I am using Aria skin and mabe a button for it and added it...now on this Aria skin I can not see all the option when I click on my shop buttons...
I only see Ushop menu and the 4 categories within it....I see "actions" but it is not linked and there are no subcategories...
But if I use a default skin I can see and access everything.
Here is my button dode:
<!-- *** Start SHOP *** --><if condition="$bbuserinfo['userid']"><td width="39"><table width="78" height="39" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="$stylevar[imgdir_misc]/shop.gif" id="shop"><A HREF="#shop"
onMouseOver="JSFX.fadeIn('shop')"
onMouseOut="JSFX.fadeOut('shop')"><img name="shop" class="imgFader"
src="$stylevar[imgdir_misc]/shop.gif" width="78" height="39" border="0"></A><script type="text/javascript"> vbmenu_register("shop",1);</script></td>
</tr>
</table></td></if><!-- *** SHOP *** --></if>
this was added to my "header" template and I also added this code there:
<!-- shop menu -->
<div class="vbmenu_popup" id="shop_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">uShop Menu</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=a&shortname=bank">Bank</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=richestusers">Richest Members</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=mostsold">Most Sold</a></td></tr>
<tr><td class="vbmenu_option"><a href="ushop.php?do=userhistory">History</a></td></tr>
<if condition="!empty($ushop_navbar)">
<tr><td class="thead"><a href="ushop.php$session[sessionurl]">Actions</a></td></tr>
$ushop_navbar</if>
</table>
</div>
<!-- / shop menu -->
what am I missing so that I will be able to see the "actions" subcategories on the dropdown also???