MyBB Community Forums

Full Version: get latest threads on forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to get the latest threads to display it on forum, without any plugin
I don't want to include all the forums just want to add some specific forums, this is very much easy with Rss feed, but I want to use php and sql only.
this might help , though the purpose is a bit different ...
 echo "<a href=\"http://example.com/".$thread['threadlink']."\">".substr($thread['subject'], 0, $limit)."</a>"; 


Does it work if I use SEF URL or google seo plugins url system ?
I think it'll work.