Trouble with rep again..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Leon Calder
    Senior Member
    • Apr 2006
    • 193
    • 3.6.x

    Trouble with rep again..

    People are getting new bars within 1-2 reps and I don't really understand the descriptions in the admin CP. Can any suggest what i should raise/lower.. I atleast want people to build their rep up instead of them getting it easy.
    Gaming Forums: http://www.gamernade.com/
    Xbox360 Gamercards: http://www.360sigs.com/
    Portfolio: http://www.leoncalder.com/
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Rep power is based on these factors:

    Admin CP -> vBulletin Options -> User Reputation Options

    The scale of points per green dot is hard-coded into the includes/functions_reputation.php file. See the fetch_reputation_image() function. If you need help modifying this code then I recommend you post on www.vbulletin.org.

    Comment

    • Leon Calder
      Senior Member
      • Apr 2006
      • 193
      • 3.6.x

      #3
      Anyone else who suffers from this, it's much easier to modify it in the includes/functions_reputation.php file.

      $reputationbars = intval($reputation_value / 300); // award 1 reputation bar for every 100 points
      if ($reputationbars > 10)
      {
      $reputationbars = 10;
      }
      Change the value in red to how many points you want before they get a new bar.

      Thanks jake.
      Gaming Forums: http://www.gamernade.com/
      Xbox360 Gamercards: http://www.360sigs.com/
      Portfolio: http://www.leoncalder.com/

      Comment

      • MannyFboom
        New Member
        • May 2007
        • 15
        • 3.6.x

        #4
        Hi, there's an "extended reputation" modification at the .org site, it let's you change the reputation dot values from your ACP.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...