Function list_getAttachments
Get a list of attachments for a member. Callback for the list in showAttachments()
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-View.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Profile-View.php
integer |
$start |
Which item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show on each page |
string |
$sort |
A string indicating how to sort the results |
array |
$boardsAllowed |
An array containing the IDs of the boards they can see |
integer |
$memID |
The ID of the member |
array
|
An array of information about the attachments |