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 |
#882
|
|||
|
|||
Hi Dark!
Is it possible to add the winning lottery number to prior drawings? Our users buy tickets and then after no one wins, they have no way to check what the winning number was! The current system does not Thanks!! http://www.unix.com/credits.php?do=banking |
#883
|
||||
|
||||
Quote:
Quote:
|
#884
|
|||
|
|||
Quote:
Cheers and thanks again for a great core product. |
#885
|
||||
|
||||
Is this compatible with the Living Avatar system?
|
#886
|
||||
|
||||
yes, i have a couple free options available for this but all at vbcredits.com
if you are using living avatars 1.*, i have integration instructions (2.* has built in integration with vbcredits) or, you can use vBCommerce and the Living Avatars itemtype to sell living avatars items directly through your shop. |
#887
|
||||
|
||||
Thanks, I'll look into that later... downloaded and marked as installed.
|
#888
|
|||
|
|||
Hi,
Thanks for the great product! I have few issues though. I am unable to find the original code in navbar to replace with your code. I searched the whole code by keywords "pmwarning", "pmpercent" but there is nothing with these keywords in my navbar file. The closest code I found (with if condition and with "PM") is this: <if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if> Is this the one to be replaced with your code? It still looks different as does not have inboxfull or other variables in the one you mentioned. |
#889
|
||||
|
||||
Quote:
|
#890
|
|||
|
|||
why my credits not align left ?
how to fix it im already revert all template and setup follow the instruction |
#891
|
|||
|
|||
FWIW, Added new field winnumber to MySQL table credits_lottery to record winning number after each lottery. Code mod below:
Code:
# diff credits_daily.php credits_daily.php.back2 183c183 < $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "credits_lottery SET active = 0, winner = '" . $vbulletin->db->escape_string(serialize($winners)) . "', winnumber = $winnumber WHERE lotteryid = " . $lottery['lotteryid']); --- > $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "credits_lottery SET active = 0, winner = '" . $vbulletin->db->escape_string(serialize($winners)) . "' WHERE lotteryid = " . $lottery['lotteryid']); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|