Function ssi_recentTopics
Recent topic 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 topics to show |
null|array |
$exclude_boards = null |
If set, exclude topics from the specified board(s) |
null|array |
$include_boards = null |
If set, only include topics from the specified board(s) |
string |
$output_method = 'echo' |
The output method. If 'echo', displays a list of topics, otherwise returns an array of info about them |
|array
|
Either displays a list of topics or returns an array of info about them, depending on output_method. |