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.03, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.x Rating:
Released: 10-06-2005 Last Update: 11-06-2006 Installs: 164
 
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. The supplied default values will display 5 dark green, 5 light green and 10 golden pips before a star is displayed. The golden pips kick in at 2,000 points and it takes 10,000 points to get a star (so 20,000 for two etc ...). 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.01 : First Release.
v2.02 : Minor changes, no update necessary.
v2.03 : Rogue setting in XML file removed.

Show Your Support

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

Comments
  #82  
Old 07-29-2006, 04:59 AM
LILMORA4 LILMORA4 is offline
 
Join Date: Feb 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question; does this hack need to be installed thru an FTP server?
Reply With Quote
  #83  
Old 07-29-2006, 08:42 AM
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LILMORA4
Question; does this hack need to be installed thru an FTP server?
There are some images files you should upload to your forum/images folder.
Reply With Quote
  #84  
Old 08-21-2006, 10:37 AM
MotMann MotMann is offline
 
Join Date: Jan 2006
Location: Germany
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's still not working with 3.6 ...

What shell i do?
Reply With Quote
  #85  
Old 08-21-2006, 02:08 PM
AcidX's Avatar
AcidX AcidX is offline
 
Join Date: Jan 2006
Location: Macedonia
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me clicks install.

Nice mod. Thanks.
Reply With Quote
  #86  
Old 08-21-2006, 10:14 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 MotMann
It's still not working with 3.6 ...
It works fine on 3.6 for me.
Reply With Quote
  #87  
Old 08-23-2006, 07:33 AM
MotMann MotMann is offline
 
Join Date: Jan 2006
Location: Germany
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm..i can't see any more Renommee Icons
Reply With Quote
  #88  
Old 08-23-2006, 04:34 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

I have no idea what you are talking about.
Reply With Quote
  #89  
Old 11-02-2006, 06:12 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed this today. I'm not able to see the green repuation. Is there anything els I have to configure? Here my site


http://www.khmerclub.com/showthread.php?t=15
Reply With Quote
  #90  
Old 11-02-2006, 06:15 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nevermind, got it to work now my repuation wasn't turn on.
Reply With Quote
  #91  
Old 11-06-2006, 10:26 PM
Guest210212002
Guest
 
Posts: n/a
Default

Hey Paul, I realize this hack is outdated, but I have too many custom mods that I need to work out before going 3.6x. I get this error importing it, if you have a moment:

Code:
Database error in vBulletin 3.5.4:

Invalid SQL:

				INSERT INTO vb3_setting
				(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
				VALUES
				(
					'',
					'reputation',
					'1',
					'1',
					'boolean',
					'yesno',
					140,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erenable',
					'reputation',
					'1',
					'1',
					'boolean',
					'yesno',
					140,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'ernewline',
					'reputation',
					'1',
					'1',
					'boolean',
					'yesno',
					141,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erbac',
					'reputation',
					'5',
					'5',
					'number',
					'',
					142,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erbav',
					'reputation',
					'150',
					'150',
					'number',
					'',
					143,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erbbc',
					'reputation',
					'5',
					'5',
					'number',
					'',
					144,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erbbv',
					'reputation',
					'250',
					'250',
					'number',
					'',
					145,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erbcc',
					'reputation',
					'10',
					'10',
					'number',
					'',
					146,
					0,
					1,
					'PAULM_20050617'
	),
	(
					'erbcv',
					'reputation',
					'800',
					'800',
					'number',
					'',
					147,
					0,
					1,
					'PAULM_20050617'
	);

MySQL Error  : Duplicate entry '' for key 1
Error Number : 1062
I did an uninstall, and tried import with overwrite, but same deal.
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 11:58 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.04277 seconds
  • Memory Usage 2,305KB
  • 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
  • (2)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
  • (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
  • (10)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