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

Reply
 
Thread Tools
Reputation Board by BOP5. A central location for all reputation. (VB3) Details »»
Reputation Board by BOP5. A central location for all reputation. (VB3)
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: 3.8.x Rating:
Released: 07-06-2013 Last Update: 08-23-2013 Installs: 13
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

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, 44 views)

Screenshots

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
xorex

Comments
  #12  
Old 07-30-2013, 08:08 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
  #13  
Old 08-01-2013, 03:26 AM
WebMonster2013 WebMonster2013 is offline
 
Join Date: May 2013
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get a sql error.

Code:
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
Reply With Quote
  #14  
Old 08-01-2013, 04:40 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry about that - typo in query. Please download 1.1.1a.
Reply With Quote
  #15  
Old 08-02-2013, 11:02 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
  #16  
Old 08-24-2013, 11:49 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 version 1.1.2 - Fixes compatibility with PHP 5.3. No reason to upgrade if you weren't having an error/warning.
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 06:06 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06375 seconds
  • Memory Usage 2,285KB
  • Queries Executed 21 (?)
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
  • (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
  • (1)pagenav_pagelink
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (4)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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