Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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

Category: Show Thread Enhancements - Version: 3.6.x Rating:
Released: 07-30-2006 Last Update: 09-08-2007 Installs: 383
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

This modification is no longer available or supported.

This hack extends the existing reputation display system from just the light/dark green pips to green and golden pips, and then golden stars as the pips limit is reached.

The dark green pips are followed by light green pips, which are then followed by 'golden' pips. When the limit these can display is reached, the display is prefixed by a golden Star, and started again. If your reputation is zero then the neutral grey pip is displayed. Negative reputations are displayed in a similar manner using light and dark red pips and stars.

Each time you 'lap' the limit of the pips display, another star is added. The number of stars in unlimited. The number and value of the pips in each group of pips is defined by six settings in the vboptions > reputation options. A line break can be inserted after the stars. The extended display system can be enabled/disabled in the options.

Just follow the install instructions in the zip file to install this product.


History:

v2.10 : First Release for vb 3.6
v2.11 : Dependancies updated for 3.6.0 Gold.
v2.12 : Updated for Version Checking.
v2.13 : Dependancies Updated (not released).
v2.14 : Rogue setting in XML file removed.

Show Your Support

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

Comments
  #142  
Old 09-09-2007, 11:00 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
The product needs to be enabled in the product manager, it currently installs disabled.

There is no real reason why that is, I guess it must have been disabled when I exported the xml from my test forum - I'll update the xml later.
thanks - that did it
Reply With Quote
  #143  
Old 09-20-2007, 05:58 PM
Seiyaboy Seiyaboy is offline
 
Join Date: May 2006
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wonderful modification. I find it very useful to have more bars to display now.

For those that do not like those stars and just want the bars, delete or comment out the following code in the plugin.


Code:
			$count = $linemax_cnt;
			while ($count > 0 and $repval > $linemax_val) 
			{
				$count -= 1;
				$repval -= $linemax_val;
				$posneg = $repx;
				$linemax_exd += 1;
				eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_reputation') . '";');
			}
Reply With Quote
  #144  
Old 09-25-2007, 08:48 PM
Brynshe Brynshe is offline
 
Join Date: Sep 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dumb question, I'm new at this installation stuff, and I can't find this:
Quote:
Copy the new gif images into your '/images/reputation' folder.
Where do I find these folders?
Reply With Quote
  #145  
Old 09-25-2007, 08:57 PM
deezelpope deezelpope is offline
 
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<i>In your FTP program, in your forum's root/index.</i>
Reply With Quote
  #146  
Old 09-27-2007, 10:10 AM
Handbag Handbag is offline
 
Join Date: Jan 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Turn off template comments in your ACP, you shouldn't use that option on a live forum.
Sory for being thick, but where is this option?
Reply With Quote
  #147  
Old 09-27-2007, 10:20 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

vBulletin Options > General Settings > Add Template Name in HTML Comments
Reply With Quote
  #148  
Old 10-04-2007, 08:28 PM
gakousei's Avatar
gakousei gakousei is offline
 
Join Date: Jun 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for this mod, that's what I was looking for:up:
I just want to modify it a little bit to fit my forum better. I tried by myself but I couldn't succeed.

I want that the stars appears after the pits not before. Like that :



https://vborg.vbsupport.ru/attachmen...1&d=1191533092

What do i need to change ?
Reply With Quote
  #149  
Old 10-04-2007, 08:36 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

You cannot do that without re-writing it slightly.
Reply With Quote
  #150  
Old 10-04-2007, 09:58 PM
gakousei's Avatar
gakousei gakousei is offline
 
Join Date: Jun 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it's only slightly, do you mind to tell me what I have to change in the code ?
Reply With Quote
  #151  
Old 10-04-2007, 10:49 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

Sorry, it's not that slight that I can just list it in a few lines.
Reply With Quote
Reply


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 02:07 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.09677 seconds
  • Memory Usage 2,309KB
  • 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
  • (1)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
  • (1)pagenav_pagelinkrel
  • (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