User posts disappeared on my site

Discussion in 'vBulletin Discussions' started by plazzman, Jun 11, 2009.

  1. plazzman

    plazzman Adept

    Joined:
    May 17, 2009
    Messages:
    180
    Likes Received:
    6
    For some odd reason that I do not know, the user post counts in my postbit legacy has disappeared. In other templates, everything has disappeared.

    However the codes all seem to be there, just nothing is showing up. It just happened today, and I haven't done any template modifications.

    Any help is more than appreciated.
     
  2. Dan Hutter

    Dan Hutter aka Big Dan

    Joined:
    Jul 20, 2006
    Messages:
    1,412
    Likes Received:
    515
    Location:
    New York
    Hi Plazzman,

    I looked at the source of one of your threads it looks like you're opening and closing a div without anything inside the div but then again I cannot see the code before it's processed by php.

    Take a look:

    Code:
    <div class="postinfo">Join Date: Mar 2009</div>
    
    
    
    <div class="postinfo">
    
    </div>
    
    
    <div class="postinfo">
    </a>Credits: <span id="cdt_46193_15">7,859</span>                    </div>
    See line 4 and 5 is an empty container. If you could post that section of your postbit_legacy template, I'll patch it up for you.

    -Dan
     
  3. plazzman

    plazzman Adept

    Joined:
    May 17, 2009
    Messages:
    180
    Likes Received:
    6
    The hell, everything is back now. Must have been a parsing error or something.

    But here's what it was supposed to be (although, it was present the whole time in ACP template)

    Code:
    <div class="postinfo">
    $vbphrase[posts]: $post[posts]
    </div>
    
    EDIT: Wait, nope theyre gone again :(
     
  4. Wayne Luke

    Wayne Luke Regular Member

    Joined:
    Apr 2, 2009
    Messages:
    992
    Likes Received:
    276
    Resave the template to rebuild the template cache. Make sure all your strings are closed in the template.
     
  5. plazzman

    plazzman Adept

    Joined:
    May 17, 2009
    Messages:
    180
    Likes Received:
    6
    Just tried that and nothing happened :(

    Thing is, I haven't touched my postbit_legacy template in like 3 days and it just happened last night.
     
  6. Lynne

    Lynne Regular Member

    Joined:
    May 26, 2009
    Messages:
    333
    Likes Received:
    32
    Location:
    Home Sweet Home!
    Have you tried seeing if this is going on in a totally default style? Or how about with your modifications turned off?

    Create a new style with no parent:

    • Styles & Templates > Style Manager > Add New Style
    • Parent Style: No Parent Style
    • Title: Default vBulletin
    • Allow User Selection: Yes
    • Save

    Then browse the site using that totally default vbulletin style - do you still have the same problem?

    If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
    Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

    PHP:
    define('DISABLE_HOOKS'true);
     
  7. plazzman

    plazzman Adept

    Joined:
    May 17, 2009
    Messages:
    180
    Likes Received:
    6
    You the (wo)man Lynne!

    Turns out it was that terribly impractical LPP Messenger thingy

    Thanks so much for your help guys!
     
  8. Lynne

    Lynne Regular Member

    Joined:
    May 26, 2009
    Messages:
    333
    Likes Received:
    32
    Location:
    Home Sweet Home!
    Glad you got it figured out. :)
     

Share This Page