MyBB Community Forums

Full Version: Ordering posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm sure there must be a plugin or something for this but I've been searching for ages with no success.

what I'm looking for is a way to order replies to threads by timestamp, and list all replies to individual posts, for example this:

http://failblog.org/2008/12/13/safety-fail-6/#comments

All I need is a query/some PHP and I can integrate it with MyBB (but if this has already be done by all means link me Toungue). I've done this already but removed it because it used too much memory (I'm bad at coding efficiently, well coding altogether Toungue)

thanks
You might want to take a look at how MyBB implements threaded mode for this. You may be able to even get by with just a template edit.