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-latest-messages"></emit>

Provided by module: CMS: Forum

List the latest messages posted to one of the groups of forums or a specific forum.


Attributes

id="id"

Show the latest messages submitted to the group of forums that is specified by the id. This id is the same as for <forum>


forum="id"

List the latest messages posted in this specific forum


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

The author's username.


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

The author's full name.


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

Unix timestamp of last modification time.


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

Forum ID the message belongs to.


&_.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. This is 0 (zero) if there is not a 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.