vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   Not all options appear (https://vborg.vbsupport.ru/showthread.php?t=79442)

Yehuda 04-05-2005 10:14 PM

Not all options appear
 
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???

Zachery 04-06-2005 04:52 PM

Quote:

Originally Posted by Yehuda
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???

That code was only designed to work in the navbar.

kall 04-14-2005 11:34 AM

Quote:

Originally Posted by Zachery
That code was only designed to work in the navbar.

Of course!!

I've been wondering why it won't work for a while. :)

I think you might want to add this fact to the FAQ.

cybermomcafe 04-26-2005 09:21 PM

Is there any way to modify the code so that it will work with the button image in the header template? Both of the styles I'm installing have all of the nav buttons in the header template...

TIA

Link14716 04-26-2005 10:15 PM

Put the first navbar change into the header, but the second one into the navbar.

Tipi 04-26-2005 10:41 PM

Quote:

Originally Posted by Yehuda
I only see Ushop menu and the 4 categories within it. I see "actions" but it is not linked and there are no subcategories...

Me too. If i try to go to any of the 4 categories i get this:
Quote:

No actions found...
In admincp all of the actions is active. If i try to follow a path, ex http://www.*******.com/*******/uttst...orusername.php, i get a blank page. I've just installed this hack and followed the instructions carefully.. I'm new with the hacking-thing, so please explaine this to me in the easiest way you can. :confused:

cybermomcafe 04-26-2005 10:42 PM

Worked like a charm! Thank you!

Tipi 04-27-2005 04:32 PM

Quote:

Originally Posted by Tipi
Me too. If i try to go to any of the 4 categories i get this:


In admincp all of the actions is active. If i try to follow a path, ex http://www.*******.com/*******/uttst...orusername.php, i get a blank page. I've just installed this hack and followed the instructions carefully.. I'm new with the hacking-thing, so please explaine this to me in the easiest way you can. :confused:

Anyone?

cybermomcafe 04-27-2005 04:45 PM

did you try what he mentioned above?

Quote:

Put the first navbar change into the header, but the second one into the navbar.
It worked for me with the navbar buttons in the header and the "shop" menu in the navbar template...

Tipi 04-27-2005 05:06 PM

I did not understand what he ment. :nervous: Like I said above here, I'm new in this game.. https://vborg.vbsupport.ru/external/2010/01/19.gif

Can you please explain how you did it, step by step? Feel a bit stupid here, so I'm sorry for not understandig something that's probably really easy..


All times are GMT. The time now is 07:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01072 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete