Announcement

Collapse
No announcement yet.

Removing the reputation bars from view.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CSS Snippet:  Removing the reputation bars from view.

    Code:
    /*Turn Reputation Bars off*/
    .b-meter{display:none!important;}
    .b-table__cell--header:nth-child(6){display:none!important;}
    .b-table__row:nth-child(1) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(2) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(3) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(4) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(5) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(6) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(7) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(8) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(9) > div:nth-child(6){display:none!important;}
    .b-table__row:nth-child(10) > div:nth-child(6){display:none!important;}
    .b-meter__bar {display:none !important;}
    /*End Turn Reputation Bars off*/

  • #2
    For which version of vbulletin is that?

    Comment


    • #3
      vBulletin 5.4 or something like that. Maybe 5.3.

      In newer versions, and definitely in 5.7.5 and 6.0.0, you can go to Settings → Options → User Reputation Options and turn the display on and off. In 6.0.0, I think it is off by default on new installs.

      Comment

      Related Topics

      Collapse

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