How to hide reputation bars

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mark.hs
    Senior Member
    • Dec 2016
    • 197
    • 5.7.0

    How to hide reputation bars

    I think it's fairly well know by all VB5 users (and confirmed by support) that the reputation system does not work on VB5. When I say "does not work" I mean that in a few short weeks basically every users on the forum will have the highest reputation possible. Apparently its a known bug and not a high priority for the VB dev team.

    Given all this, does anyone know how to hide the reputation bars from the left panel in the message threads?
    Admin for hobbysquawk.com
    VB 5.74
    PHP 8.2
    Maria DB 10.6
  • In Omnibus
    Senior Member
    • Apr 2010
    • 2310

    #2
    .b-meter__bar {
    display: none;
    }

    Comment

    • Carrfixr
      Senior Member
      • May 2017
      • 1364
      • 5.5.x

      #3
      This is the code that I used, which was posted here at one time. I'm not sure what the difference is from what was posted above.


      .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;}

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        The second block of code hides them in the member list as well as the posts themselves.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • mark.hs
          Senior Member
          • Dec 2016
          • 197
          • 5.7.0

          #5
          Carrfixr's solution worked perfectly - thank you.

          Perhaps a feature suggestion for the VB team - give us the option to show/hide reputation bars.
          Admin for hobbysquawk.com
          VB 5.74
          PHP 8.2
          Maria DB 10.6

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 73979

            #6
            Originally posted by mark.hs
            Perhaps a feature suggestion for the VB team - give us the option to show/hide reputation bars.
            You're welcome to suggest this in the Issue Tracker. However, I will be honest in saying that it will have a low priority due to the easy workaround available.

            Translations provided by Google.

            Wayne Luke
            The Rabid Badger - a vBulletin Cloud demonstration site.
            vBulletin 5 API

            Comment

            • Mrs.T
              Senior Member
              • Nov 2007
              • 1210
              • 6.0.X

              #7
              Originally posted by Wayne Luke

              You're welcome to suggest this in the Issue Tracker. However, I will be honest in saying that it will have a low priority due to the easy workaround available.
              Was this added eventually?

              Just wondering if I set this button to “no” if it will do the same as the suggested CSS and hide the reputation bar without affecting the “like” button which we want to keep.

              Click image for larger version

Name:	AF975297-1698-4C7E-B703-2E0FCDD4355D.jpg
Views:	92
Size:	219.8 KB
ID:	4469028

              Comment

              • The Gismo Man
                Senior Member
                • Apr 2008
                • 430
                • 5.7.0

                #8
                Originally posted by Mrs.T

                Was this added eventually?

                Just wondering if I set this button to “no” if it will do the same as the suggested CSS and hide the reputation bar without affecting the “like” button which we want to keep.

                Click image for larger version

Name:	AF975297-1698-4C7E-B703-2E0FCDD4355D.jpg
Views:	92
Size:	219.8 KB
ID:	4469028
                When set to no the reputation bar disappears and the like button remains
                https://thebookjoint.com/forums/forum.php - for all things relating to books especially Jack Reacher

                Comment

                • Mrs.T
                  Senior Member
                  • Nov 2007
                  • 1210
                  • 6.0.X

                  #9
                  Originally posted by The Gismo Man

                  When set to no the reputation bar disappears and the like button remains
                  Thank you

                  Comment

                  Related Topics

                  Collapse

                  Working...