View Full Version : Display Reputation Comments Given
For vBulletin 4.1.0 Only
Versions Attached
4107: vBulletin 4.1.0 to 4.1.12
This modification is not available for vBulletin 4.0.x
This modification is not required for vBulletin 4.2.x Onwards.
Please remember to click Mark as Installed if you use this modification.
Please fee free to nominate this modification for the MOTM, and/or use the donate link provided (Support Developer).
This shows members who their last few reputation comments have been given to - in the same manner as their received comments. The list appears in the usercp with the reputation received list. The users current repping power is also displayed, in the same manner as their points total.
There is an option to display this above or below the reputation received list (default is above). There is also the option for users to delete reputation they have given within a certain timeperiod (default = 5 minutes). This allows the removal of comments given in error (or regretted !).
The settings for this modification are located in vBulletin Options > Display Reputation Given.
Support
Limited support will be provided for vBulletin 4.1.8 - 4.1.12 (No bug fixes).
Support will not be provided for Alpha & Beta versions, or anything prior to vBulletin 4.1.8.
Low priority will be given to posters who do not have this marked as installed
In some cases, support can only be provided if I have an admin login and ftp access.
History:
v4.0.1 : 02-Jan-2010 : Initial release for vb 4.0.0 Gold.
v4.0.2 : 02-Jan-2010 : Fixed broken post links in display.
v4.0.3 : 21-Jan-2010 : Updated Display of Delete option.
v4.0.4 : 26-Jan-2010 : Various updates.
v4.0.5 : 20-Feb-2010 : Internal update, not released.
v4.0.6 : 27-Feb-2010 : Style code updates for vB 4.0.2.
v4.0.7 : 30-Oct-2010 : Style code updated to work when css stored as files.
v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.
v4.1.1 : 27-Dec-2010 : Updated phrase.
v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7.
Woo, thanks for updating. Been waiting for this one!
elwachiman
02 Jan 2010, 03:42
excellent mod installed
when you click on the link you were given the reputation in control panel user get a warning that the topic does not exist or is an invalid link that is the only little problem that has.
VBulletin Message
No subject has been specified. If you followed a valid link, please notify the administrator
This actually makes me want to use the rep system on my sites.
marking this may install it later on after going public.
Great work!
excellent mod installed
when you click on the link you were given the reputation in control panel user get a warning that the topic does not exist or is an invalid link that is the only little problem that has.
A temporary fix that I'm using until Paul updates:
in usercp_reputationbits_given
find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I don't know the correct vb variables to use yet, so this one is just plain.
when you click on the link you were given the reputation in control panel user get a warning that the topic does not exist or is an invalid link that is the only little problem that has.
Confirmed bug. I will fix that in the next release. Thanks for reporting.
Edit: Fixed in 4.0.2
Adem GENĒ
02 Jan 2010, 14:20
Thanks, Intalled
elwachiman
02 Jan 2010, 14:39
Confirmed bug. I will fix that in the next release. Thanks for reporting.
Edit: Fixed in 4.0.2
updated again, it works perfect thanks paul
albibak
05 Jan 2010, 20:00
Paul M,
Thanks for the mod
Please, find in attachment the french translation
You can find the french topic for this mod here: http://forum.vbulletin-fr.org/modifications/1090-Afficher-les-rputations-donnes
AFAIK, its not possible to phrase the text in options.
albibak
05 Jan 2010, 20:23
Yes, sorry, I wrote it fastly ^^
All setup OK. I can't see REPUTATION comments left to members. Where can I see it? Is there any changes in Admin CP to make it visible?
In the USERCP (Settings link these days).
p0lar_bear
05 Mar 2010, 07:51
When I installed this on our board, its formatting was a little off. I fixed this by changing the id attribute of the <ol> to mirror the normal rep list (back to "reputationlist").
http://i126.photobucket.com/albums/p119/p0lar_bear/webwork/brokendrg.png
http://i126.photobucket.com/albums/p119/p0lar_bear/webwork/notbrokendrg.png
-=Leb=-
17 Mar 2010, 00:32
thank you paul. its working great on 4.0.2
trackpads
19 Apr 2010, 03:16
Thanks! Installed
Thanks. I'd like to see this updated with the option to display reputation given publicly in members' profiles.
Thanks. I'd like to see this updated with the option to display reputation given publicly in members' profiles.
Thats a seperate modification which already exists. Just check my profile.
Fraxter
12 Jul 2010, 21:19
When I installed this on our board, its formatting was a little off. I fixed this by changing the id attribute of the <ol> to mirror the normal rep list (back to "reputationlist").
Same here.
Edit:// Works with your fix. Thank you!
apokphp
21 Jul 2010, 18:01
Got this error when clicking "Settings" (member settings) in 4.0.5.
Database error in vBulletin 4.0.5:
Invalid SQL:
SELECT user.username, reputation.userid, reputationid, reputation.postid, thread.postuserid,
reason, post.threadid, reputation.dateline, thread.title, thread.forumid, reputation.reputation
FROM reputation AS reputation
LEFT JOIN post AS post ON(reputation.postid = post.postid)
LEFT JOIN thread AS thread ON(post.threadid = thread.threadid)
LEFT JOIN user AS user ON(user.userid = reputation.userid)
WHERE reputation.whoadded = 1
ORDER BY reputation.dateline DESC
LIMIT;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9
Error Number : 1064
Request Date : Wednesday, July 21st 2010 @ 12:57:30 PM
Error Date : Wednesday, July 21st 2010 @ 12:57:30 PM
Script : xxxt/forums/usercp.php
Referrer : xxx/forums/forum.php
IP Address : xxx
Username : Apokalupsis
Classname : vB_Database
MySQL Version : 5.1.47
Had to uninstall.
That means you had an invalid (blank) setting for the "Reputation Given Comments" setting (it should default to 10 when you install it).
apokphp
22 Jul 2010, 06:03
I didn't think I changed any setting at all. Anyway, I reinstalled, made sure to check that there was "10" in the field...all is good now. Thanks for the support.
apokphp
22 Jul 2010, 06:34
I'm having the same trouble that Polar Bear was having...the formatting is off. I don't understand how to resolve the issue from his post though. Can you help Paul?
The mod css will not kick in if you use the store css in a file setting - this is down to the stupid way in which vb4 operates. I think Polar Bear changed some clasesses in the template as they happen to be pretty much the same as existing ones.
apokphp
22 Jul 2010, 17:39
Yup, that fixed it.
First day after our vB4 release our users allready moaned about this addon beeing gone. :D
Thanks you for your work. :)
As for the store css setting:
Add this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
at the top of your additional.css File (has to be at the top) in order for vb4 to load these settings.
*Note: This is no longer necessary *
Thank you Paul. Its working great on 4.0.8
anyway tp get the rep comments displayed under the post?
Thank you Paul
Works perfectly on VB 4.1.0
rootsxrocks
10 Dec 2010, 20:54
Were there any Issues Identified with 4.0.7 being installed on 4.10 I am Diagnosing some issues here and just came to redownload all of my mods to help clean up my server when I discovered this updated version I have marked install Not sure why I didn't get a notice of the newer versions, can I just write over or do I need to uninstall then re install ?
I believe the only change in this case was the dependancies - to allow it to be installed on 4.1
You wont normally get notifications when my mods are updated unless you set the automatic notifications option (in settings). I dont generally send out manual ones.
rootsxrocks
11 Dec 2010, 00:45
I should be checking back on them more regularly
Thank you
mahsazn
03 Jan 2011, 15:00
<removed>
how to display green / red square image for GRP/BRP beside the reputation comment?
DirtRider
10 Mar 2011, 04:19
I install it but I don't see anything in the profile that shows this under rep points received
giskard
01 Apr 2011, 19:29
Thanks, Vbulletin is missing a lot of these little touches so its great to get them added via mods. :)
I think I found a minor problem between this mod an your other mod "Enhanced Reputation Checks".
The problem is that if a user is limited to say "250 max reputation," this mod will still show a much higher number in their settings/usercp. Is there any way around this?
thanks
Froberg
22 Apr 2011, 12:11
Great mod, installed and marked as such! :)
giskard
27 Apr 2011, 13:45
This program is very good, works well, though the reputation system of Vbulletin still needs work so it works with all areas of the cms too. I would also like to see a reputation system that is visible to all members, so members can see whos given who want rep. On boards like mine where only staff can give negative rep, it builds up a nice community feel.
pcXtremists
01 May 2011, 11:31
works like a charm. Thanks:)
Installed the updated version but having a problem not sure if it is related. This was happening with a previous version as well. Reputation given displays perfectly but reputation received only shows 2 lines of rep received instead of the 19 or 20 as it should.
This mod is rep given only.
Rep received is built in to vb by default (and has its own setting to determine how many are shown).
Successfulsteps
22 Jul 2011, 12:55
Awesome Mod! Installed in 4.1.4 & Nominated!
masterross
16 Sep 2011, 19:02
Hi mate,
A little 5.3 issue:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Should become:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Regards!
Updated: This is now available for the 4.1.x series of vBulletin only.
Does it work with 4.2 ?
it's part of the vb core
turn it on in your options
itskerz03
03 Aug 2012, 04:21
Any versions still available for 4.0?
As it says ;
This modification is not available for vBulletin 4.0.x
Reinhard
10 Oct 2012, 13:11
it's part of the vb core
Yes, but the delete option ist not included ... :(
Yes, but the delete option ist not included ... :(
No it isnt.
I did create addons just to add that functionality but so far havent had the time to release them.
Reinhard
11 Oct 2012, 16:57
[...] but so far havent had the time to release them.
This is understandable, then I have to be patient ... :)
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.