Loading...
 
Skip to main content

History: Forum Handler

Source of version: 4

Copy to clipboard
            This is a ((handler)) to create discussion forums.


{CODE(caption=>YAML)}
preferences:
 enable: [ feature_forums ]
objects:
 -
  type: forum
  ref: my_forum
  data:
   name: New Forum
   attachments: everyone
   enable: [ topic_smiley ]
   list: [ topic_reads ]
{CODE}


! 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| |
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
||

        

History

Information Version
Mon 21 of Jul, 2014 19:20 GMT-0000 Xavier de Pedro added "Display thread configuration bar only when number of posts exceed": 6
Mon 21 of Jul, 2014 19:17 GMT-0000 Xavier de Pedro added thread style options 5
Thu 19 of Jun, 2014 08:28 GMT-0000 Xavier de Pedro added some new settings available in Tiki12+ 4
Wed 14 of Sep, 2011 04:41 GMT-0000 Nelson Ko add forum_language 3
Sat 18 of Apr, 2009 14:21 GMT-0000 Marc Laporte 2
Thu 16 of Apr, 2009 18:40 GMT-0000 System Administrator 1