How to turn off the veiw count?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mr.kim
    Member
    • Oct 2009
    • 32
    • 4.2.x

    How to turn off the veiw count?

    I want to turn off the view count for the forums. is that possible? where and how do i do it?
    StudentFilmmakers Forums
    http://www.studentfilmmakers.com/forums
  • mr.kim
    Member
    • Oct 2009
    • 32
    • 4.2.x

    #2
    I also want to remove the view count column from all layers of the forum. can this be done?
    StudentFilmmakers Forums
    http://www.studentfilmmakers.com/forums

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      So, in forumdisplay.php, you want to remove the part that says "Views: x" for all threads? That is the threadbit template. Just remove this from the template (or set it to class="hidden"):
      HTML Code:
      <li>{vb:rawphrase views}: {vb:raw thread.views}</li>

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools &lt;- awesome site for html/css help

      Comment

      • mr.kim
        Member
        • Oct 2009
        • 32
        • 4.2.x

        #4
        don't exactly understand

        I am searching for what you have listed here. Not sure exactly what to do.
        StudentFilmmakers Forums
        http://www.studentfilmmakers.com/forums

        Comment

        • mr.kim
          Member
          • Oct 2009
          • 32
          • 4.2.x

          #5
          i did not find any Views: x in the forumdisplay.php
          StudentFilmmakers Forums
          http://www.studentfilmmakers.com/forums

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            I didn't say to look in the forumdisplay.php file. I said to look in the threadbit template.

            Please don't PM or VM me for support - I only help out in the threads.
            vBulletin Manual & vBulletin 4.0 Code Documentation (API)
            Want help modifying your vbulletin forum? Head on over to vbulletin.org
            If I post CSS and you don't know where it goes, throw it into the additional.css template.

            W3Schools &lt;- awesome site for html/css help

            Comment

            • mr.kim
              Member
              • Oct 2009
              • 32
              • 4.2.x

              #7
              you said

              you said and i quote, "So, in forumdisplay.php, you want to remove the part that says "Views: x" for all threads?"
              StudentFilmmakers Forums
              http://www.studentfilmmakers.com/forums

              Comment

              • mr.kim
                Member
                • Oct 2009
                • 32
                • 4.2.x

                #8
                any help

                does anyone know this or can someone help me with this in a step by step example of how to remove it.
                StudentFilmmakers Forums
                http://www.studentfilmmakers.com/forums

                Comment

                • Lynne
                  Former vBulletin Support
                  • Oct 2004
                  • 26255

                  #9
                  On the forumdisplay page is a line that says "Views: X" next to every thread. Is that not the line you want to get rid of? If so, I gave directions to do so.

                  Please don't PM or VM me for support - I only help out in the threads.
                  vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                  Want help modifying your vbulletin forum? Head on over to vbulletin.org
                  If I post CSS and you don't know where it goes, throw it into the additional.css template.

                  W3Schools &lt;- awesome site for html/css help

                  Comment

                  • keithsan
                    Member
                    • Mar 2006
                    • 58
                    • 3.5.x

                    #10
                    I did this, as I find the views thing annoying.

                    My question now is, at the top of the forum it says replies/views. and next to each thread there are only replies listed. is there a way to change this to say only replies instead of replies/views. Thanks.
                    Penny Stock Forum

                    Comment

                    • Lynne
                      Former vBulletin Support
                      • Oct 2004
                      • 26255

                      #11
                      You would need to edit the template and remove it.

                      To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

                      (It's probably the FORUMDISPLAY template you are talking about.)

                      Please don't PM or VM me for support - I only help out in the threads.
                      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                      Want help modifying your vbulletin forum? Head on over to vbulletin.org
                      If I post CSS and you don't know where it goes, throw it into the additional.css template.

                      W3Schools &lt;- awesome site for html/css help

                      Comment

                      • keithsan
                        Member
                        • Mar 2006
                        • 58
                        • 3.5.x

                        #12
                        thanks. first time editing my template without explicit instructions. found the code and removed it. I think all is still working well. thanks.
                        Penny Stock Forum

                        Comment

                        Related Topics

                        Collapse

                        Working...