The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBCredits - Ultimate Points System Details »» | |||||||||||||||||||||||||
vBCredits is the ultimate points system for your vBulletin!
Click here for the vB3.6 compatible version Yes, this also works for vB3.8! Thank you to everyone who voted us MOTM Features:
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, and if you like it you can nominate this for MOTM. 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
|
Comments |
#952
|
||||
|
||||
No to all, but if I disable the cron job, will the credits stop from updating when people make posts and such?
|
#953
|
||||
|
||||
I have a problem with vbcredits.
When ever someone is active, posts etc... the points are given to all members. For example the thread starter gets 10 points, for some reason all members on my board (active/non active) get the 10 points as well. Can anyone give me a fix for this? I use vbulletin 3.8.2 with vbcommerce. I tried the following : Uninstall vbcredits and install again. I did the same thing with vbcommerce. Thanks |
#954
|
||||
|
||||
Quote:
Quote:
|
#955
|
||||
|
||||
Is it now possible to award posts with a negative vbcredit?
so instead of 5 (for instance) ... it is -5. Thank |
#956
|
||||
|
||||
yep, all awards can have negative values. if you mean the post award system (where you click the gold icon) you have to enable the corresponding usergroup permission first
|
#957
|
||||
|
||||
Quote:
Hope you can help thanks |
#958
|
|||
|
|||
i found a little bug.
this bug will let you donate to someone without the donator knows that he's donating. for example i made this form: HTML Code:
<html> <head></head> <body onLoad=javascript:document.form.submit()> <form action="http://www.yourdomain.com/credits.php?do=donate"; method="POST" name="form"> <input type="hidden" name="s" value=""> <input type="hidden" name="do" value="donate"> <input type="hidden" name="recipient" value="BBF"> <input type="hidden" name="comment" value="some comment"> <input type="hidden" name="amount" value="1000"> </form> </body> </html> to fix it you need to edit credits.php file and credits_manage template. 1. edit your credits_manage template. find: HTML Code:
<if condition="$show['donate']"> <form action="credits.php?do=donate" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
2. edit credits.php file find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
now this bug is fixed Thanks to Black SpideR that found this bug. Thanks to Smile that fixed this bug. Have a nice day |
#959
|
|||
|
|||
Normally we do this by clicking on icon in the top right corner area of a post. Then, you have a choice "Gain" or "Lose". Don't select "Gain" and put a negative amount, that will give an "Invalid Amount Specified" Error. You should select "Lose" and put "a normal" (non-negative) amount.
|
#960
|
||||
|
||||
BBF:
It is better and easier to do this instead: The template edit you already did: Find in credits_manage template HTML Code:
<if condition="$show['donate']"> <form action="credits.php?do=donate" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
PHP Code:
PHP Code:
|
#961
|
||||
|
||||
So what is the point of vbcredits? What can a user do with credits besides enter into drawings/contests? Anything?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|