Removing post count from threads.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmvb
    Senior Member
    • Jan 2005
    • 259
    • 3.0.6

    [Forum] Removing post count from threads.

    I've edited a template before to do this but can't remember which one or what line of code to edit. I just changed themes and I'm using the legacy template. I need to remove the post count line that shows in the threads.
  • Dody
    Senior Member
    • Aug 2004
    • 1896
    • 3.8.x

    #2
    You need to edit the posbit_legacy template
    while(true){
    if(
    $someone->needsHelp() && $i->canHelp()) $post->help();
    if(
    $i->findBug()) $post->bug();
    }

    Comment

    • jmvb
      Senior Member
      • Jan 2005
      • 259
      • 3.0.6

      #3
      Originally posted by Dody
      You need to edit the posbit_legacy template
      Thanks for that. What exactly do I need to remove in that template?

      Edit: Found my answer. For others looking to do the same check this out: http://www.vbulletin.com/forum/showt...stbit-Template
      Last edited by jmvb; Fri 25 Dec '09, 9:07am.

      Comment

      • Bram
        Senior Member
        • May 2007
        • 216

        #4
        When i look for that phrase it doesnt find it, what part did you remove?

        Comment

        • Infection
          Member
          • Jan 2007
          • 33
          • 3.6.x

          #5
          I couldn't find $vbphrase[posts]: $post[posts] too in both postbit and postbit_legacy, which code exactly should I remove?

          Comment

          • Dody
            Senior Member
            • Aug 2004
            • 1896
            • 3.8.x

            #6
            Remove the following

            HTML Code:
            <dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
            while(true){
            if(
            $someone->needsHelp() && $i->canHelp()) $post->help();
            if(
            $i->findBug()) $post->bug();
            }

            Comment

            • Eqvaliser
              Senior Member
              • Apr 2008
              • 434
              • 1.1.x

              #7
              postbit legacy = the post/thread style you see here on vbulletin.com where the userinfo is on the left.
              postbiti = the style where userinfo is "above" each post..

              and they dont match in code, but codes for both styles are postet here
              Vbulletin fan

              Comment

              • alexander123
                Senior Member
                • Oct 2009
                • 140

                #8
                Originally posted by Dody
                Remove the following

                HTML Code:
                <dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
                Hey I did that but I have a question... the posts count was removed, but apperently there is now a gap there between my awards that I have on my site in posbit_legacy and the contact icons.
                You can view an example here of what I mean...http://www.brotherhoodofgamers.com/m...ivion-4-a.html
                Notice the gap between the 2 awards the member has and his contact information, how to remove it?
                http://www.fragtoss.com - Explode your knowledge!- Biggest Multi-Gaming forums!

                www.BrotherhoodOfGamers- Multi-Gaming community!

                Comment

                Related Topics

                Collapse

                Working...