Referral Points Multiplied Against Additive Referral Bonus
ARB Increases ALL Other Action Award Amounts
Post Award System
AJAX Through Thread or Profile
Can Spend From Central Board Account
Filled from Taxes, Fees, etc
Daily, User, Thread Limits
Can Disallow Negative Awards
Disable by Usergroup, Forum
Moderate by Usergroup, Forum
Can Publicly Display Awards in Thread
Transaction Log
Displays All Donations, Awards, Payments, Winnings, etc
Can be Split into Pages
Usergroup Permission to View All Users' Logs
Specify Transaction Alerts via PM
Comments and Reasons Allow BB Code
Donations
Support for Comments and Anonymous
Time Based User Limits
Donation Fee
Fee Handling Protocol
Moderate / Cancel Donations
Drawings
Unlimited Concurrent Drawings
Raffle / Lottery Types
Static / Raising Jackpots
Per Drawing Ticket Cost
Maximum Active Tickets
Minimum / Maximum Tickets Sold for Drawings
Recurring Drawings
Usergroup Discounts
Configurable Title and Date
Exclude Usergroups
Optional Winner PHP
Allow Lottery Number Picking
Tax on Winnings
Archive Time Limit for Completed Drawings
Retry Period for Ineligible Drawings
Savings Accounts
Validate Access by Time, Posts, and Reputation
Minimum Balance for Interest
Bank Transfer Fee
Pending Deposits
Early Withdrawal Fee
Interest Intervals
Maximum Savings per Usergroup
Configurable Usergroup Interest Rates
Moderate Deposits
Loans
Moderate Loans
Maximum Total Loans and Amounts
Minimum Loan Amount
Minimum Payment by Due Date
Late Payment Fee
Automatic Recurring Payments
Accountability Rating for Loan Repayment
Good and Bad Rating Thresholds
Lock Spending Ability if Below Bad Rating
Transfer Usergroups when Threshold Passed
Reward or Punish Users with New Rates and Abilities
Administrative Utilities
Mass Usergroup Updater
Select Template Usergroup to Copy Settings
Select Multiple Target Usergroups
Configure All Usergroup Settings and Awards
Mass Credit Updater
Retroactively Award Users Based on Settings
Can be Used to Award Static Amounts to All Users
Can be Used to Reset Entire Usergroups
Pick and Choose Usergroups and Awards to Calculate
Modify User Accounts by Criteria
First Search for Users Using Familiar Options
Can Search by Savings and Checking Amounts
Can Alter Resulting Users' Amounts Directly
Can Apply Easy-to-Use Custom Defined Formula
Use Simple Math, Numbers, and Variables
Days Registered
Post Count
Reputation
Infraction Points
Checking and Savings Amounts
Overall Quality
Everything is Easily Disabled / Unlimited
Will Not Alter Environment for vB or Other Hacks
Fully Phrased
Complete Admin Help*
WOL Locations
Includes Hooks
Unique Plugin Optimization
Uses Bitfields and Datastore
Maintains Sessions
Includes TMS Support
No File Edits
and much more!
Just follow the directions carefully in the zip based on whether you are clean installing or upgrading
Fully integrated with vBulletin and easily integrated with third party scripts:
Many hacks allow you to specify a points system by entering the table and column for the points data. Use TABLE: user COLUMN: credits when integrating vBCredits with such hacks (note: you may need to include your table prefix with some hacks)! If you are unsure about integration - ask me!
Why is this version not the gold version yet?
vBCredits 1.4rc1 went through a long bugtesting process at the official site, and rc2 is largely bug free in its entirety. However, *it is missing most of the admin help and post/thread deletion actions are temporarily removed while I figure out how to fix them.
Footnotes:
Thank you for using vBCredits, I would be happy to hear your feedback and correct anything that comes up. For more tailored support, please indicate you have installed this hack. Use of this free hack requires that you retain the copyright line at the bottom of the forum (PM me otherwise). If you do not agree with this, please do not use vBCredits - thank you for your understanding and support!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Sorry about the mixup, I converted my notes about file edits to the
Find:
====
stuff, and i missed highlighting that particular part.
if possible, you might want to start over with a fresh class_dm_user.php file and reapply the file edits to it. Basically, you have to undo the addition you made, and redo it correctly (which is what the previous posts instructions have you do.)
Anyway, I updated the download with the proper highlighting in the instructions file so this shouldnt happen again :-p
let me know how it goes, if you want me to fix up the file for you, check your PMs
instruction file problem, again this has been clarified in the download, so it doesnt look like the ADD BELOW block from the selection above it anymore.
let me know how it goes, if you want me to fix up the file for you, check your PMs
instruction file problem, again this has been clarified in the download, so it doesnt look like the ADD BELOW block from the selection above it anymore.
Thanks very much for your unbelievable support sir! :up:
Users can see their credits in their postbits and profiles if you have set the option to yes in the vBulletin Options screen under vBCredits Global Settings.
If you have altered your postbits or profiles and would like to include the credits, the variables are $vbphrase['credits'] for the word, and for the value is $post['credits'] for posts, $userinfo['credits'] for profiles, and $vbulletin->userinfo['credits'] for the currently logged in user ($bbuserinfo['credits'] for templates).
Also, in the usercp is a link to Manage Credits under subscriptions, which links to credits.php, which also displays the number of credits and is also where the donation portion of the script is.
Edit: no problem asw, I want this to work for you as much as you do.
Users can see their credits in their postbits and profiles if you have set the option to yes in the vBulletin Options screen under vBCredits Global Settings.
If you have altered your postbits or profiles and would like to include the credits, the variables are $vbphrase['credits'] for the word, and for the value is $post['credits'] for posts, $userinfo['credits'] for profiles, and $vbulletin->userinfo['credits'] for the currently logged in user ($bbuserinfo['credits'] for templates).
Also, in the usercp is a link to Manage Credits under subscriptions, which links to credits.php, which also displays the number of credits and is also where the donation portion of the script is.
Edit: no problem asw, I want this to work for you as much as you do.
Well,
Most of that went over my head but I did manage to locate the area and took a screenshot.