add_flagrant (line 30)
Add a flagrant text message.
AUTO_LINK
add_flagrant
(SHORT_TEXT $message, integer $days, LONG_TEXT $notes, BINARY $validated)
-
SHORT_TEXT
$message: The message
-
integer
$days: The number of days to display for
-
LONG_TEXT
$notes: Notes
-
BINARY
$validated: Whether the message is for immediate use
choose_flagrant (line 76)
Choose a flagrant text message.
void
choose_flagrant
(AUTO_LINK $id)
-
AUTO_LINK
$id: The ID of the flagrant text message to choose
delete_flagrant (line 60)
Delete a flagrant text message.
void
delete_flagrant
(AUTO_LINK $id)
-
AUTO_LINK
$id: The ID of the flagrant text message to delete
edit_flagrant (line 47)
Edit a flagrant text message.
void
edit_flagrant
(AUTO_LINK $id, SHORT_TEXT $message, LONG_TEXT $notes, BINARY $validated)
-
AUTO_LINK
$id: The ID of what to edit
-
SHORT_TEXT
$message: The message
-
LONG_TEXT
$notes: Notes
-
BINARY
$validated: Whether the message is the active message
nice_get_flagrant (line 92)
Get a list of flagrant text messages to choose from.
tempcode
nice_get_flagrant
()