The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can I show latest sticky threads?
I have this code I use on my HTML page to show the 10 latest threads:
Code:
<script type="text/javascript" src="forums\external.php?forumids=4,36&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 10; x++) { document.writeln("<a href=\"forums/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><font color=#9C8A88> <i>("+threads[x].threaddate+")</font></i> <br>"); } //--> </script> is this possible? thanks! anyone know? I'm getting buried here....wont bump again, but would love to know if this is possible |
#2
|
|||
|
|||
i am also searching this ??
|
#3
|
||||
|
||||
Not with the javascript code posted.
Where is the array threads[x].threadid coming from? You would have to track that down and alter the database query being made. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|