Quote:
Originally Posted by PGAmerica
Thank you for this info. I will look into it now.
I did a search as you suggested, but I was unable to get code to display the latest posts in specific forums.
|
Here is the code to display only certain forum sections on an external page
<script type="text/javascript" src="http://www.
your forum address.com/external.php?forumids=49,108,11,13,12&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 15; x++)
{
document.writeln("*<a href=http://www.
your forum address.com/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a><br />");
}
//-->
</script>
Notice in this second example there is some extra code in the first part ?forumids=49,108,11,13,12&type=js
Just change those numbers to the forum section you want to display.
I use both of the codes on two different wordpress blogs. That is how I came up with them so fast. I just copied them out of my site and posted them here. If they work for me, they will work for u.