The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
alright so my NSFW threads aren't indexing in the new posts anymore(thanks guys) but they still pop up in the Latest Threads listing on the sidebar.
go to www.devil-riders.com/vb to see what I am talking about. Looked up the template and here is the code for it Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="height: 30px; background-color: #505558; border-bottom: 1px solid #3a3d41; background-image:url($stylevar[imgdir_misc]/stripebg.gif); background-position:top;"><div align="center" class="sidebarhead">Latest Threads</div></td> </tr> <tr> <td><img src="$stylevar[imgdir_misc]/sidebar_spacer2.gif" width="170" height="1" alt="" /></td> </tr> </table> <table width="100%" border="0" cellspacing="3" cellpadding="0"> <tr> <td style="background-image:url($stylevar[imgdir_misc]/sidebar_bg.gif); background-repeat:repeat-x"> <div align="left" class="sidebarcontent" style="padding: 6px;"> <script type="text/javascript" src="external.php?type=js"></script> <script language="" type="text/javascript"> <!-- for (var x in threads) { document.writeln("<strong>» <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a></strong><br />(Posted By: "+threads[x].poster+")<br /><br />"); } //--> </script> Anybody know how I would accomplish this?? Thanks fellas! |
#2
|
||||
|
||||
![]()
You can limit the forums the threads are pulled from by changing the link to:
HTML Code:
external.php?forumids=x,y,z&type=js (Also, that is javascript, not java. They are two very different languages.) |
#3
|
|||
|
|||
![]()
Thanks dude!!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|