Function ssi_recentAttachments
Shows the most recent attachments that the user can see
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_attachments = 10 |
How many to show |
array |
$attachment_ext = array() |
Only shows attachments with the specified extensions ('jpg', 'gif', etc.) if set |
string |
$output_method = 'echo' |
The output method. If 'echo', displays a table with links/info, otherwise returns an array with information about the attachments |
|array
|
Displays a table of attachment info or returns an array containing info about the attachments, depending on output_method. |