The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i have code :
Code:
<script type="text/javascript" src="http://www.olimpus-f.net/external.php?type=js"></script>
<script type="text/javascript">
<!--
var max = 15;
if(threads.length < max) max = threads.length;
for(i = 0; i < max; i++)
{
if (threads[i].title.length > 20)
{ threads[i].title = threads[i].title.substring(0, 30) + '...'; }
document.writeln("<br><img src=\"http://www.olimpus-f.net/clear.gif\"><br><img src=\"forum/images/alienskin/buttons/lastpost.gif\"> <b><a href=\"http://www.olimpus-f.net/showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a></b> <br><em>על ידי:</em> " + threads[i].poster + "<br><em>בתאריך:</em> " + threads[i].threaddate + " <br> ");
}
//-->
</script><br>
?????????????????? hello |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|