I tried the code shown on the link you provided and this displays the lastest thread title and who posts it OK.
<script src="http://www.yourdomain.com/forumpath/external.php?type=js" type="text/javascript"></script>
<script type="text/javascript">
<!--
for (i in threads)
{
document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
}
//-->
</script>
What I would really like to acheive is to make the displayed current threads clickable (i.e. to take you to that particular thread). I have spent the last two days trying, but with no success.
If this is possibe, can any one advise a script to call this from the external data source? The one above displays the info, but it is not clickable.
I was also trying to call info like the latest poll, but again am unsure how to go about it.
Any help or pointers re calling vbulletin info would be fantastic.
|