PDA

View Full Version : Problem with uShop Link


The Sandman
06-04-2004, 07:31 PM
I've installed the vBa CMPS, as well as Arcade and uStore. I was able to get the link for the Arcade working on the homepage by putting $vboptions[bburl]/ in front of the link. However, I can't get the Store link to work properly - only the top half of the dropdown menu works. Here's the link code from the navbar template: <td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"> vbmenu_register("shop");</script></td>How do I get the menu to function properly?

Brian
06-04-2004, 07:35 PM
There shouldn't be a reason that the drop-down menu doesn't work... Can you post a link to your site so I can have a look?

Our Sponsors
 

The Sandman
06-04-2004, 07:38 PM
There shouldn't be a reason that the drop-down menu doesn't work... Can you post a link to your site so I can have a look?
Sure, it's Here (www.painforums.com/index.php?). Only the top portion of the menu is displayed, and clicking the "Actions" link results in an error... :(

Thanks for the super speedy response! :)

Brian
06-04-2004, 07:47 PM
Ahhh... I at least somewhat see the problem. I'm not going to *guarantee* that this will work, but it should. Try opening your forum/includes/vba_cmps_include_bottom file and look for:

global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;

Replace that with:

global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $ushop_navbar;

If that doesn't work and you'd like to fill out a support ticket via the Members Area here I'll be glad to take a look and find out what will work. ;)

Our Sponsors
 

The Sandman
06-04-2004, 07:53 PM
The good news is, now the whole dropdown menu shows. The bad news is, clicking any of the links (Shop and Actions) result in errors...

Brian
06-04-2004, 07:58 PM
I believe the links would be located in your 'navbar_uttstore_actions' template. Just edit those (or it's probably just one link) and add $vboptions[bburl]/ in front of it. ;)

The Sandman
06-04-2004, 08:09 PM
We're closing in on it. Everything below the "Actions" link works, but not the Actions link itself or any of the "Shop" links above it... :confused:

Brian
06-04-2004, 08:21 PM
Ahhh, those should be in your 'navbar' template, quite a bit below code you posted in your first post. If you just search the template for 'ushop.php' then you should be able to find those links. ;)

The Sandman
06-04-2004, 08:34 PM
Ahhh, those should be in your 'navbar' template, quite a bit below code you posted in your first post. If you just search the template for 'ushop.php' then you should be able to find those links. ;)Didn't work - in fact that broke the links from every page on my Board, not just the vBa homepage. I put them back the way they were...

Brian
06-04-2004, 08:42 PM
I don't see how it would break them... Would you mind just posting the content of your navbar template here and I'll make the changes for you?

The Sandman
06-04-2004, 08:51 PM
I don't see how it would break them... Would you mind just posting the content of your navbar template here and I'll make the changes for you?Sure thing. Thanks for all the help!

Brian
06-04-2004, 08:55 PM
Here's the new template... There *shouldn't* be any reason why it doesn't work that I know of, but if it still has problems let me know.

The Sandman
06-04-2004, 09:01 PM
Sweet! Works fine now. I'll have to take a careful look to see where I was messing up. Thanks for the excellent support for a terrific product. :D

Brian
06-04-2004, 09:07 PM
No problem. Glad it's all working for you now. :)

lieutan
09-05-2004, 03:12 PM
Brian,

If you have sometime, the links in red are the ones that I cannot get to work.. I have gone over everything I can think of... All the non red links work fine... This is the url the bad links send me to:

http://adventurersunited.com/forums/%20ushop.php?do=a&aid=6

Any idea where my mystake is??

uShop Menu
Bank
Richest Members
Most Sold
History
Actions
Change Custom Title
Change Other User's Custom Title
Change Username
Glowing Username
Colored Username
Bold Username
Italicized Username
Sticky Thread
Thief!

The links in red do not work on any page... Funny thing is it used to work and i went back and checked any changes I may have made to the ushop links and found none.. All is as supposed to be as far as I can see...

Could the prob be in a php file?? I checked those 2 but was still unable to find my error.. :(

Brian
09-05-2004, 08:16 PM
You need to edit your navbar_something (don't remember the exact name, but it should be obvious when you expand your navbar group of templates).

lieutan
09-06-2004, 12:23 AM
You are the greatest, I looked at that before but just found I was missing the / thankyou thankyou...

venomx
09-06-2004, 10:07 AM
I have a simular problem. I use the $navbar2 hack for all my hack links because my $navbar was getting full. Well now the uShop drop down doesnt show anything under history.. :( Doesnt show it on the vBa CMPS pages or the forum pages.. :( If anyone else has had this problem and fixed it please let me know how...

I thought it was only on vBa CMPS like the problem TheSandman had but I see its on the forum too so I dont think its a vBa CMPS problem.. :(