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.7 compatible version 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. 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 |
#82
|
||||
|
||||
I think if use the below code in postbit & MEMBERINFO template instead of that is exists now for this product, it's will be better.
postbit & posbit_legacy: Code:
<if condition="$post['credits']"><div>$vbphrase[credits]: $post[credits] (<a href="credits.php?u=$post[userid]">$vbphrase[donate]</a>)</div></if> Code:
<if condition="$post['credits']"><div class="fieldset"><div style="padding:$stylevar[formspacer]px">$vbphrase[credits]</a>: <strong>$userinfo[credits]</strong> (<a href="credits.php?u=$userinfo[userid]">$vbphrase[donate]</a>)</div></div></if> Note: If you want to use these, in first you must to inactive the Display Credits in Postbit and Display Credits in Profile plug-ins from Plug-In Manager. |
#83
|
|||
|
|||
every thing works with me fine but it seems that it doesnt display anything in the memberlist (done every thing template change, files changes, and activate it from the global option)
|
#84
|
||||
|
||||
if they are not showing up in your templates it means the style you are using neglected to use the $template_hooks. I am thinking I should just abolish using them via plugins since nobody seems to retain them, but seems like such a waste....
anyway, you may use the template edits by sunrise2006, but modify them a little bit so they obey your settings, put them where you want them to appear in the following: postbit / postbit_legacy Code:
<if condition="$vbulletin->options['credits_public']"><div>$vbphrase[credits]: $post[credits] (<a href="credits.php?u=$post[userid]">$vbphrase[donate]</a>)</div></if> Code:
<if condition="$vbulletin->options['credits_public']"><div class="fieldset"><div style="padding:$stylevar[formspacer]px">$vbphrase[credits]</a>: <strong>$userinfo[credits]</strong> (<a href="credits.php?u=$userinfo[userid]">$vbphrase[donate]</a>)</div></div></if> |
#85
|
|||
|
|||
what is the benefit of credit points??
in other way where the members use this earned points ????? |
#86
|
||||
|
||||
I've said this before throughout the thread and at the top post:
This hack does not come with its own use for the points, but does integrate with hacks that use points. I am also planning a companion shop type system for this hack, but need more ideas. Also, I am looking into building addons for third party hacks to infuse the use of points, but again I am still taking ideas. As of this post there is confirmed integration with vBookie and the ICash line, and I am going to include an ICash converter in the next release. There may be more hacks, so please show me them and I can find out if and how to integrate with them if it is not obvious. |
#87
|
||||
|
||||
A donation log will be nice, so that you know who you received credits from?
|
#88
|
||||
|
||||
SHHHHHHHHHHHHHHHHHHHHHHHHHHHH
thats a surprise >.> it might already be done EDIT: still adding one more surprise to 1.2 besides this one then ill release it.... |
#89
|
||||
|
||||
I keep my template hooks Just thought you should know that someone actually keeps em :P
|
#90
|
|||
|
|||
hi,
awesome mod and well needed! any big differences in the install process for 1.2 ? I was going to install this today but i can wait a few more days... then again if it may take you a while longer and the upgrade is simple i can star with whats here now. |
#91
|
|||
|
|||
I have our offical support forums setup for this script here, as a side note... >>>>
we'll be updating links in v1.2, but doing our best to support this script on vbulletin.org and our main site. Also I hope to get some shots of our other vbcredit systems, and scripts as well like triad3 for those intersted, in the near future |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|