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 |
#282
|
|||
|
|||
Is there any way to retrospectively generate a credit score for someone ?
My forum has been running a while so I would like to be able to generate a credit score based on my users previous posts and thanks. Also, would it be possible to add a points score for uploaing an attachment ? |
#283
|
|||
|
|||
How to disable / not show for a specific member group? I would like to use this for displaying salary for my board staff
|
#284
|
||||
|
||||
Quote:
You can then update credits for specific usergroups based on various factors. |
#285
|
||||
|
||||
Quote:
Quote:
Everyone: Dont forget to click install (or nominations for MOTM ) |
#286
|
|||
|
|||
everything is installed, but when i go to allow quizes that are submitted, my admin keeps asking me to log in over and over again! I thought this was fixed, and also when making changes to the admin_quiz.php there are two instances of the same code when searching.
This is when i am integrating it with the Quiz two instances of this one Code:
$DB->query("insert into ".TABLE_PREFIX."quiz (q_name,q_state,q_perms,q_start,q_end,q_autoend,q_timelimit,q_viewanswer,q_desc,q_forcat,q_image) values ('{$q_name}',{$q_state},'{$Perms}',".time().",{$End_Time},{$q_autoend},{$q_timelimit},{$q_viewanswer},'{$q_desc}',$q_forcat,'{$q_image}')"); Code:
$DB->query("update ".TABLE_PREFIX."quiz set q_name='{$q_name}',q_state={$q_state},q_perms='{$Perms}',q_end={$End_Time},q_autoend={$q_autoend},q_timelimit={$q_timelimit},q_viewanswer={$q_viewanswer},q_desc='{$q_desc}',q_forcat=$q_forcat,q_image='{$q_image}' where qid='{$quiz['qid']}'"); |
#287
|
||||
|
||||
As I stated earlier, the number of tabs is important in which block to use. Revert your quiz files and search again, this time paying attention to tabs. There should be only one block for each thing. You probably get logged out because you replaced it twice. If after you fix that and it still doesnt work, we will go from there
|
#288
|
|||
|
|||
Quote:
|
#289
|
||||
|
||||
Yeah?
|
#290
|
|||
|
|||
blocks? tabs? I am usong just vb3.6.7 not advanced
|
#291
|
||||
|
||||
Okay, when you are finding and replacing code from quiz.php and admin_quiz.php, also search for the number of tabs in the code block. If you searched for just the text it would appear twice, but checking the number of tabs (tab keypress, aka indents) makes it appear only once - which is the right one to replace.
I guess I will redo the instructions to identify a different block of code. Sucks I cant use plugins because there are no hooks at all in those files. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|