Loading...
 

History: Consensus Forums

Preview of version: 9

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

Click to expand
Click to expand


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
  • User Preferences screen (to allow adding a user picture/avatar)
  • 2 new users created

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 forum_thread_defaults_by_forum: 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 feature_userPreferences: y feature_mytiki: 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 is_flat: n enable: - vote_threads - show_description - ui_avatar - ui_rating_choice_topic - ui_posts - ui_online list: - topic_reads - topic_replies - topic_points - topic_author - topic_last_post



Watches

YAML
preferences: feature_user_watches : y feature_group_watches : y



Users

Add two users to facilitate rating other users threads
YAML
objects: - type: user data: name: user1 pass: user1 email: user1@example.com change: n groups: [ Registered ] - type: user data: name: user2 pass: user2 email: user2@example.com change: n groups: [ Registered ]



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 translations: consensus_forums_es_include content: wikicontent:Consensus_Forums_Instructions - type: wiki_page ref: consensus_forums_es_include data: name: Instrucciones de los Foros de Consenso description: Instrucciones sobre como users los foros para ayudar a los usuarios a buscar consensos en cada hilos de debate lang: es mode: create_or_update content: wikicontent:Consensus_Forums_Instrucciones


History

Advanced
Information Version
Fri 14 of Oct, 2016 09:17 GMT-0000 Xavi (as xavidp - admin) Mass search and replace 18
View
Tue 26 of Aug, 2014 16:04 GMT-0000 Xavier de Pedro setting also height since it's needed in tiki 13 17
View
Fri 15 of Aug, 2014 10:03 GMT-0000 Xavier de Pedro fix syntax to refer to the translation of a page $[ pagename] needed instead of just pagename 16
View
Fri 15 of Aug, 2014 09:08 GMT-0000 Xavier de Pedro translations: seems to be assigned to just one of the each pair of pages 15
View
Sat 26 of Jul, 2014 17:21 GMT-0000 Xavier de Pedro added feature_search 14
View
Mon 21 of Jul, 2014 19:21 GMT-0000 Xavier de Pedro tweaked 13
View
Mon 21 of Jul, 2014 10:14 GMT-0000 Xavier de Pedro added title search 12
View
Mon 21 of Jul, 2014 10:08 GMT-0000 Xavier de Pedro added i18n 11
View
Mon 21 of Jul, 2014 10:01 GMT-0000 Xavier de Pedro added cross ref to translation 10
View
Mon 21 of Jul, 2014 09:58 GMT-0000 Xavier de Pedro added the translation info for the instructions page 9
View
Thu 19 of Jun, 2014 10:06 GMT-0000 Xavier de Pedro added mytiki and user prefs 8
View
Thu 19 of Jun, 2014 09:44 GMT-0000 Xavier de Pedro added forum_thread_defaults_by_forum 7
View
Thu 19 of Jun, 2014 09:42 GMT-0000 Xavier de Pedro fine tuned the forum 6
View
Thu 19 of Jun, 2014 09:10 GMT-0000 Xavier de Pedro added users 5
View
Thu 19 of Jun, 2014 09:07 GMT-0000 Xavier de Pedro removed user level icon since it shows stars, and might produce confusions with ratings 4
View
Thu 19 of Jun, 2014 09:02 GMT-0000 Xavier de Pedro renamed 3
View
Thu 19 of Jun, 2014 08:55 GMT-0000 Xavier de Pedro added screenshot 2
View
Thu 19 of Jun, 2014 08:25 GMT-0000 Xavier de Pedro starting point 1
View