Display active latest threads from specific forumid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RangerXXX
    New Member
    • Nov 2005
    • 13

    Display active latest threads from specific forumid

    I'm trying to use http://www.vbulletin.com/forum/showthread.php?t=158895 but only want to display the threads from f=5 I was wondering how I would do this.
    <Free Movie Downloads - Prank Call Soundboards>
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    For example:

    Code:
    <div class="smallfont">
    <script type="text/javascript" src="external.php?type=js[color=red]&forumids=[color=blue]X,Y,Z[/color][/color]"></script> 
    <script language="" type="text/javascript">
    <!--
    for (x = 0; x < 10; x++)
    {
    document.writeln("<img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">($vbphrase[posted_by]: "+threads[x].poster+")</span><br />");
    }
    //-->
    </script></div>
    Where X,Y,Z is a comma list of forumids.

    Comment

    • RangerXXX
      New Member
      • Nov 2005
      • 13

      #3
      Thanks, works great.
      <Free Movie Downloads - Prank Call Soundboards>

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...