Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Reputation Extras - Rep Archives, Rep Given, Edit Rep Details »»
Reputation Extras - Rep Archives, Rep Given, Edit Rep
Version: 2.1.1b, by phlogiston phlogiston is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.8 Rating:
Released: 10-21-2007 Last Update: 10-24-2007 Installs: 90
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

This mod will add a couple of extra reputation features & options to your forums, including:
  • A Reputation Archive of all old comments & ratings given and received.
  • Showing the most recent reputation given in UserCP.
  • Filter reputation to show only positive, negative or balanced.
  • Filter reputation to show a specific user only.
  • Browse other users reputation (suggest Moderators only!)
  • Edit/Delete Reputation Comments. (With optional time limit.)
All options are controlled on/off via usergroup permissions.
Admincp options include setting a time limit for editing reputation as well as globally enabling/disabling the extra features.

Links to the Reputation Archives will be shown in your main UserCP page (in the header of the reputation areas - see screenshots) via automatic template edits or you may wish to manually add a link to the new file elsewhere by linking to www.your.domain/forum/repextras.php.


Install Instructions:
Download & unpack the .zip file; upload the files in the 'upload' folder to your forum directory; import the product-spoilt_repextras.xml file via your admincp product manager. You'll then need to edit admincp options and usergroup permissions to allow access to the new features


Thanks to dutchbb for his continued interest spurring me to release an updated version of a very old mod. Special Thanks to Dogtanian for keeping me amused during the re-coding due to using a test rep comment of "one for all and all for one"!




Changelog:
v2.2
* Fixed sessionid variable typo.
* Added missing phrase 'view_archive'.
* Cached rep given template for usercp.
* New archive page length option.
* admincp on/off for rep editing.
* "Guess reppower" feature for editing older comments.
* "Anonymise" option for archived reputations.
* More thorough on/off permissions checking.
* Fixed miscount of total reps related to ignorelist.

v2.1
* First public release.
* Stripped to rep archives, rep given & rep editting.

v2.0
* Initial recoding for vB 3.5 & www.altnation.com

v1.0
* Historic original version.


Similar Mods:
The Reputation Given in UserCP feature can also be found in Paul M's mod at https://vborg.vbsupport.ru/showthread.php?t=122592 which may well be a better choice if the extra features here are unwanted.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 05-22-2008, 08:29 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by .Tim View Post
It does work with 3.7 I just installed it.
Quote:
Originally Posted by Terrie View Post
I have it on 3.7 gold and it works just fine
I'm just seeing a blank page where the rep archive used to be :s

Quote:
Originally Posted by Paul M View Post
Just a reminder, but its always worth checking when an author/coder was last online, in this case that was Dec 2007.
Maybe he has a subscription and reads the notification pms. I still hope he will update, this is a great mod unfortunatly for some reason I can't get it to work in 3.7.
Reply With Quote
  #43  
Old 07-11-2008, 08:03 PM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jilly View Post
On my board, anonymous rep is not turned on, and so members want to see who gave them the old rep comments in their archive. I tried setting a much older date for the start of 'anonymous' rep, like back when my board started - it started in April 2001 so I set the date to May 2001 - but it does not 'stick' - i hit save, and each time it clears it out of the options area in the admincp editing area.

How can I make it so that my users CAN see the names of who gave them all reputation?
I just ran into this, and here is what I did to fix it,

1) Disable any duplicate plugins (it might have been my site, but two or three plugins had duplicates)

