The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Below is what I used for vb3.6. But now that I went to 3.8, it does not work. What needs to be modified?
Code:
<!-- var num_Of_Links=3;var forumName="";var forumLink="../forums/";var threadLink=forumLink+"showthread.php?t=";document.writeln('<table width="110%" cellpadding="8" cellspacing="0" border="0" align="left">');document.writeln('<tr><td class="headtd" align="left">');document.writeln('<a href="'+forumLink+'" target="new">'+forumName+'<\/a>');document.writeln("<\/td><\/tr>");for(i=0;i<num_Of_Links;i++) {document.writeln('<tr><td class="linktd" align="left">');document.writeln('<a href="'+threadLink+threads[i]["threadid"]+'" target="new">'+threads[i]["title"]+'<\/a><br \/>');document.writeln('<\/td><\/tr>');} document.writeln('<\/table>'); //--> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|