MyBB Community Forums

Full Version: How to do this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i show latest active threads on my website?

if you have a look at www.thestudenthangout.co.uk/v1 below the rolling image i want it to go there with the latest discussions basically?


Please can you answer it in this thread because i dont understand the other threads haha
http://community.mybboard.net/thread-22068.html

??

That's probably the best guide there is...
(2009-06-25, 10:47 AM)MattRogowski Wrote: [ -> ]http://community.mybboard.net/thread-22068.html

??

That's probably the best guide there is...

thank you could you explain this bit though

Quote:Then you need to replace:
- The 2 in "$fid = 2" with the fid of the forum you want to show the posts from
- The 5 in "$limit = 5" with whatever you want your limit to be.
- The 'forum/' in chdir('forum/') to your forum path relative to the page this is being called from.
- The '../' in chdir('../') to the path back from your forum to the page this is being called from.

You will also need to change the code in the echo() statements to reflect how you want the news to be displayed on your site.

and it only retrieves from one forum... how can you chose all?