Customizing SMF > SMF Coding Discussion
SSI Recent posts...
(1/1)
Tristan Perry:
Hello,
Is there anyway to limit the amount of results that the Recent post feature shows? At the moment I believe it's 7 recent posts, I'd like to limit this to 4 or 5. Would there be anyway to do this? If so would it be possible to do without modifying SSI.php? I don't mind if I have to, I'd just prefer to not have to.
Thanks,
TauOnline.Org
Tom:
Yes, just put:
<?php ssi_recentPosts($num_recent = 5, $exclude_boards = array(), $output_method = 'echo') ?>
And change 5 to however many you want shown.
Tristan Perry:
--- Quote from: Tom on August 16, 2004, 01:36:44 PM ---Yes, just put:
<?php ssi_recentPosts($num_recent = 5, $exclude_boards = array(), $output_method = 'echo') ?>
And change 5 to however many you want shown.
--- End quote ---
Thank you :)
Navigation
[0] Message Index
Go to full version