Reputation Board adds a new page to your forum, a central location from which users can browse all reputation almost like it's its own forum. Reputation can be sorted by date, by user it was left by, user it was left for, or the amount of reputation points involved. In addition you can filter to show only reputation left for or by specific users. Finally you can also filter out all "Liked Post" or similar comments left by "Like button" mods should you have any installed.
Full list of Reputation Board (Free) Features:
Option to enforce forum permissions (If enabled users won't see rep left for posts in forums they can't access.)
Option to hide reputation left for soft delete posts or threads.
Set number of reputations to display per page.
Set your own time/date format.
Hide "Liked" Posts- Enter any phrase(s) you want to be stripped from results when user chooses to "Hide Likes"
Choose from 6 different options when parsing reputation comments from none to full BBcode and image support.
Usergroup permissions on who can view the Reputation Board.
Option to automatically show link in Communtiy menu (vb 3.x, 4.x below 4.2.0)
Automatically places link in community menu in Navigation Manager (vb 4.2.0+)
Ability to filter by user who left the rep or user who the rep was left for.
Sort by user left for, user left by, rep value, post number, or date/time.
Mouse over any username to see their current rep points total.
Database error in vBulletin 3.8.7:
Invalid SQL:
SELECT thread.title AS title,, reputationid, reputation.postid, reputation.userid, reputation.reputation AS reputation, reputation.whoadded, reputation.reason, reputation.dateline, bopuser.username AS repgetter, bopuser.reputation AS getterrep, bop2user.username AS repgiver, bop2user.reputation AS giverrep FROM reputation AS reputation
LEFT JOIN user AS bopuser ON (reputation.userid = bopuser.userid)
LEFT JOIN user AS bop2user ON (reputation.whoadded = bop2user.userid)
LEFT JOIN post AS post ON (reputation.postid = post.postid)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
ORDER BY dateline DESC LIMIT 0, 25;
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 ' reputationid, reputation.postid, reputation.userid, reputation.reputation AS re' at line 1
Error Number : 1064
Request Date : Thursday, August 1st 2013 @ 08:25:42 AM
Error Date : Thursday, August 1st 2013 @ 08:25:43 AM
Script : http://eliteaccess.pw/reputation_board.php
Referrer :
IP Address :
Username : Goon
Classname : vB_Database
MySQL Version : 5.1.70-cll