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-search"></emit>

Provided by module: CMS: Forum

Search in the forum database.


Attributes

forum="forum ID"

Only perform a search in the supplied ID of the forum.


query="string"

The text to search for within the forum database.


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

The author's username.


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

The author's full name.


&_.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.