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 |
#372
|
|||
|
|||
Can you look into the queries problem? I just noticed that with the product turned on, there's about an extra 9 queries, which is really bad.
can anyone else tell me if they have the same problem? |
#373
|
||||
|
||||
Any particular page you are looking at? Unless you are doing mass moderation (like deleting many threads and posts at once) there should only be 1 extra query on everything. Even that I'm trying to get around without file edits.
|
#374
|
|||
|
|||
I'm just refreshing my showthread page. It was 29 queries with it turned on, and 20 with it disabled.
I really don't know why since the only place your code show up is in the postbit... I tried removing it from postbit but it still shows up as 29 queries. |
#375
|
||||
|
||||
Holy -- youre right. >.< Its calling the datastore on every post >.< i will correct the plugin this is in, and post you something. I didnt expect showthread to call fetch_foruminfo so many times :X gimme a sec
|
#376
|
||||
|
||||
Well, hate to do this to you all for like the 4th time, but another bugfix
IF you DONT use the forum overrides, then just disable the hook 'Forum Credit Override Application'; IF you DO use the forum overrides, then reupload the product. As a bonus, uninstall also deletes the datastore item that was added :-p (not that you were going to uninstall right?) That should get rid of all of the extra queries, thanks for pointing it out I will make it all up to you guys I promise ...:'( (maybe some vBCommerce screenshots posted on vbcredits.com in a little while?) |
#377
|
||||
|
||||
I am having a hard time making certain forums *not* impact the credits at all. Someone, for example, deleted a ton of posts in an area designated with all 0's (default turned off), and was reduced from 230 to -20 credits.
|
#378
|
||||
|
||||
Well mass-moderation stuff like that is generally a little server intensive, why do you think update counters has you set limits on users to process per run? Because its like 5 queries per person :-p Same thing here. I tried to keep it as small as possible whenever that happens.
The main problem this time was I did not think a certain function was called on every single post, which means a query I stuck in there was. I moved it out of that function and it works the same without that extra query every time. Also, credits can go negative because it was the only way it can function as correctly as possible. By its very nature pretty much everything can be exploited. What if you made long posts for post size credits, bought something with them, and then trimmed your post to normal? It needs to go negative so at least they will pay back what they technically stole. Plus theres settable amounts for having a post deleted, so you could in fact punish users for writing something that got deleted, so making them work it back is kind of ideal. |
#379
|
||||
|
||||
The problem is that I only want credits - positive or negative - to work in certain forums, and that doesn't seem to be happening.
|
#380
|
||||
|
||||
It shouldnt be happening... check your global credit settings - is 'count credits where posts arent' set to no? I dont think I missed this setting, it was there since 1.0
Vesica: usergroup editor |
#381
|
|||
|
|||
Voted MOTM. The only thing missing that I would need is the ability to award a point for every attachment a user uploads. Hanging on for future updates with this implemented
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|