MyBB Community Forums

Full Version: Come In
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to incorporate new topics from the forum to the website,
and each create a new topic will go to the web
open it but see sample pictures ,
[Image: example-1.png]
Hello,

What you want to do is more of a modification. What you will need todo is include the global.php file and define('IN_MYBB' 1); , from there you can run a SQL query to grab a list of threads then do a while() to list out the titles.

EDIT:

Take a look at http://community.mybb.com/thread-22068.html