vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Reputation Display Simple (https://vborg.vbsupport.ru/showthread.php?t=160716)

jags2ooo 10-21-2007 11:20 AM

Reputation Display Simple
 
I've been looking at other forums and if REP Power = 300 there is 15 bars showing

but on my forum rep power = 300 but you only get 4 bars.

Where can the amount of bars displayed be edited.

Vesica 10-21-2007 11:53 AM

I would like to know this also!

Paul M 10-21-2007 11:58 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=122589" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=122589</a> ?

jags2ooo 10-21-2007 12:09 PM

thats not it paul here is a Good example :

http://forum.bodybuilding.com/showpo...3&postcount=44 (lots of rep bar for so lil rep points)



http://bleach-network.com/forums/sho...&postcount=111

Paul M 10-21-2007 02:35 PM

You are confusing two things, rep power is not rep points, which is what the bar display is showing.

jags2ooo 10-21-2007 03:05 PM

what exactly is the difference O_O ?

Spank 10-21-2007 05:29 PM

Rep power is the user's ability to give rep. The higher the rep power the more they can affect other users' rep. Rep points is the amount of rep they have received.

jags2ooo 10-21-2007 05:31 PM

Quote:

Originally Posted by Spank (Post 1365238)
Rep power is the user's ability to give rep. The higher the rep power the more they can affect other users' rep. Rep points is the amount of rep they have received.

Thank you!!!!!!!!!!!

Chicago_VLNU_4s 10-29-2007 01:33 PM

I think what you're looking for is in "includes/functions_reputation.php"

look for

Code:

else
 {
  $reputationgif = 'pos';
  $reputationhighgif = 'highpos';
 }
 if ($reputation_value > 500)
 {  // bright green bars take 200 pts not the normal 100
  $reputation_value = ($reputation_value - ($reputation_value - 500)) + (($reputation_value - 500) / 2);
 }
 $reputationbars = intval($reputation_value / 100000); // award 1 reputation bar for every 100 points
 if ($reputationbars > 10)
 {
  $reputationbars = 20;
 }

Of course yours will look a little different but play around in there until you have it the way you like it.


All times are GMT. The time now is 07:39 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.01084 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete