Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
uCash 3.x Details »»
uCash 3.x
Version: 3.9.1, by GeekyDesigns GeekyDesigns is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 07-25-2009 Last Update: 11-20-2009 Installs: 36
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

11/20/09 - uCash 3.9.1 released, adding the option to edit a user's points when editing a user in the Admin CP. For some reason I thought that was already implemented. Whatever, it's there now. Enjoy.

07/27 3:54 AM: Beta 2 is released! New features here are point deduction on infractions, the use of template hooks, and a primitive admin script. Upgrade by re-uploading the files and re-importing product-ucash.xml, allowing overwrite. Then, undo the template edits that you did to memberinfo_block_ministats and postbit/postbit_legacy as they aren't needed anymore.

Welcome to uCash 3.9.0 Beta 2!

uCash is a points system for vBulletin. 3.9.0 is a rewrite of uCash from scratch designed for vBulletin 3.7 and up. Simply upload the files located in the 'upload' folder and import product-ucash.xml in the Product Manager of vBulletin (allowing overwrite if you are upgrading). If you are installing this as a first time user of uCash then congrats, everything should be working and you can configure the options to your liking from there. If you have previously installed and old version uCash or uCash & uShop, continue reading.

This version of uCash will attempt to "upgrade" from the uCS 0.9x database fields. If you have installed this previously and still have its data in your database, it will import over the old forum settings and points.

If you have been using uCash 1.1 or uCS 2.0, the same applies, however, some of the other options may also be carried over. In either case, make sure you remember what you have your settings set to, as some might not be carried over. ONE SETTING SHOULD BE REVERTED TO ITS DEFAULT IF YOU ARE UPGRADING - Set "Points Data Location", the very top option, to "TP.user.ucash". If you don't change this, uCash may not work properly. Make sure all of your options under "uCash Options" as well as the forum-specific options when editing a forum are set to their desired values and have fun.

If you have any issues to report with this addon, please post in the modification thread located at: https://vborg.vbsupport.ru/showthread.php?t=219475. Include all relevant details, such as vBulletin version and any previous install of uCash or uCash & uShop and its version number. I will attempt to give support, but as this is still a beta, I am more interested in bugs or inconsistancies. Please do not PM or IM me for support unless you have a showstopping bug or exploit to report.

Wall of text aside, please enjoy the latest release of uCash, and feel free to post any ideas for new features to add in the vB.org thread linked above. Thanks!

For a more full list of current features in this beta, look at the screenshots displaying the main settings and per-forum settings. Note that screenshots may be out of date. For full-sized screenshots, go here: http://cuphat.com/mods/ucash/

Download Now

File Type: zip uCash_3.9.1_[20091120-2150].zip (10.3 KB, 226 views)

Screenshots

File Type: jpg 3.9.0beta_options.jpg (139.1 KB, 0 views)
File Type: jpg 3.9.0beta_forumoptions.jpg (39.8 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 07-26-2009, 06:18 AM
s-p0k's Avatar
s-p0k s-p0k is offline
 
Join Date: Jun 2009
Location: S1n C1ty
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Link14716 View Post
Did you upload the files to your forums directory? The only thing I can think of is your server doesn't display PHP errors and the required functions_ucash.php file isn't being found in your includes directory.

ty for the info will look in to it.............
Reply With Quote
  #13  
Old 07-26-2009, 05:16 PM
ATP_JD ATP_JD is offline
 
Join Date: Feb 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First, thanks for a really slick product. This is almost the exact system I've been beating my head against a brick wall to create for the last week.

Question: The template modification instructions state:

Quote:
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
In your memberinfo_block_ministats template, find:
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

$template_hook[profile_ministats_list]

-+-+-+-+-+
Add Above:
-+-+-+-+-+

<dd>$userinfo[ucashdisplay]</dd></if>
Is that trailing "</if>" really supposed to be there? Is the line missing the opening of the conditional in front of it?

Thanks in advance.

- Justin
Reply With Quote
  #14  
Old 07-26-2009, 05:19 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also i wouldtn't edit the template, there's above a template hook, so why not use it?
Reply With Quote
  #15  
Old 07-26-2009, 06:07 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ATP_JD View Post
First, thanks for a really slick product. This is almost the exact system I've been beating my head against a brick wall to create for the last week.

Question: The template modification instructions state:



Is that trailing "</if>" really supposed to be there? Is the line missing the opening of the conditional in front of it?

Thanks in advance.

- Justin
Thanks for pointing that out. The correct line to add to memberinfo_block_ministats would be:
Code:
				<if condition="$show['ucash']"><dt class="shade">Points</dt>
				<dd>$userinfo[ucashdisplay]</dd></if>
I'll update the zip file in a minute here.
Reply With Quote
  #16  
Old 07-27-2009, 02:34 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I messed it up again. Screw it, I'll just use the template hooks because I suck at making modification text files apparently. Updated.
Reply With Quote
  #17  
Old 07-27-2009, 02:47 AM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for getting back in the game.. i did miss using ucash...
Reply With Quote
  #18  
Old 07-27-2009, 03:43 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have template hooks used in beta 2, going to get infractions and a basic admin script done before pushing it out.
Reply With Quote
  #19  
Old 07-27-2009, 06:56 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beta 2 is released! New features here are point deduction on infractions, the use of template hooks, and a primitive admin script. Upgrade by re-uploading the files and re-importing product-ucash.xml, allowing overwrite. Then, undo the template edits that you did to memberinfo_block_ministats and postbit/postbit_legacy as they aren't needed anymore.
Reply With Quote
  #20  
Old 07-31-2009, 06:37 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I want to clear everyones points back to 0. How do I do this?
Reply With Quote
  #21  
Old 07-31-2009, 07:49 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Run a database query:

Code:
UPDATE user SET ucash = 0;
Reply With Quote
Reply

Thread Tools

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 08:12 PM.


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.04740 seconds
  • Memory Usage 2,335KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete