Here is what I used, when I had SMF.
Place this on the frontpage_main.tpl
<hr>
<h2>Latest Forums Posts</h2>
<?php
require_once('./forums/SSI.php');
?>
<?php ssi_recentTopics($num_recent = 8, $exclude_boards = null, $include_boards = null, $output_method = 'echo'); ?>
<?php ssi_recentPoll(); ?>
<br />
<hr />