I used the file in "extras" folder: recent_forum_posts.asp
Forum is placed in forum folder, home page is in the root of website. I used recent posts on home page and it works, but links to posts do not work. Path is incorrect. I assume below line needs to be modify, can anybody help?
vbCrLf & " <a href=""" & sarryRSSFeedItem.childNodes(4).text & """ title=""Posted: " & sarryRSSFeedItem.childNodes(3).text & """>" & sarryRSSFeedItem.childNodes(0).text & "</a>"
Also, how do I decrease number of posts shown? I don't want 10, maybe 5 will do.