Hide Thread and Post Count from the main page.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DomainNameBroker.com
    New Member
    • Oct 2016
    • 10
    • 5.2.x

    Hide Thread and Post Count from the main page.

    Hello.

    How to hide Thread and Post Count from the main page.

    Thank you.
  • DomainNameBroker.com
    New Member
    • Oct 2016
    • 10
    • 5.2.x

    #2
    I also need to remove thread view count.

    Comment

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

      #3
      There is no supported method of doing this. You would have edit the FORUMHOME template to remove these. Search for the "What's Going On" section of the template.
      Translations provided by Google.

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

      Comment

      • delicjous
        Senior Member
        • Mar 2014
        • 499
        • 6.X

        #4
        You could hide this with css like that:

        Code:
        .forum-list-container .header-topics {display: none;}
        .forum-list-container .header-posts {display: none;}
        .forum-list-container .topics-count {display: none;}
        .forum-list-container .posts-count {display: none;}

        Comment


        • Wayne Luke
          Wayne Luke commented
          Editing a comment
          This is in the vBulletin 4 support forum.

        • delicjous
          delicjous commented
          Editing a comment
          Iam sorry I thought Iam shure it is a vB5-question!

      Related Topics

      Collapse

      Working...