Function ssi_topTopics
Shows a list of top topics based on views or replies
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
string |
$type = 'replies' |
Can be either replies or views |
integer |
$num_topics = 10 |
How many topics to display |
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. |