MyBB Community Forums

Full Version: MyBB latest forum topics and CuteNews
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do you get any error messages?

A few things that come to mind when I look at your code...
<?php 
require_once ("global.php");
require_once ("./forum/inc/functions_post.php");
?>
- If inc/functions_post.php is in the "forum" directory, isn't global.php there as well?

- Including MyBB's global.php should automatically open a database connection, so why do you have your own mysql_connect() call? MyBB's $db->query() function will not use that connection.

- What's the purpose of the call to postify()?
I asked how to show off the latest forum topics on my site they gave me this code. But that is not te problem m8.