The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
There should be a threads[i].threadid, so you can write out a link, something like:
Code:
document.writeln('<a href="http://www.mysite.com/showthread.php?t=' + threads[i].threadid + '">' + threads[i].title + " (" + threads[i].poster + ")</a><br />"); and of course replace www.mysite.com with your actual site. (I didn't try that code so you might find a typo or two in there). ETA: ok, I tried the code and fixed it, and updated the above. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|