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 |
#642
|
||||
|
||||
Currently the last remaining issue that keeps vbcredits from being 1.4 gold is the broken post/thread negation awards. to allow you to at least complete the action without errors, the code was simply disabled. So, if you want to remove credits yourself i suggest allowing your moderators the use of the post award system, such that they can deduct credits as part of their regular maintenance, from right in the threads themselves.
|
#643
|
|||
|
|||
Is there a way to install this mod into a test style in order to work out any kinks in it before releasing it to the general public? It's way to complex to release it without doing some testing on the board.
Thanks for the advice! Tom |
#644
|
||||
|
||||
Sure? You do the template edits
|
#645
|
|||
|
|||
Great - thank you. When you install some mods they become instantly active. I just didn't want to do that here.
Can't wait to install it - thanks! Tom |
#646
|
|||
|
|||
Quote:
Have you found any hurdles with this action? Last I heard from a different coder is that a file edit is needed to make this work properly. Is that still the case? This is the one thing that is stopping me installing it live on my site. I would pay to have it working, or at the least donate. |
#647
|
||||
|
||||
A live demo that doesnt need registration will be good.
|
#648
|
|||
|
|||
you can see the points system working on that site without registering just click around rather than discredit this mod
|
#649
|
|||
|
|||
you should join with vBExperience
|
#650
|
|||
|
|||
<i>Fatal error: Call to a member function query() on a non-object in /-forumdirectory-/living_avatars/index.php on line 27</i>
I get this error when trying to integrate Living Avatars with VBCredits. It happens when I follow this line: ================================ File: living_avatars/index.php ================================ FIND: -------------------------------- $points_remaining = $userinfo['points'] - $item[cost]; -------------------------------- ADD BELOW: -------------------------------- $DB->query("UPDATE " . $GLOBALS['tableprefix'] . "user SET credits = " . $points_remaining . " WHERE userid = " . $userinfo['userid']); How do I fix it? I put the query underneath this: // ###################$points_remaining = $userinfo['points'] - $item[cost];############ LOAD LA CORE ################################ |
#651
|
||||
|
||||
Quote:
vBCredits doesnt really have anything that guests can see or use... guests cant earn/manage/use credits. all you can do is look at someone else's credit amounts, sorry. I would prefer to remain separate Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|