|
messageboard.add
|
| |
|
description
Allows the addition of messages to a messageboard.
The filename is in the current site temporary folder.
Text max length, word max length, word break, max history size value are defined in configuration file.
privilege-required
anyone
tx-support
false
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| filename |
string |
none |
true |
File name in the current site temporary folder. |
|
| |
|
PARAMETER
|
|
name
|
type
|
default-value
|
required
|
description
|
| text |
string |
none |
true |
Text appended to the message board file. |
|
| |
|
ERROR
|
|
|
id
|
msg
|
| 1 |
Text equals previous entry. |
|
| |
|
RESULT
|
|
|
name
|
description
|
| text |
The added text, as it appears on the board. |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="messageboard.add" filename="myboard.xml">
<nvd:parameter name="text">Hello world</nvd:parameter>
<nvd:result name="text" variable="mytext" />
</nvd:command>
|
|