The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm using the following syndication code:
Code:
<script type="text/javascript">
<!--
for (var i = 0; i < 16; i++)
{
var my_string = threads[i].title.substring(0,40) + "..";
document.writeln("<tr style='font-size: 13;'><td> <a href=\"forum/showthread.php?t="+threads[i].threadid+"\">"+my_string+"</a></td><td>"+threads[i].poster+"</td></tr>");
}
//-->
</script>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|