mattwmc2001
Thu 25th Jun '09, 12:36am
Anyone know the code to put, say, the ten latest posts from your forum on other pages?
I did this with my smf forum and here was the code:
at top put this:
<?php
require_once('/home/content/xxx/html/forum/SSI.php');
?>in page put this:
<?php ssi_recentPosts($num_recent = 10, $exclude_boards = array(19), $output_method = 'echo');
?>Thanks!
Found the answer, nevermind.
I did this with my smf forum and here was the code:
at top put this:
<?php
require_once('/home/content/xxx/html/forum/SSI.php');
?>in page put this:
<?php ssi_recentPosts($num_recent = 10, $exclude_boards = array(19), $output_method = 'echo');
?>Thanks!
Found the answer, nevermind.