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>

<emit source="forum-messages"></emit>

Provided by module: CMS: Forum

List information about messages. Either the thread or message attribute must be given.


Attributes

thread="id"

Show information about all messages in this thread.


message="id"

Show information about this specific message.


offset="number"

When using the attribute 'thread', this many messages are skipped.


rows="number"

When using the attribute 'thread', this is the maximum number of messages returned.


&_.author; (provided by CMS: Forum)

Author of the message.


&_.edited; (provided by CMS: Forum)

Unix timestamp of last modification time.


&_.id; (provided by CMS: Forum)

Message ID.


&_.level; (provided by CMS: Forum)

The message level in the thread. First message has level 0.


&_.message; (provided by CMS: Forum)

Body of the message.


&_.parent; (provided by CMS: Forum)

Commented message ID.


&_.subject; (provided by CMS: Forum)

Subject of the message.


&_.thread; (provided by CMS: Forum)

Thread ID.


&_.time; (provided by CMS: Forum)

Unix timestamp when the message was posted.