This is a
handler to create discussion forums.
YAML
preferences:
enable: [ feature_forums ]
objects:
-
type: forum
ref: my_forum
data:
name: New Forum
attachments: everyone
enable: [ topic_smiley ]
list: [ topic_reads ]
Forum Object
Name | Mandatory | Value
|
name | yes | Forum name
|
description | |
|
attachments | | none, everyone, allowed or admin
|
flood_interval | |
|
moderator | |
|
mail | |
|
per_page | | Amount of topics to list per page
|
prune_unreplied_max_age | | In seconds
|
prune_max_age | | In seconds
|
thread_order | |
|
thread_style | | commentStyle_plain, commentStyle_threaded, commentStyle_headers
|
topic_order | |
|
section | |
|
inbound_pop_server | |
|
inbound_pop_port | |
|
inbound_pop_user | |
|
inbound_pop_password | |
|
outbound_address | |
|
outbound_from | |
|
approval_type | |
|
moderator_group | |
|
forum_password | |
|
attachments_store | | Defaults to db
|
attachments_store_dir | |
|
attachments_max_size | |
|
forum_last_n | |
|
forum_language | | (>8.0)
|
is_flat | | y or n
|
enable | | flood_control
|
| | inbound_mail
|
| | prune_old
|
| | prune_unreplied
|
| | vote_threads
|
| | outbound_for_inbound
|
| | outbound_reply_link
|
| | topic_smiley
|
| | topic_summary
|
| | ui_avatar
|
| | ui_rating_choice_topic
|
| | ui_flag
|
| | ui_posts
|
| | ui_level
|
| | ui_email
|
| | ui_online
|
| | password_protection
|
show | | description
|
list | | topic_reads
|
| | topic_replies
|
| | topic_points
|
| | topic_last_post
|
| | topic_author
|