Remove 'likes' statistics from Topics view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BarkyJ
    Senior Member
    • Apr 2014
    • 221
    • 5.0.X

    Remove 'likes' statistics from Topics view

    Hello

    Is it possible to remove the 'Likes' statistics from the Topic view, where it has the number of Posts, Views and Likes listed?

    Likes are not a feature of our forum, but the Likes statistics figure remains, albeit 0 all the time.
    Can this be disabled completely?

    Thanks
    James
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4011
    • 5.7.X

    #2
    I'm not sure if you can totally remove it but you can hide it.

    Add in css_additional.css template:
    Code:
    [COLOR=#222222][FONT=Consolas][SIZE=12px].votes-count { display: none; }[/SIZE][/FONT][/COLOR]

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • BarkyJ
      Senior Member
      • Apr 2014
      • 221
      • 5.0.X

      #3
      Thanks very much

      However it didn't seem to work.
      Likes are still shown under Posts and Views.



      Kind Regards
      Attached Files
      James

      Comment

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

        #4
        Try clearing the system cache:
        AdminCP > Maintenance > Clear System Cache.

        If that doesnt work, try adding "!important" to the css, though in theory it shouldn't need this:
        Code:
        [COLOR=#222222][FONT=Consolas][SIZE=12px].votes-count { display: none !important; }[/SIZE][/FONT][/COLOR]
        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

        • BarkyJ
          Senior Member
          • Apr 2014
          • 221
          • 5.0.X

          #5
          Sadly no again. Cleared System cache with the original settings in the css_addtional, no joy
          Changed it to what you had with the !important, same result. cleared cache again, still no joy.

          James

          Comment

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

            #6
            Can you please send a support ticket for my attention?


            I'll need an admincp login with full permissions (and the site URL)

            I've successfully removed this for a couple of sites now so should be able to sort it.
            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

            • BarkyJ
              Senior Member
              • Apr 2014
              • 221
              • 5.0.X

              #7
              Sure thing will do that now

              Thank you kindly
              James

              Comment

              • BarkyJ
                Senior Member
                • Apr 2014
                • 221
                • 5.0.X

                #8
                Done: Ticketid: 1257792
                James

                Comment

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

                  #9
                  Thanks.

                  Wasn't working because you had missed the closing '}' off the custom entry above it in css_additional.css.

                  Works now, without the "!important" as well.
                  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

                  • BarkyJ
                    Senior Member
                    • Apr 2014
                    • 221
                    • 5.0.X

                    #10
                    Thanks Mark, good spotting.
                    Much appreciated
                    James

                    Comment

                    Related Topics

                    Collapse

                    Working...