First you need to download the plugin
html-javascript adder
which can be downloaded here
http://www.aakashweb.com/download/ht...ript-adder.zip
I am using 1.4
then add the widget and put in this code.The code in different color change to what yours is. I have it pulling 10 at the moment. I also have it showing all threads. You can change the code to what you want.
Make sure external rss is enabled on forum. Some of the settings are here
http://www.vbulletin.com/docs/html/v...group_external
.
<script type="text/javascript" src="http://
your.url.here/forum/external.php?forumids=0&type=js&lastpost=1"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<font style=\"font-size: 11pt;font-weight: normal\"><a href=\"http://
your.url.here/forum/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br>(Posted By: "+threads[x].poster+")<br><br />");
}
//-->
</script>
also what other issues or what you trying to do ?