View Full Version : Administrative and Maintenance Tools - Enhanced Reputation Checks
Paul M
12-31-2009, 10:00 PM
As of 23 Nov 2017 this modification has been withdrawn.
This modification adds a set of extra checks whenever members try and give reputation to posts.
Some extra features have been added to the vb4 version (two based on requests in the 3.8 thread).
The main features are ;
Minimum Comment Size
If set, a reputaion comment must contain a minimum number of characters.
Positive Reputation Multiply Factor
Any positive reputation given will be multiplied by the "Positive Reputation Multiply Factor" - See also the Custom Factors below.
Negative Reputation Multiply Factor
Similar to above - any negative reputation given will be multiplied by the "Negative Reputation Multiply Factor".
Custom Forum Based Multiply Factors
As well as the default forum wide factor settings for positive and negative reputation, it is also possible to set custom values for specific forums. Again, please carefully read the setting notes on how to do this (examples are given). You cannot use this to overide the global maximum.
Custom Usergroup Based Multiply Factors
These are basically the same as the forum based custom factors, but based on the giving members usergroup. Note that by default these will override any forum based multiplier (but see the priority option below).
Multiply Factors Priority
By default, custom usergroup multipliers overide the custom forum multipliers, this option can be used to reverse this priority.
Closed Threads Limit
Posts in closed threads, that exceed the given age, cannot be given reputation.
Open Threads Limit
Posts in open threads, that exceed the given age, cannot be given reputation.
User Ban List
An option to ban individual members from being able to give reputation to anyone.
All settings are in vBulletin Options > Enhanced Reputation Checks
To install - Unzip the XML and import into vB using the ACP Product Manager.
Points to note ;
Posts that you cannot give reputation on will not display the reputation icon/link.
In order to give negative reputation to a post a comment must be supplied - this is part of default vb 3.6 onwards and cannot be changed by this modification.
If a member does not have permission to give negative reputation then any negative reputation they try and give will be set to zero - in default vb they ended up giving positive reputation.
If set, the vb fixed admin reputation value will still be multiplied by any Multiply Factors specified in this modification.
If the negative reputation factor is 0.5 (to replicate default vb) then there will be one minor difference, a member whose positive reputation power is 1 will have a negative reputation power of 0, in default vb this would be -1.
The reputation cap is checked after any multiplication factors have been applied - so no member can give more than the set cap, no matter what factors are applied first.
History:
v4.0.1 : 01-Jan-2010 : Initial release for vb 4.0.0 Gold.
v4.0.2 : 21-Jan-2010 : Fix bug in Negative Reputation capping.
v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.
v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7.
v4.2.0.0 : 24-May-2012 : Updated for vBulletin 4.2.0.
mitch84
01-01-2010, 04:46 AM
6 downloads and nobody says thank you, happy new year Paul!:up:
rajubd
01-01-2010, 05:36 AM
big thanks mate you make my day
Dr.osamA
01-01-2010, 06:10 AM
thanxx man
installed
can i translet it and add her ??
________
Interracial public (http://www.++++tube.com/categories/715/public/videos/1)
TimberFloorAu
01-01-2010, 06:35 AM
Good Onya Paul, Happy New Year. Havent installed but watching :)
Hornstar
01-01-2010, 06:38 AM
Nice... I had not seen this before, I guess I overlooked it last time. Will be nice to enhance a feature which has been lacking for years on my site.
Rusticspec
01-01-2010, 09:48 AM
Glad you ported it over to 4.0, it's a really good mod. Will be installing this when I make the switch. Thanks Paul.
RustyAU
01-01-2010, 10:19 AM
Thanks Paul. Nice work! :)
Paul M
01-01-2010, 12:23 PM
thanxx man
installed
can i translet it and add her ??
Anyone is free to translate any of my modifications and attach the translated phrases.
Delilahs
01-01-2010, 12:39 PM
Thanks Paul, hopefully this will work as an addition to the post thanks mod when it finally works.
Paul M
01-01-2010, 12:48 PM
Finally works ? There are no bugs in this Im aware of.
Delilahs
01-01-2010, 02:22 PM
Paul, I was referring to the 'post thanks mod' that has some major problems, so as this one works, I'll use this instead.
AzzidReign
01-01-2010, 03:50 PM
Thanks! This is exactly what I needed for the overhaul I'll be doing on my site! This is perfect!
iacas
01-21-2010, 02:38 PM
This hasn't quite worked right since it was updated to 4.0 compatibility... I'm an admin and I can't give negative reputation. I choose "I Disapprove" and type a message and the popup alert confirms that I've given POSITIVE reputation.
It's not my browser - I can log in as a test user and leave negative reputation.
It's not my settings - Admin users are allowed to leave negative reputation ("Yes" is chosen)
It's not the plugin's settings - I can change them and still am unable to leave negative reputation.
It IS - my usergroups. I have one other admin user and he reports the same thing. He's not able to give negative, or rather, when he tries it ends up positive like mine.
It IS - the plugin. If I disable it, I can give negative reputation.
I'm going to take a look at playing with the plugin myself here and I'll report back if I find the code that seems to fix it.
3DUInc
01-21-2010, 02:47 PM
Tagged for future install and thank you very much :)
Paul M
01-21-2010, 05:56 PM
This hasn't quite worked right since it was updated to 4.0 compatibility... I'm an admin and I can't give negative reputation. I choose "I Disapprove" and type a message and the popup alert confirms that I've given POSITIVE reputation.
It's not my browser - I can log in as a test user and leave negative reputation.
It's not my settings - Admin users are allowed to leave negative reputation ("Yes" is chosen)
It's not the plugin's settings - I can change them and still am unable to leave negative reputation.
It IS - my usergroups. I have one other admin user and he reports the same thing. He's not able to give negative, or rather, when he tries it ends up positive like mine.
It IS - the plugin. If I disable it, I can give negative reputation.
I'm going to take a look at playing with the plugin myself here and I'll report back if I find the code that seems to fix it.
I appear to be able to replicate this, so I will investigate.
Paul M
01-21-2010, 08:15 PM
Fixed in 4.0.2
JFYI, this was not related to being an admin, it was a bug in the capping of negative reputation - if the neg rep value exceeded the cap, it was being converted to the positive cap value.
iacas
01-22-2010, 03:39 AM
Fixed in 4.0.2
JFYI, this was not related to being an admin, it was a bug in the capping of negative reputation - if the neg rep value exceeded the cap, it was being converted to the positive cap value.
That makes sense, and also explains why I couldn't figure out why I didn't find the reason for the bug looking around at the settings and code related to usergroups and admins and so on.
Thank you. I installed it and this now works. Appreciate it.
Breakpoint
02-10-2010, 01:35 PM
Wow I need this! Wonder if their is a way to stop Rep Farming more effectivley also. GJ
adds a whole set of extra checks whenever members try and give reputation Does this add any queries?
Thanks for mod! I used with 3.8 but having load issues on 4.0.
Paul M
04-10-2010, 08:18 PM
Does this add any queries?
Nope.
how to display, Good reputation / Bad reputation in the list?
maybe you can give green icon for good reputation, or red icon for bad reputation?
thank you
Lord Haste
04-14-2010, 02:35 AM
Are we able to report abusive reputation with this mod or not?
Paul M
04-14-2010, 10:36 AM
Nope.
hoadiem
04-25-2010, 10:50 PM
how do i display rep power ?
Gero50
07-04-2010, 07:10 AM
I will give it a shot.
Gero50
07-04-2010, 07:43 AM
Well I am sorry to say I had to uninstall it. I got it working for the most part but I think the regular rep system will be good enough for us right now.
ismael33
08-04-2010, 07:57 PM
How can i set a maximum reputation value?
scuter
10-01-2010, 01:08 PM
does this mod display the rep comment in the post?
Paul M
10-01-2010, 07:48 PM
This is not a display modification.
will you update this hack into "checking" the post quality as well?
(for example the minimum characters of the post that can be given reputation)
Paul M
08-11-2011, 02:24 PM
Nope, no such change is planned.
Paul M
10-16-2011, 11:50 AM
Updated: This is now available for the 4.1.x series of vBulletin only.
It's Damn Real!
12-20-2011, 04:16 AM
Paul, any ideas on how to utilize this feature in addition to your Extended Reputation Display [https://vborg.vbsupport.ru/showthread.php?t=231876] mod for 4.1.3 to keep the Extended Reputation but be able to cap the actual Reputation Power?
My only issue here is that we have certain users who rank up their rep very fast and in a year or so their actual reputation power will be in the hundreds (if not thousands), which is crazy seeing as one reputation given from them would give a new user, for example, a huge boost.
Paul M
12-20-2011, 09:24 PM
A reputation power cap is part of this modification.
Reputation Power Cap
Sets the global maximum reputation giving power for any member.
It's Damn Real!
12-21-2011, 02:29 AM
A reputation power cap is part of this modification.
Correct, but the Enhanced Reputation feature doesn't offer the reputation extension the Extension feature does.
My issue isn't getting the power cap to take affect in the Enhanced Reputation mod. It's getting it to stay applied when Extended Reputation is also turned on.
Paul M
12-21-2011, 11:59 AM
Sorry, I dont understand what you mean. Extended Reputation is a display mod, it has no connection to the giving of rep.
It's Damn Real!
12-21-2011, 03:55 PM
OK, I'll try to explain better:
I'm currently utilizing two of your mods:
1. Enhanced Reputation Checks (https://vborg.vbsupport.ru/showthread.php?p=2279598#post2279598)
2. Extended Reputation Display (https://vborg.vbsupport.ru/showthread.php?t=231876)
--
The issue is that when both are turned on and being utilized, the option to cap rep power does not work so long as the Extended Reputation Display mod is turned on. I've gone in later and turned Extended Reputation Display off and the rep cap power takes affect. The moment it's turned on in addition to Enhanced Reputation Checks, however, the cap no longer applies.
Does this make sense?
Paul M
12-21-2011, 08:00 PM
Does this make sense?
None at all.
As I said, Extended Reputation Display is purely a display mod, it has no effect on given reputation, it cannot.
What exactly are you doing to make you think it no longer applies ?
It's Damn Real!
12-22-2011, 12:25 AM
Nothing. Simply activating it. To test the theory that one interferes with the other I set the cap to below what some of the highest users have theirs set to and when the extended reputation system is turned off the reputation cap takes affect and brings their cap back to the maximum number set.
Once I turn back on Extended reputation, though, that cap no longer applies and their rep power goes right back to what it was despite the cap being set.
Paul M
12-22-2011, 03:34 PM
Sorry, but you didnt really answer what I asked.
What steps [exactly] are you performing to test this.
There is no possible way I can see that the display mod would have any effect at all, so I need to know precisely what you are doing, and precisely what you are checking.
Thanks.
scorpss
07-06-2012, 11:53 AM
Oh it dont work goodly , noone work...
i have configure all , whene a member click on give positive reputation , nothing change , when he click on give negative rep , nothing change...
i juste tried to fix power reputation (1 to all) per clik !
why nothing work ?
i'am on 4.1. 5 ( i tell it again)
thanks to responding me please
Paul M
07-06-2012, 08:11 PM
You need to be a bit more specific.
What settings do you have ?
What doesnt happen that you think should ?
What does happen that you think shouldnt ?
scorpss
07-06-2012, 08:51 PM
he is the screens :
1) http://img406.imageshack.us/img406/5205/74456009.png (http://imageshack.us/photo/my-images/406/74456009.png/)
2) http://img254.imageshack.us/img254/5186/40110983.jpg (http://imageshack.us/photo/my-images/254/40110983.jpg/)
Uploaded with ImageShack.us (http://imageshack.us)
3) http://img24.imageshack.us/img24/4435/16465879.jpg (http://imageshack.us/photo/my-images/24/16465879.jpg/)
4) http://img16.imageshack.us/img16/2407/94041689.jpg (http://imageshack.us/photo/my-images/16/94041689.jpg/)
5) http://img651.imageshack.us/img651/8022/97183751.jpg (http://imageshack.us/photo/my-images/651/97183751.jpg/)
take a look and tell me if something is wrong please
thank you alot
scorpss
07-06-2012, 08:54 PM
My probleme is : when someone clik to up postivie/negative reputation , nothing change :(
i juste want to fix this probleme and give 1 power reputation to all users (1 rep per click no more) (that why i chosed this hack mod :) )
Paul M
07-07-2012, 06:53 PM
As it says ;
Reputation Power Cap
Sets the global maximum reputation giving power for any member.
Have you set it ?
scorpss
07-08-2012, 09:04 AM
I juste up'ed the power reputation to 10 000 , but now , i tested , members gaved 3 reputation per one click :( (i want one rep per click for all only) (that why i choosed this mod^^)
any solution?
Look , all seen to be right configured :
http://img850.imageshack.us/img850/7728/sanstitreku.jpg (http://imageshack.us/photo/my-images/850/sanstitreku.jpg/)
where is th probleme :(
Paul M
07-08-2012, 01:44 PM
Read my last post. You didnt answer, just posted a random unrelated settings change.
scorpss
07-08-2012, 02:16 PM
As it says ;
Have you set it ?
yes, i juste make 10 000 Power reputation .
look screen :
http://img100.imageshack.us/img100/5787/sanstitreyg.jpg (http://imageshack.us/photo/my-images/100/sanstitreyg.jpg/)
but members give 3 reputation per click now :( (i only want one for all groupes)
Paul M
07-08-2012, 08:47 PM
Im afraid you are not making any sense at all.
You have not made a power of 10,000, you have set a Cap (Limit) of 10,000 - which is pretty pointless, I doubt anyone has such a huge reutation power in the first place.
You keep saying you want a limit of 1, so why on earth have you set it to 10,000 instead ?
scorpss
07-08-2012, 10:12 PM
oh :) , i juste fix it to 1 ^^ , it seen to be perfect :)
thank you alot bro ,
if i find a probleme tomorow , i will let you know
cya bro and have a nice day :)
Scyther
08-14-2012, 02:42 PM
Exactly what I needed for my forum.
Thanks Paul.
Installed, Nominated, 5 Stars!
GCC LLC
08-27-2012, 12:28 PM
Installed but now I get zero reputation points for everything...I set it to unlimited power, no limit on days, etc....just normal and no rep can be given. On 4.1.7
Chivava
09-01-2012, 12:09 PM
Im running 4.2.0 and i cant seem to find out where the reputation clicks are, i have imported the xml file and uploaded the files to their approtiate directories. Is it just me who are or blind, or did i forget to set something up properly?
vilambara
11-29-2012, 10:23 AM
same here..
I cant find the reputation button...
any help please?
lazytown
03-09-2013, 10:21 PM
Great Mod. One issue: I have reputation power on my forum capped at 250. However, this mod allows reputation to go much higher when it multiplies. What I would like to see (and think is logical) is that this mod checks the max rep power setting and follows it.
Paul M
03-10-2013, 05:18 PM
Hmm, that sounds like a bug to me. I will have a look when I get chance.
@Paul M
slow plugin report
content.php
Enhanced Reputation Checks 0.15775 0.06426 +68.73%
activity.php
Enhanced Reputation Checks 0.08974 0.02505 +38.73%
forum.php
Enhanced Reputation Checks 0.09713 0.01916 +24.57%
your product causes massive slowdown on pages where reputation shouldn't even appear
can you fix this please?
Paul M
05-09-2017, 12:50 PM
No it doesnt, and no, I wont be making any changes to it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.