2) Edit the "Convert Fancy Admin Options" plugin, and change this
PHP Code:
if ($oldsetting['varname'] == 'screp_anondate')
{
    
$vbulletin->GPC['setting']['screp_anondate'] = gmmktime(000$vbulletin->GPC['setting']['screp_anondate']['startmonth'], $vbulletin->GPC['setting']['screp_anondate']['startday'], $vbulletin->GPC['setting']['screp_anondate']['startyear']);

to this
PHP Code:
if ($oldsetting['varname'] == 'screp_anondate')
{
    
$settings[$oldsetting['varname']] = $vbulletin->GPC['setting']['screp_anondate'] = gmmktime(000$vbulletin->GPC['setting']['screp_anondate']['startmonth'], $vbulletin->GPC['setting']['screp_anondate']['startday'], $vbulletin->GPC['setting']['screp_anondate']['startyear']);

Note I added a simple [minicode]$settings[$oldsetting['varname']] = [/minicode] to the already existing assignment not to muck any other dependencies on it.

This will fix the "N/A"s showing up where they aren't supposed to.


Cheers
Reply With Quote
  #44  
Old 10-05-2008, 12:31 AM
steve71 steve71 is offline
 
Join Date: Dec 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all, thanks for this mod. Circle repping has been a major problem with our forum, so this mod enables us to max out the user spread, so members are forced to edit, or delete their previous rep instead of giving a new one. Major thumbs up for having the points from an increased rep power be applied when editing a rep..even if the edit is positive to positive, or negative to negative.

One thing that could be a great addition to this mod would be if members attempt a second rep, the pop up box states:

You have already given Joe Blow 12 Reputation points. Currently your reputation power is 18 points..do you wish to apply your (6) new points?

Positive (+6 points)
Negative (-30 points) (-12 and -18)
Delete (-12 points)

Check this box if you'd like the member notified.



We use the rep system for our members to self moderate...at -25 a member can no longer post in certain forums. This mod makes the whole system a lot more credible.

Also..instead of maxing the user spread..an option to not allow multiple reps would be cool.

Again, Thank you!
Reply With Quote
  #45  
Old 11-02-2008, 06:13 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still seeing a blank page .... what could be the reason for this?
Reply With Quote
  #46  
Old 12-08-2008, 09:36 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a duplicate of the 'Reputation Given' Archive, can someone help me to remove this?
Reply With Quote
  #47  
Old 12-29-2009, 05:53 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this wonderful mod available for VB4? If it needs a donation to help it move along, then I'd be happy to help.
Reply With Quote
  #48  
Old 01-07-2010, 08:06 PM
Thunderbird8 Thunderbird8 is offline
 
Join Date: Aug 2009
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just set this up on the forum I help run, but I had to comment out references to the reputation anonymous date or else it threw DB errors trying to search. It appears on 3.8, the reputation anonymous date is not set properly.
Reply With Quote
  #49  
Old 05-05-2010, 03:44 AM
PGP_Protector's Avatar
PGP_Protector PGP_Protector is offline
 
Join Date: Jan 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know what is required to get this working with 4.0.3
Reply With Quote
  #50  
Old 06-18-2012, 06:22 AM
Thunderbird8 Thunderbird8 is offline
 
Join Date: Aug 2009
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awhile back, I spent quite a bit of time converting this modification to vB4 as part of the process to move my board from vB3 to vB4. At the time, I didn't convert the edit part, because that option isn't in use on my board.

If there's interest (and if I get permission to do so, of course), I'd be willing to release what I have...after I finish fixing up the editing part.

Note that what I have currently only works on 4.1.12 (I've also run everything but the editing part on vB versions 4.1.5-4.1.11), I'm only about half done with the necessary changes for 4.2.
Reply With Quote
  #51  
Old 07-03-2012, 01:32 PM
Charles_1 Charles_1 is offline
 
Join Date: Jun 2006
Location: Czech Republic, Brno
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Thunderbird8 View Post
Awhile back, I spent quite a bit of time converting this modification to vB4 as part of the process to move my board from vB3 to vB4. At the time, I didn't convert the edit part, because that option isn't in use on my board.

If there's interest (and if I get permission to do so, of course), I'd be willing to release what I have...after I finish fixing up the editing part.

Note that what I have currently only works on 4.1.12 (I've also run everything but the editing part on vB versions 4.1.5-4.1.11), I'm only about half done with the necessary changes for 4.2.
Thunderbird, I would be interested in your modification for vB4 for sure, becouse in vB3.x I was using this mod and since upgrade to vB4 it is not working anymore and users are still asking for it. Please, let us know if you can release it here.
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 04:40 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.06750 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete