vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Display Reputation Comments Given (https://vborg.vbsupport.ru/showthread.php?t=122592)

weindians 12-14-2006 11:04 PM

Thanks for this hack

Makc666 12-16-2006 12:54 PM

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.

Paul M 12-16-2006 05:37 PM

Interesting idea, I will consider it when I next look at updating this.

Makc666 12-18-2006 01:59 PM

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

Paul M 12-18-2006 03:05 PM

Quote:

Originally Posted by Makc666 (Post 1140970)
Given To doesn't have translation string :(

Hmm, that obviously got missed.

Quote:

Originally Posted by Makc666 (Post 1140970)
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 (Post 1140970)
And there is a misprint here ...

Yep, that'll get fixed in the next release.

KURTZ 12-19-2006 05:17 PM

Paul just INSTALLED another great/simple hack by you ... :) thx

Nathan2006 12-24-2006 06:37 AM

Thanks for the update Paul :)

KURTZ 12-25-2006 01:15 PM

updated!

thx Paul

parabat 12-27-2006 10:02 AM

Nice additions Paul.

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

-PB

Paul M 12-27-2006 10:59 AM

Nope, keeping them seperate means people can choose what they want.


All times are GMT. The time now is 10:18 AM.

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.01104 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete