Latest Threads in Sidebar Column Not Updating

Discussion in 'vBulletin Discussions' started by drumming207, Sep 19, 2009.

  1. drumming207

    drumming207 Adept

    Joined:
    Jun 10, 2009
    Messages:
    133
    Likes Received:
    10
    I installed a Sidebar Column and the "Latest Threads" is not reflecting new threads.

    Is there something I have to change in the sc_latest_threadsbits?

    (BTW: I looked at vb.org and I could not find an answer)
     
  2. Wayne Luke

    Wayne Luke Regular Member

    Joined:
    Apr 2, 2009
    Messages:
    991
    Likes Received:
    276
    What are the contents of that template?
     
  3. drumming207

    drumming207 Adept

    Joined:
    Jun 10, 2009
    Messages:
    133
    Likes Received:
    10
    sc_latest_threads
    PHP:
    <table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <
    thead>
    <
    tr>
    <
    td class="tcat"><strong>$vbphrase[sc_latest_threads]</strong></td>
    </
    tr>
    </
    thead>
    <
    tbody>
    $v2b_sc_latest_threadsbits
    </tbody>
    </
    table>
    <
    br />
    sc_latest_threadsbits
    PHP:
    <tr>
    <
    td class="$class">
    <
    div class="smallfont"><a href="showthread.php?$session[sessionurl]t=$vietvbb_sclt[threadid]"><strong>$vietvbb_sclt[title]</strong></a></div>
    <
    div class="smallfont">- $vbphrase[sclt_by] <a href="member.php?$session[sessionurl]u=$vietvbb_sclt[postuserid]">$vietvbb_sclt[postusername]</a></div>
    </
    td>
    </
    tr>
    Thanks, Wayne!
     
  4. Lynne

    Lynne Regular Member

    Joined:
    May 26, 2009
    Messages:
    333
    Likes Received:
    32
    Location:
    Home Sweet Home!
    Where is $v2b_sc_latest_threadsbits defined? Is it a query or what?
     
  5. drumming207

    drumming207 Adept

    Joined:
    Jun 10, 2009
    Messages:
    133
    Likes Received:
    10
    Hi Lynne,

    I'm not sure if it is defined or where it would be defined. I just copied the code for the Latest Threads.

    Thanks for your help.
     

Share This Page