The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Here is the code for the latest threads:
Code:
<script type="text/javascript" src="external.php?forumids=2,1635&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Submitted by: "+threads[x].poster+")<br />");
}
//-->
</script>
Please if possible can you adjust the code for me? ![]() Thank you so much as always. Best regards, GateKeeper_ |
|
#2
|
|||
|
|||
|
You can add threads[x].threaddate and threads[x].threadtime where you want them, like maybe:
Code:
<script type="text/javascript" src="external.php?forumids=2,1635&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Submitted by: "+threads[x].poster+") " + threads[x].threaddate + " " + threads[x].threadtime + "<br />");
}
//-->
</script>
but the other things you asked for aren't in the javascript external feed. You would have to edit external.php to add them. |
|
#3
|
|||
|
|||
|
How would I add the # of comments of the thread?
Can anyone help me edit external.php in order to do this please. As always thank you for your support. Kind Regards. |
|
#4
|
|||
|
|||
|
Is there at least a way to show the whole post instead of just thread title?
|
|
#5
|
|||
|
|||
|
Can anyone tell me how I can add search.php to external.php
Basically search.php?searchid=4 would show all the search threads in searchid=4 |
|
#6
|
|||
|
|||
|
bump
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|