1- Vbulletin Latest threads bu eklentiyi bir türlü calistiramadim.
2- Bu kodlarla forumdan konulari cekiyor ancak, an sayfada türkce karakterler düzgün cikmiyor nasil halledebilirim bu sekilde gözükmekte..
<!-- show latest active threads -->
<table>
<tbody>
<tr>
<td>
<b>Latest Active Threads</b>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="100%">
<div>
<script type="text/javascript" src="http://www.bloghaber.com/forum/external.php?forumids=1,2&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 15; x++)
{
document.writeln("<a href=\"http://www.bloghaber.com/forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br>(Posted By: "+threads[x].poster+")<br><br />");
}
//-->
</script></div>
</td>
</tr>