Function ssi_recentPosts
Recent post list: [board] Subject by Poster Date
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
integer |
$num_recent = 8 |
How many recent posts to display |
null|array |
$exclude_boards = null |
If set, doesn't show posts from the specified boards |
null|array |
$include_boards = null |
If set, only includes posts from the specified boards |
string |
$output_method = 'echo' |
The output method. If 'echo', displays the posts, otherwise returns an array of information about them. |
boolean |
$limit_body = true |
Whether or not to only show the first 384 characters of each post |
|array
|
Displays a list of recent posts or returns an array of information about them depending on output_method. |