MyBB Community Forums

Full Version: Latest posts to website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I go about getting the latest posts from certain forums to my website?

I'd like to pull information from my forum and put it on the main website.
you have to use a rss reader and place it on your homepage or where ever you want to use it.

a simple javascript such as this will work.
http://p3k.org/rss/
When I ran that, it gave me an rss error. I'm using the syndication link that's on the bottom of the forum.
you might have the code incorrect.

if i use my site as a example code i can tell you what i would add.
my site forum is
www.davesdrivers.com/forum

so the html code you enter in to the reader would be http://www.davesdrivers.com/forum/syndication.php

just to double check i gave you a working java code i just tryed my own site in it and sure enough it does work.
Doesn't work with you link either. I'm getting the same error:

RSS Box Error
2012-03-06, 13:18h
Oops, something went wrong...
An error occurred while processing the request to the JavaScript RSS Box Viewer.

An error message was returned by the server.
JavaException: java.io.UnsupportedEncodingException: "UTF-8"

Most likely, this might have happened because of a non-existent or invalid RSS feed URL. Please check and possibly correct your input, then try again.

I used the url you gave me.

Also, I'm going to just try the proportal plugin now and see if that works the way I want it while keeping everything in one place. Thank you for your help!