This sample profile sets up the configuration needed to facilitate the creation of forums that help their users to seek consensus on the discussion topics held.
See:
http://doc.tiki.org/Rating#Users_ratings_in_Forums
Remember that once you install this profile, you are
NOT LOCKED IN to any feature, menu or content. Everything can always be changed, deleted or added to.
Features (Quick List)
- Forums
- Ratings
- User and Group Watches
Note:
- Please note that this demo profile creates two users (user1 and user2) for you in your site to help you test the feature from the point of view of different users.
- One single user can not rate his/her own posts (not even the admin), and that's why you need a second user, at least, to rate the thread or posts of another user.
- If you try this profile in a production system, remember to remove these 2 users if you don't want to keep them in your site.
YAML (Profile Code)
Forums
Features
YAML
preferences:
feature_forums: y
feature_forum_parse: y
wiki_comments_simple_ratings_options: 0,5,4,3,2,1
wiki_comments_form_displayed_default: n
rating_results_detailed: y
rating_smileys: y
instructions: Instructions for the Consensus Forums
Groups & Permissions
YAML
permissions:
Anonymous:
allow:
- forum_read
- ratings_view_results
Registered:
allow:
- forums_report
- forum_attach
- forum_edit_own_posts
- forum_post
- forum_post_topic
- forum_vote
Editors:
description: Can approve & delete
allow:
- admin_forum
include: Registered
Create Forum
YAML
objects:
-
type: forum
ref: General_Forum
data:
name: Discussion forum
description: This forum allows rating forum threads and will display in the header of each user reply the current rating that this user maintains on the initial forum thread. This way, you can provide more attention and further details or clarifications to those users which agree less with the contents of the initial discussion thread (idea, proposal, action, ...). When the user changes the rating on the starting message of the thread, the user choice shown in his/her reply headers will be updated to reflect the user last rating on that starting message of the thread.
attachments: everyone
enable:
- vote_threads
- show_description
- ui_avatar
- ui_rating_choice_topic
- ui_posts
- ui_online
list:
- topic_reads
Watches
YAML
preferences:
feature_user_watches : y
feature_group_watches : y
Wiki pages
YAML
objects:
-
type: wiki_page
ref: consensus_forums_include
data:
name: Instructions for the Consensus Forums
description: Instructions on how to use forums to help users seek consensus on discussion threads
lang: en
mode: create_or_update
content: wikicontent:Consensus_Forums_Instructions