The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
uCash 3.x Details »» | |||||||||||||||||||||||||||||||
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
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
ty for the info will look in to it............. |
#13
|
|||
|
|||
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:
Thanks in advance. - Justin |
#14
|
|||
|
|||
Also i wouldtn't edit the template, there's above a template hook, so why not use it?
|
#15
|
||||
|
||||
Quote:
Code:
<if condition="$show['ucash']"><dt class="shade">Points</dt> <dd>$userinfo[ucashdisplay]</dd></if> |
#16
|
||||
|
||||
I messed it up again. Screw it, I'll just use the template hooks because I suck at making modification text files apparently. Updated.
|
#17
|
|||
|
|||
Thank you for getting back in the game.. i did miss using ucash...
|
#18
|
||||
|
||||
I have template hooks used in beta 2, going to get infractions and a basic admin script done before pushing it out.
|
#19
|
||||
|
||||
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.
|
#20
|
|||
|
|||
If I want to clear everyones points back to 0. How do I do this?
|
#21
|
||||
|
||||
Run a database query:
Code:
UPDATE user SET ucash = 0; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|