Announcement

Collapse
No announcement yet.

Remove "likes" display from statistics view

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

  • Remove "likes" display from statistics view

    Hello

    I would like to know how to remove the "likes" display from statistics view due to the fact that I have disabled the option to vote, so it doesn´t have sense to show this at this moment.

    Click image for larger version

Name:	Captura de pantalla 2015-11-01 a las 20.16.58.png
Views:	83
Size:	23.9 KB
ID:	4332144

    Also, it will be good to know if I can change the reputation display below the avatar, as I said before... It hadn´t any sense to show this image if I disable the option to vote.

    Click image for larger version

Name:	Captura de pantalla 2015-11-01 a las 20.23.43.png
Views:	74
Size:	8.4 KB
ID:	4332145

    Thanks
    Last edited by josealbertocll; Sun 1 Nov '15, 10:49am.

  • #2
    Add the following to the template css_additional.css:
    Code:
    .votes-count {
        display: none;
        }
    .b-meter {
        display: none;
        }
    MARK.B
    vBulletin Support

    Comment


    • #3
      Ok perfect, I have added to css editor and they disappeared, but "likes" display haven´t disappeared on mobile responsive design. Why?

      Thanks

      Comment


      • #4
        Try amending as follows:
        Code:
        .votes-count {
            display: none !important;
            }
        .b-meter {
            display: none !important;
            }
        MARK.B
        vBulletin Support

        Comment


        • #5
          The last code works perfectly.

          Thanks

          Comment

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