Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > uCash & uShop
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
uCash & uShop old support and thank you thread Details »»
uCash & uShop old support and thank you thread
Version: , by BarHopper BarHopper is offline
Developer Last Online: Aug 2005 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-12-2004 Last Update: Never Installs: 0
 
No support by the author.

/me Installs. I'm the first for the most aniticipated hack!!1

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1442  
Old 07-20-2004, 02:51 AM
starfantazy starfantazy is offline
 
Join Date: Apr 2004
Location: Bythemoon
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Morgalis
3rd time in a row

I replaced all my files with the ones from 3.03
I reverted the templates - i have no other hacks on my forums
I reuploaded all store files

I carefully went through every edit and uploaded each file as it was completed

I double checked the template edits

My problem is that the link on the navbar does not produce the menu. In fact, when I click on it, aside from nothing happening, if I mouseover any other navbar items with the triangle [including the thread menus] it will open the menu.

So again, I am lost and looking for some help
well, thats what i posted, but was ignored again.... :disappointed:
Reply With Quote
  #1443  
Old 07-20-2004, 03:03 AM
Henry-RS's Avatar
Henry-RS Henry-RS is offline
 
Join Date: Mar 2002
Location: Chicago
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to have something like this, but do it using the Reputation system that comes with vBulletin 3?
Reply With Quote
  #1444  
Old 07-20-2004, 03:07 AM
Mr. Brian's Avatar
Mr. Brian Mr. Brian is offline
 
Join Date: Jan 2003
Location: Internet
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by starfantazy
well, thats what i posted, but was ignored again.... :disappointed:
You might have missed out this part:

PHP Code:
<!-- 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>
        <
tr><td class="thead"><a href="ushop.php$session[sessionurl]">Actions</a></td></tr>
$ushop_navbar
</table>
    </
div>
    <!-- / 
shop menu --> 
Right after the "<!-- / user cp tools menu -->" .
Reply With Quote
  #1445  
Old 07-20-2004, 03:18 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nothing shows up under actions in the drop and i have that in my template and i get no actions found when i visit ushop.php anyways.
Reply With Quote
  #1446  
Old 07-20-2004, 03:24 AM
starfantazy starfantazy is offline
 
Join Date: Apr 2004
Location: Bythemoon
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right after the "<!-- / user cp tools menu -->" . is not what was stated in the instructions, but then i go to do something in the pulldown menu and all it does is say no actions specified
Reply With Quote
  #1447  
Old 07-20-2004, 03:38 AM
WEForums WEForums is offline
 
Join Date: Apr 2003
Location: Jacksonville, Florida
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IF YOU ARE HAVING FOREACH ERRORS IN GLOBAL.PHP OR NO ACTION ERRORS:
First, remove the second global.php edit. Then run ushop.php?rebuildds=1. Then put the edit back in adns ee if that works. If it doesn't work, answer the questions above, if it does, post saying that and let me know in the post if you used the HTL or standalone installer. This will help me diagnose the problem as to whether it is a user error or an error on one of the installers. Thank you.
Reply With Quote
  #1448  
Old 07-20-2004, 03:47 AM
starfantazy starfantazy is offline
 
Join Date: Apr 2004
Location: Bythemoon
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got the shop to work, but since i installed it the img tags arent working any ideas as to what may have gone wrong? and yes the img tags are on
Reply With Quote
  #1449  
Old 07-20-2004, 08:09 AM
Morgalis Morgalis is offline
 
Join Date: Oct 2002
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr. Brian
Right after the "<!-- / user cp tools menu -->" .
In the readme

Find:
Quote:
</div>
<!-- / user cp tools menu -->
</if>
Add Above:
Quote:
<!-- 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 -->
This text is so people can search for the answer to their problem. No menu popup means you need to put this code BELOW in the last step rather than before it as in the readme.

Just update the readme and this problem will go away.

Thanks for your help Brian!
Reply With Quote
  #1450  
Old 07-20-2004, 09:45 AM
Mr. Brian's Avatar
Mr. Brian Mr. Brian is offline
 
Join Date: Jan 2003
Location: Internet
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Morgalis
In the readme

Find:


Add Above:


This text is so people can search for the answer to their problem. No menu popup means you need to put this code BELOW in the last step rather than before it as in the readme.

Just update the readme and this problem will go away.

Thanks for your help Brian!

No prob, Morgalis.
Reply With Quote
  #1451  
Old 07-20-2004, 02:40 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im Running Vb 3.3
Instlaled the ushop 0.95

I used the install.php

And everytime i go on the www.dancehallareaz.com/forum/ushop.php

it tells me no action and last night it was working :surprised:

When i try to pick the action in action manager in my admincp it tells me :

Could not find phrase 'uttstore_saved_values_successfully'.

What should i do? :ermm:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06113 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete