Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Display Reputation Comments Given Details »»
Display Reputation Comments Given
Version: 2.49, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.x Rating:
Released: 07-30-2006 Last Update: 05-14-2007 Installs: 222
Uses Plugins Auto-Templates
Translations  
No support by the author.

This modification is no longer available or supported.

This shows members who their last few reputation comments have been given to - in the same manner as their received comments. The list is collapsable and appears in the usercp under the reputation received list. The users current repping power is also displayed, in the same manner as their points total.

The number of comments to display is a setting in the reputation section of vb Options.

If upgrading from the 3.5 version you will need to remove the template edit (or just revert the usercp template).

From version 2.47 onwards users can delete reputation they have given within a certain timeperiod (default = 5 minutes). This allows the removal of comments given in error (or regretted !). This was from a suggestion by Makc666.


History:

v2.40 : First release for vb 3.6, template edit replaced by template injection.
v2.41 : Dependancies updated for 3.6.0 Gold.
v2.42 : Updated for Version Checking.
v2.43 : Dependancies updated, URL's updated (not released).
v2.44 : SQL changed to use slave.
v2.45 : Phrase errors fixed.
v2.46 : Internal Development Version (not released).
v2.47 : Added ability for member to delete reputation given.
v2.48 : Fixed display permission issue (see posts 50 & 51).
v2.49 : Minor template change.

Show Your Support

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

Comments
  #32  
Old 12-14-2006, 11:04 PM
weindians weindians is offline
 
Join Date: Sep 2006
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this hack
Reply With Quote
  #33  
Old 12-16-2006, 12:54 PM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul M
Can you, please, add one more future to this hack.
Some times when usera give reputation they make mistakes.
Can you add a (Delete) URL after last reputation comment in usercp.
This will allow user to delete his LAST reputation comment after XX minutes after its adding.

In other words.
1. User adds a reputation comment.
2. He understands that he made a mistake.
3. He goes to usercp.
4. See that his comment.
5. See URL/LINK (Delete) after that his comment.
6. Click it.
7. Comment is erased/deleted.

The link (Delete) is visible for user for xx minutes which is set in ACP.

Thanks.

P.S. I saw this working on one of the forums, but it was a hand made add-on special for that forum.
Reply With Quote
  #34  
Old 12-16-2006, 05:37 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting idea, I will consider it when I next look at updating this.
Reply With Quote
  #35  
Old 12-18-2006, 01:59 PM
Makc666's Avatar
Makc666 Makc666 is offline
 
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul M

1.
In template:
Display_Reputation_Given
In line:
Code:
		<td class="thead" nowrap="nowrap">Given To</td>
Given To doesn't have translation string

2.
Also language translation string:
$vbphrase[points]
has word:
Points

So we have in CP:
Your Reputation Power is 10 Points

But below default VB's language uses:
32 point(s) total

So maybe it is better to make
$vbphrase[points]
this way:
point(s)

3.
And there is a misprint here:
Code:
- <phrase name="setting_maxrepgv_desc" date="1152000000" username="Paul M" version="2.42">
- <![CDATA[ THe maximum number of Reputation Given Comments to display in the user cp.
  ]]> 
  </phrase>
Must be:
The
Reply With Quote
  #36  
Old 12-18-2006, 03:05 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Makc666 View Post
Given To doesn't have translation string
Hmm, that obviously got missed.

Quote:
Originally Posted by Makc666 View Post
Also language translation string:
$vbphrase[points]
has word:
Points

So we have in CP:
Your Reputation Power is 10 Points

But below default VB's language uses:
32 point(s) total

So maybe it is better to make
$vbphrase[points]
this way:
point(s)
Since it's a phrase then you are free to alter it, the default will stay as it is because I prefer it that way.

Quote:
Originally Posted by Makc666 View Post
And there is a misprint here ...
Yep, that'll get fixed in the next release.
Reply With Quote
  #37  
Old 12-19-2006, 05:17 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul just INSTALLED another great/simple hack by you ... thx
Reply With Quote
  #38  
Old 12-24-2006, 06:37 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update Paul
Reply With Quote
  #39  
Old 12-25-2006, 01:15 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

updated!

thx Paul
Reply With Quote
  #40  
Old 12-27-2006, 10:02 AM
parabat parabat is offline
 
Join Date: Apr 2006
Location: South Africa
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice additions Paul.

You ever consider consolidating your 3 "Display Reputation Comments" mods into one mod??

-PB
Reply With Quote
  #41  
Old 12-27-2006, 10:59 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope, keeping them seperate means people can choose what they want.
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 09:35 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.04527 seconds
  • Memory Usage 2,300KB
  • Queries Executed 27 (?)
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_code
  • (3)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
  • (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_postinfo_query
  • fetch_postinfo
  • 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