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-new-attachment/>

Provided by module: CMS: Forum

Creates a new attachment from posted data.


Attributes

filename="string"

Filename for the attachment.


content-var="name"

Name of the variable where the file contents is stored.


message-id="id"

Attach the file to this message. If none is supplied a temporary ID will generated and returned with message-id-var


description="string"

Short description of the attachment (max 255 characters).


message-id-var="name"

Store the message ID in this variable. If you did not supply an ID with the message-id attribute, this is a temporary ID useful for the attachments attribute of <forum-new-message>.