MyBB Community Forums

Full Version: Output news text.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I basically need a way to output the 5 most recent news stories on my forums in the following format.

Thread Title
Posted by (username) on (date).
Thread Content

Straight text so that I can have it display within my game. I know there is RSS, but I don't want to use it, I want straight text.

Can this be done with a simple query or does a plugin need to be made?
you need a plugin to parse the date and format the output. it can be a standalone php file and you just need to add the db connection details and hardcode the table prefix
Yeah, I literally want to go to like.

www.domain.com/outputnews.php

And it shows the top 5 news stories.
I would like this to.
@yaldaram its a premium and can you help us by providing it free ?
I would like this as well, but I don't want their to be any thing related to mybb on it, just a basic html/php page so I can just place the php code snippet into my template and it will work quite well with maybe a bit of modification...can that be provided?

**edit

I found this and I think it's what I want, may be what you want as well...

http://community.mybb.com/thread-114953.html