Function ShowDrafts
Loads in a group of drafts for the user of a given type (0/posts, 1/pm's) loads a specific draft for forum use if selected. Used in the posting screens to allow draft selection Will load a draft if selected is supplied via post
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Drafts.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Drafts.php
integer |
$member_id |
ID of the member to show drafts for |
boolean|integer |
$topic = false |
If $type is 1, this can be set to only load drafts for posts in the specific topic |
integer |
$draft_type = 0 |
The type of drafts to show - 0 for post drafts, 1 for PM drafts |
boolean
|
False if the drafts couldn't be loaded, nothing otherwise |