RoxenCMS 5.4Forum ModuleInternal Tags

   

<forum>
<forum-main>
<forum-add-ban>
<forum-new-forum>
<forum-edit-forum>
<forum-edit-message>
<forum-delete-forum>
<forum-new-message>
<forum-delete-message>
<forum-delete-thread>
<forum-hide-thread>
<forum-lock-thread>
<forum-new-attachment>
<forum-purge-attachment>
<forum-remove-attachment>
<forum-remove-ban>
<forum-subscribe-forum>
<forum-subscribe-thread>
<forum-unhide-thread>
<forum-unlock-thread>
<forum-unsubscribe-forum>
<forum-unsubscribe-thread>
<emit forum-attachments>
<emit forum-bans>
<emit forum-forums>
<emit forum-latest-messages>
<emit forum-messages>
<emit forum-my-threads>
<emit forum-search>
<emit forum-subscribed-forums>
<emit forum-subscribed-threads>
<emit forum-threads>
<if forum-banned>

<forum-edit-message/>

Provided by module: CMS: Forum

Edits a message.


Attributes

message-id="id"

ID of the message to be edited.


subject="string"

New subject of the message.


message="string"

New body of the message.


parent="id"

New message ID of the commented message, if any. If omitted the current parent in the edited message is kept.


forum="id"

New forum to post this message in. Only used if no parent ID is supplied. If omitted the current forum of the current parent is used.


author-name="string"

Optional alternative author name that can be used in stead of the name of currently logged on user.


attachments="id"

Attach all attachments associated with this id to the edited message. The id is typically what is returned from <forum-new-attachment> in message-id-var.