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 |
#302
|
|||
|
|||
Thanks for the mod, I am using this with the ibProArcade.
I added a scheduled task to run every hour but am getting more out of it than I'd like. My goal is to increase the jackpot for every arcade game by 5 every hour. Here's my code. Code:
$Jackpot = $vbulletin->db->query("SELECT * FROM vBull_games_list"); while($row = $vbulletin->db->fetch_array($Jackpot)) { $vbulletin->db->query_write("update vBull_games_list set jackpot = jackpot + '5'"); } What change should I make to have it only run once per game? Any idea? Thank you for your time. EDITED: Well, this appears to have fixed my problem; I think there is an easier way. I remember doing an update similiar to this once upon a time, but I can't remember how. Code:
$Game = 0; $Jackpot = $vbulletin->db->query("SELECT * FROM vBull_games_list"); while($row = $vbulletin->db->fetch_array($Jackpot)) { $Game = $Game + 1; $vbulletin->db->query_write("UPDATE vBull_games_list SET jackpot = jackpot + '1' WHERE gid = '$Game' "); } |
#303
|
|||
|
|||
I installed this mod and love it. However, at the bottom of every page is a piece of text that says "vBCredits v1.4 Copyright ?2007 - 2008, PixelFX Studios". This is nopt a problem. What is a problem is that when the links are clicked, it goes to these sites and leaves mine.
What I want to do is make the links open a new browser window. I cannot seem to find in the templates or phrases where these links are set. Can somebody please tell me how to make a modification to this so I can just add "target='_blank'" to these links? |
#304
|
|||
|
|||
Anybody? Anybody?
|
#305
|
|||
|
|||
How do you turn off loan all together?
|
#306
|
||||
|
||||
I still have the old version of vbbux/vbplaza on my board.. I know this is a noobish question for many of you.. But there has to be a way to simply copy over the amount the current users have in the vbbux and vbbank fields in the user table to the fields used by vbcredits.. Could someone kindly help me out with a query to do so?
|
#307
|
|||
|
|||
<a href="http://www.vbcredits.com/forum/showthread.php?t=24" target="_blank">http://www.vbcredits.com/forum/showthread.php?t=24</a>
|
#308
|
|||
|
|||
I found how to turn of loans but now I have 2 new questions:
1) Is negative awards working yet? Last time I asked Dark said it was turned off for the last release. 2) Where is the log of all member transactions? I can't seem to find that anywhere. Thanks for the help. |
#309
|
|||
|
|||
The release notes mentions that VBC can be used in conjunction with other mods, does anyone know of such mods?
|
#310
|
|||
|
|||
Installed!
|
#311
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
I'm sorry, I do not understand your problem? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|