View Full Version : Miscellaneous Hacks - Display Reputation Comments Given
Paul M
01-01-2010, 10:00 PM
--------------------------------------------------------------------------------
This modification has been withdrawn.
vBulletin 4.0.x and 4.1.x are no longer supported.
The feature is already built into the core vBulletin 4.2.x code.
--------------------------------------------------------------------------------
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.
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.
[/SIZE]
Woo, thanks for updating. Been waiting for this one!
elwachiman
01-02-2010, 02:42 AM
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
Zaiaku
01-02-2010, 04:08 AM
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:
<a class="smallfont" href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo}}#post{vb:raw reputation.postid}">{vb:raw reputation.title}</an
replace with:
<a class="smallfont" href="showthread.php?p={vb:raw reputation.postid}">{vb:raw reputation.title}</a>
I don't know the correct vb variables to use yet, so this one is just plain.
Paul M
01-02-2010, 10:28 AM
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?
01-02-2010, 01:20 PM
Thanks, Intalled
elwachiman
01-02-2010, 01:39 PM
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
arena
01-02-2010, 07:08 PM
Thanks, Intalled :)
albibak
01-05-2010, 07:00 PM
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
Paul M
01-05-2010, 07:10 PM
AFAIK, its not possible to phrase the text in options.
albibak
01-05-2010, 07:23 PM
Yes, sorry, I wrote it fastly ^^
tobe12
01-30-2010, 12:32 AM
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?
Paul M
01-30-2010, 10:11 AM
In the USERCP (Settings link these days).
p0lar_bear
03-05-2010, 06:51 AM
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").
https://vborg.vbsupport.ru/external/2010/03/69.png
https://vborg.vbsupport.ru/external/2010/03/70.png
-=Leb=-
03-16-2010, 11:32 PM
thank you paul. its working great on 4.0.2
trackpads
04-19-2010, 02:16 AM
Thanks! Installed
furst
04-19-2010, 05:31 AM
Thanks. I'd like to see this updated with the option to display reputation given publicly in members' profiles.
Paul M
04-19-2010, 11:13 AM
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
07-12-2010, 08:19 PM
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
07-21-2010, 05:01 PM
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.
Paul M
07-21-2010, 09:19 PM
That means you had an invalid (blank) setting for the "Reputation Given Comments" setting (it should default to 10 when you install it).
apokphp
07-22-2010, 05:03 AM
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
07-22-2010, 05:34 AM
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?
Paul M
07-22-2010, 11:04 AM
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
07-22-2010, 04:39 PM
Yup, that fixed it.
Mooff
08-02-2010, 10:56 AM
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:
@import url("{vb:raw vbcsspath}custom_drg.css");
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 *
POL_ED
11-03-2010, 05:14 PM
Thank you Paul. Its working great on 4.0.8
scuter
11-08-2010, 04:24 AM
anyway tp get the rep comments displayed under the post?
POL_ED
12-05-2010, 10:35 AM
Thank you Paul
Works perfectly on VB 4.1.0
rootsxrocks
12-10-2010, 07:54 PM
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 ?
Paul M
12-10-2010, 08:48 PM
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
12-10-2010, 11:45 PM
I should be checking back on them more regularly
Thank you
mahsazn
01-03-2011, 02:00 PM
<removed>
how to display green / red square image for GRP/BRP beside the reputation comment?
DirtRider
03-10-2011, 03:19 AM
I install it but I don't see anything in the profile that shows this under rep points received
giskard
04-01-2011, 06:29 PM
Thanks, Vbulletin is missing a lot of these little touches so its great to get them added via mods. :)
lazytown
04-22-2011, 12:13 AM
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
04-22-2011, 11:11 AM
Great mod, installed and marked as such! :)
giskard
04-27-2011, 12:45 PM
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
05-01-2011, 10:31 AM
works like a charm. Thanks:)
sticky
07-22-2011, 04:43 AM
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.
Paul M
07-22-2011, 10:53 AM
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
07-22-2011, 11:55 AM
Awesome Mod! Installed in 4.1.4 & Nominated!
masterross
09-16-2011, 06:02 PM
Hi mate,
A little 5.3 issue:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Should become:
$bbcode_parser =new vB_BbCodeParser($vbulletin, fetch_tag_list());
Regards!
Paul M
10-16-2011, 12:21 PM
Updated: This is now available for the 4.1.x series of vBulletin only.
Wajdan
06-02-2012, 10:29 PM
Does it work with 4.2 ?
Hippy
06-03-2012, 11:41 AM
Does it work with 4.2 ?
it's part of the vb core
turn it on in your options
itskerz03
08-03-2012, 03:21 AM
Any versions still available for 4.0?
Paul M
08-03-2012, 03:51 PM
As it says ;
This modification is not available for vBulletin 4.0.x
Reinhard
10-10-2012, 12:11 PM
it's part of the vb core
Yes, but the delete option ist not included ... :(
Paul M
10-11-2012, 01:56 AM
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
10-11-2012, 03:57 PM
[...] but so far havent had the time to release them.
This is understandable, then I have to be patient ... :)
It doesn't display the reputation power. Any ideas what could be the reason?
Paul M
08-17-2013, 07:52 PM
Doesnt display it where ? What does it display ?
See screenshot. In the user control panel it should display the reputation power, but prints only the text.
Paul M
08-18-2013, 02:34 PM
I have no idea what language that is so I dont know what thats actually displaying.
It's German, sorry. But now that I switched to English in order to see the English translation, I noticed that everything is fine in English. So it's just a problem with my phrases. Thank you, problem solved!
Paul M
08-18-2013, 03:08 PM
Ah, ok. Should be easy to fix then.
dai-kun
01-17-2014, 02:28 AM
No it isnt.
I did create addons just to add that functionality but so far havent had the time to release them.
Do you have any spare time to release this little addon to let members delete recently given rep? Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.