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 |
#12
|
||||
|
||||
Ah, I think I forgot to highlight a row in the instructions
what you did was copy the next part for find: and then replace: to fix, find: //obsolete |
#13
|
|||
|
|||
Quote:
with the ADD BELOW: code? Thanks for responding so fast!! |
#14
|
||||
|
||||
Sorry about the mixup, I converted my notes about file edits to the
Find: ==== stuff, and i missed highlighting that particular part. if possible, you might want to start over with a fresh class_dm_user.php file and reapply the file edits to it. Basically, you have to undo the addition you made, and redo it correctly (which is what the previous posts instructions have you do.) Anyway, I updated the download with the proper highlighting in the instructions file so this shouldnt happen again :-p |
#15
|
|||
|
|||
That's why it's always wise to backup!
I'll reinstall sir. Thanks for your outstanding support! |
#16
|
|||
|
|||
Worked like a charm!
I am sorry if I missed something but where do the members view or otherwise see their credits? Thanks again-:up: |
#17
|
||||
|
||||
let me know how it goes, if you want me to fix up the file for you, check your PMs
instruction file problem, again this has been clarified in the download, so it doesnt look like the ADD BELOW block from the selection above it anymore. |
#18
|
|||
|
|||
Thanks very much for your unbelievable support sir! :up:
|
#19
|
||||
|
||||
Users can see their credits in their postbits and profiles if you have set the option to yes in the vBulletin Options screen under vBCredits Global Settings.
If you have altered your postbits or profiles and would like to include the credits, the variables are $vbphrase['credits'] for the word, and for the value is $post['credits'] for posts, $userinfo['credits'] for profiles, and $vbulletin->userinfo['credits'] for the currently logged in user ($bbuserinfo['credits'] for templates). Also, in the usercp is a link to Manage Credits under subscriptions, which links to credits.php, which also displays the number of credits and is also where the donation portion of the script is. Edit: no problem asw, I want this to work for you as much as you do. |
#20
|
|||
|
|||
Quote:
Most of that went over my head but I did manage to locate the area and took a screenshot. Thanks again very much sir. :up: |
#21
|
||||
|
||||
The automatic template edits are for the default vbulletin style. I will be making screenshots tonight, and maybe adding in more linking :-p
If you have edited postbits, to make it display, put this in the postbit template: $vbphrase[credits]: $post[credits] for profiles, put this in the memberinfo template $vbphrase[credits]: $userinfo[credits] Comes out as, for example Credits: 100 To display your own credits to yourself in any template, use $bbuserinfo[credits] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|