Function Post
Handles showing the post screen, loading the post to be modified, and loading any post quoted.
- additionally handles previews of posts.
- @uses the Post template and language file, main sub template.
- requires different permissions depending on the actions, but most notably post_new, post_reply_own, and post_reply_any.
- shows options for the editing and posting of calendar events and attachments, as well as the posting of polls.
- accessed from ?action=post.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Used by:
language file.
Used by:
language file
Used by:
language file.
Located at Sources/Post.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Used by:
EditPoll()
language file.
Used by:
sendNotifications()
language file
Used by:
Vote()
language file.
Located at Sources/Post.php
array |
$post_errors = array() |
Holds any errors found while tyring to post |