Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Reputation Board by BOP5 - A central location for all reputation. Details »»
Reputation Board by BOP5 - A central location for all reputation.
Version: 1.1.2, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 4.x.x Rating:
Released: 07-06-2013 Last Update: 08-23-2013 Installs: 31
Supported Uses Plugins Auto-Templates
Additional Files Translations  

Brought to you by BirdOPrey5 / Qapla.com

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.
  • Phrased for easy translation
  • Customize style using css template bop5repboard.css (in VB4)

See The Live Demo: Reputation Board - Qapla.com Forum by BOP5

Rep Board Pro is also available and adds useful editing and deletion features in addition to all those listed above.
  • Give permissions to usergroups who can delete any rep comment.
  • Show quick edit link for Admins who have permission to edit rep in Admin CP.
  • Give option for users who left rep to delete rep they've left.
  • Give option for users who received rep to delete rep they've received.
  • Option to block users with the delete rep permission from deleting rep left by certain usergroups.
  • Option to deduct rep points (or add back in case of negative rep) when a rep comment is deleted.

Mod works equally well on both VB 3.8.x and 4.x.x. May work on VB 3.7.x and earlier, not tested.

Full Size Screenshots:

Settings Screenshot: http://www.qapla.com/mods/ss/rep-boa...e-settings.jpg

VB3 Screenshot: http://www.qapla.com/mods/ss/repboar...asic_board.jpg

VB4 Screenshot: http://www.qapla.com/mods/ss/repboar...asic_board.jpg

------------------------------------------------------

Please "Mark as Installed" if you use this.
Donations always appreciated. :up:
Nominate MOTM if you LOVE it!

Download Now

File Type: zip Reputation Board Free by BOP5 v112.zip (12.6 KB, 90 views)

Screenshots

File Type: jpg rep-board-free-settings.jpg (77.0 KB, 0 views)
File Type: jpg repboard_vb4_free-basic_board.jpg (118.3 KB, 0 views)
File Type: jpg repboard_vb3_free-basic_board.jpg (117.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
tbworld, Teascu Dorin

Comments
  #22  
Old 07-30-2013, 08:06 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 1.1.1 - Added option to automatically turn URLs into links. (Enabled by default)
Reply With Quote
  #23  
Old 08-01-2013, 04:43 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 1.1.1a (download package only) to fix a typo in a query causing a database error for some users. Sorry.
Reply With Quote
  #24  
Old 08-01-2013, 05:25 PM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

database error when I click on hide likes with version 1.1.1.a
Quote:
Database error in vBulletin 4.2.0:

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)
WHERE reputation.reason NOT IN ( 'Liked Post' , 'Thanked Post') WHERE thread.visible = 1 AND post.visible = 1 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 'WHERE thread.visible = 1 AND post.visible = 1 ORDER BY dateline DESC LIMIT 0' at line 6
Error Number : 1064
Request Date : Friday, August 2nd 2013 @ 12:23:57 AM
Error Date : Friday, August 2nd 2013 @ 12:23:57 AM
Script : http://www/reputation_board.php?pn=1&hidelikes=1
Referrer : http://www/reputation_board.php
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.70-cll
Reply With Quote
  #25  
Old 08-01-2013, 06:33 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. Will patch.

I the mean time set Enforce Forum Permissions? or Hide rep from soft deleted (or moderated) posts? to NO temporarily to get rid of the error.
Reply With Quote
  #26  
Old 08-02-2013, 11:01 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 1.1.1b. Fixes DB error on some settings.

If you have any version of 1.1.1 already installed you only need to upload the new .php file, you do not need to import the xml file to upgrade.

If you are using 1.1.0 or below please follow full upgrade instructions.
Reply With Quote
  #27  
Old 08-02-2013, 05:19 PM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mitch84 View Post
database error when I click on hide likes with version 1.1.1.a
thank you it's fixed!
another question, I use french language but date don't appear in column, only this: j M Y - H:i
why? thx
Reply With Quote
  #28  
Old 08-02-2013, 10:14 PM
Morrus Morrus is offline
 
Join Date: Jan 2002
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Major issue: shows thread titles from private forums.
Reply With Quote
  #29  
Old 08-04-2013, 02:45 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mitch84 View Post
thank you it's fixed!
another question, I use french language but date don't appear in column, only this: j M Y - H:i
why? thx
Get values from here- http://www.php.net/manual/fr/function.date.php

The letters represent various parts of the date and time.

Quote:
Originally Posted by Morrus View Post
Major issue: shows thread titles from private forums.
Did you turn on the option to respect forum permissions?
Reply With Quote
  #30  
Old 08-23-2013, 01:00 AM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Receiving the following errors:

Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 76

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 84

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 89

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 95

Deprecated: Assigning the return value of new by reference is deprecated in /home/loveforum/public_html/forum/reputation_board.php on line 101
Can anyone help...
Reply With Quote
  #31  
Old 08-23-2013, 08:50 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting... what version of PHP are you using?

The quick fix is to edit the reputation_board.php file, and on each line listed change the

=&

to just

=

Then re-save, and re-upload the file.

I will do some testing and likely remove them in future version.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05167 seconds
  • Memory Usage 2,348KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete