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 |
#802
|
||||
|
||||
for now until 1.4, you have to edit the plugin that says display credits in postbits.
youll have to edit it twice within that plugin, and it requires a little bit of php knowledge. now you know why i am switching that out of the plugins :-p if you cant figure it out i might post some of the 1.4 plugin and postbit code so you can modify the templates instead, and itll be much easier |
#803
|
||||
|
||||
Hello.
Any idea how to change this mod for rpg integration hack? I have some problems with that, error like that appears: Quote:
|
#804
|
||||
|
||||
is that for lite or full version?
|
#805
|
||||
|
||||
Its different rpg system, You can find it here:
https://vborg.vbsupport.ru/showthread.php?t=108790 But im stupid, that's all. I just saw one person which asked about that before, so i thought this mod need special integration, but i had to change vbulletin options->rpg hack cash options "uttpoints" for "credits" and that's it, You can add this rpg mod to list of hacks working with vBcredits. Anyway, thanks for trying and sorry for disturbing . |
#806
|
||||
|
||||
:-p that would be the 'lite' version, and if youd said that I would have told you about the points row
the full version is getting a converter |
#807
|
|||
|
|||
WOOT finally got the chance to install this!!! It's great!
|
#808
|
|||
|
|||
I would if u have time tell me what word
should I edite to make it show Number of xxx credite on postbit withe red color cuz when I make check on what code add on postbit <if condition="$show['credits_postadd']"> <span id="creditsmenu_$post[postid]"><a href="credits.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="credits_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/credits.gif" alt="<phrase 1="$post[username]" 2="$vbphrase[credits]">$vbphrase[credits_threadaward]</phrase>" border="0" /></a></span> <if condition="$show['popups']"><script type="text/javascript"> vbcdt_register("$post[postid]")</script></if> </if> now this code I try play aroun it but I confused cuz there are nothing like $post[cedit] cuz if was that will be more esaire to make it with red color |
#809
|
||||
|
||||
thats template code. i said plugin. 1.4 is different, but for now...
Display Credits in Postbit: PHP Code:
'">' . $GLOBALS['credits_last'][2] . '</span></div>' to like '"><font color="red">' . $GLOBALS['credits_last'][2] . '</font></span></div>' and then '">' . $credits_this[2] . '</span></div>' to like '"><font color="red">' . $credits_this[2] . '</font></span></div>' again, this is kinda messy, but its been redone in 1.4, and if you want that plugin before release you have to come talk to me. |
#810
|
|||
|
|||
work gr8 thanks
also credit on navbar I don’t want be as a link what should I do? |
#811
|
||||
|
||||
edit the show credits in navbar PLUGIN
again, also changed to templates in 1.4 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|