BlackThorn
03-12-2010, 10:00 PM
Demo: http://www.vbulletin-turko.com/forums/index.php (Son Eklentiler)
Son eklentiler = Latest Add-ons.
Special Thanks YILMAZ.
If you do like that, then please mark as installed and go admincp, (if you use CMS) add new cms block (STATIC HTML) and add all this codes:
<div class="page" style="border:0; padding:1px; height:250px; width:100%; overflow:auto">
<script type="text/javascript" src="external.php?forumids=8,71,9,14,72,73,&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<div class=\"cms_widget_content\"><img src=\"/forums/images/icons/icon2.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br /> <b>Posted By: "+threads[x].poster+"</b></div>");
}
//-->
</script>
</div>
Note: Please look in codes external.php?forumids=8,71,9,14,72,73,&type=js
Did you see thats? Which one forum categories you want, you can change that forum ids for yourself. And you can change /forums/images/icons/icon2.gif (your forumpath images or you can add another icon/image) if you want, <b>Posted By: "+threads[x].poster+"</b> code how do you want. (Like posted or starter by.)
Son eklentiler = Latest Add-ons.
Special Thanks YILMAZ.
If you do like that, then please mark as installed and go admincp, (if you use CMS) add new cms block (STATIC HTML) and add all this codes:
<div class="page" style="border:0; padding:1px; height:250px; width:100%; overflow:auto">
<script type="text/javascript" src="external.php?forumids=8,71,9,14,72,73,&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<div class=\"cms_widget_content\"><img src=\"/forums/images/icons/icon2.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br /> <b>Posted By: "+threads[x].poster+"</b></div>");
}
//-->
</script>
</div>
Note: Please look in codes external.php?forumids=8,71,9,14,72,73,&type=js
Did you see thats? Which one forum categories you want, you can change that forum ids for yourself. And you can change /forums/images/icons/icon2.gif (your forumpath images or you can add another icon/image) if you want, <b>Posted By: "+threads[x].poster+"</b> code how do you want. (Like posted or starter by.)