The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Site example of Recent Posts on non-vb pages. What mod is this?
See in the LEFT column of this site?
http://www.healthdiscovery.net/artic...s_New_Year.htm What mod is resulting in those posts being displayed there? |
#2
|
|||
|
|||
They are just using the built-in vB external script with some javascript coding to spit it out:
Code:
<script src="http://www.healthdiscovery.net/forums/external.php?type=js" type="text/javascript"></script> <script type="text/javascript"> <!-- for (i = 0; i < 7; i++) { document.writeln("<a href=\"http://www.healthdiscovery.net/forums/showthread.php?threadid="+threads[i].threadid+"\">• "+threads[i].title+"<br></a>Poster:("+threads[i].poster+")<br />"); } //--> </script> ~Regs. |
#3
|
|||
|
|||
Thanks Regs!
Would that work for HTML pages on a different domain? |
#4
|
|||
|
|||
Yup, I believe so.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|