well you don't need this line
Code:
eval('print_output("' . fetch_template('Index') . '");');
and i assume you put all that within php tags...?
sample
Code:
<?php
output_News(100,56);
?>
the 100 represents the numbers of articles you want shown, the 56 is the forum id of the forum posts you want outputted.
in my case .
Code:
http://www.grandtheftcentral.com/forum/forumdisplay.php?f=56
you could change the numbers to suit how much you want outputted and desired forum..
also remember to include
Code:
<?php
chdir('./forum');
require_once('./vBExternal.php');
?>
before the <html> tags in the head of the document...adjust the chdir to suit the location of ur forum.
and did you upload the relative files to your forum folder?
vBExternal.php > forum main folder
vBExternal folder > forum main folder
let me know if this helps.