Topic: problem with integration
Hi!
I have a CMS, on the index.php in a box I want to show the 10 newest topics
$action="active";
$show=10;
include($_SERVER['DOCUMENT_ROOT'].'/forum/extern.php');
however, I have the following erros message
The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.
What should I do to have the 10 newest topics on my frontpage