MyBB Community Forums

Full Version: [Forum Integration] Show latest threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the page manager plugin for my pages at the moment as it is easy and convinient and includes the website theme, but the people I am making the website for want two pages similar to the portal. One of these I used the portal for and the other I am trying to use the page manager for.

I'm just wondering if anyone knows how to get threads from forums to display on a page. Here is the tricky part though, I have three sections on this page, each getting the latest thread from one of three forums.

Can any one help?
(2010-04-06, 02:05 AM)alirex Wrote: [ -> ]this can help u : http://community.mybboard.net/thread-62787.html

How would I add the theme in the coding though?
Depends, if I understand correctly what you could do is get the css from the source code of the theme. It will look something like this:
<link type="text/css" rel="stylesheet" href="http://extenditude.com/forum/cache/themes/theme35/global.css" />

Then find the bits of code you want from various templates such as the header and footer.
Lol, template sorry Confused
Sorry I don't understand what you mean. That will read the css and if you copy the tables from the theme templates in the correct way you'll get an empty page with the forum theme.

My site is an example except the site theme hasn't been updated so it works with the old theme...

http://extenditude.com/forum/psp/3.png

http://extenditude.com/forum/psp/4.png

Those are screenshots though.
The template, I want the news in the content, but I also want the header and footer...