Loading...
 
Skip to main content

History: PluginProposal

Preview of version: 35

See also (

Plugin Proposal

Introduced in Tiki3

Use this wiki plugin to provide a widget for users to vote on a proposal and view the current decision.

  • It makes it quick to vote and tally votes
  • The proposal and votes are kept in the wiki page so it's still possible to improve the original proposal and to change the votes (there is wiki page version history so everyone can see the evolution).

Parameters

Allow users to vote on a proposal and view the results
Introduced in Tiki 3.
Go to the source code
Preferences required: wikiplugin_proposal

Parameters Accepted Values Description Default Since
(body of plugin) The list of votes cast. One vote per line. Either 0, +1 or -1 followed by a username.
caption text Short description of the proposal to vote on. Will be displayed above the result table. 3.0
weights text Comma-separated list of groups and their associated weight. Default is Registered(1) Example: Reviewer(2.5),User(1),Manager(0.25),Registered(0) Registered(1) 10.0

  • Note that a user must have edit rights to the page where the proposal is placed in order to be able to see the vote buttons and be able to click on them to vote.
  • New in TIki10: Added the ability to set custom weights to groups in the proposal plugin, which affects the stored attributes. This is useful for Code Review

Examples

Basic syntax

Copy to clipboard
{PROPOSAL(caption="Here is the proposal")} +1 Sam -1 john +1 Suzy +1 Cuong 0 Sam +1 Helen +1 Majid +1 Mohammed 0 Francois +1 Youssou +1 Nico -1~1 will0913{PROPOSAL}

Free birthday pizza

As users vote by clicking the accept, reject or undecided button, the user's user name and vote is automatically placed in the code. Once several people have voted, the code would look something like this:

Copy to clipboard
{PROPOSAL(caption="That each Tiki contributor should get free pizza on their birthday")} +1 Sam -1 john +1 Suzy +1 Cuong 0 Sam +1 Helen +1 Majid +1 Mohammed 0 Francois +1 Youssou +1 Nico {PROPOSAL}


Would produce:

That each Tiki contributor should get free pizza on their birthday
Accept Undecided Reject
7 2 1
  • Suzy
  • Cuong
  • Helen
  • Majid
  • Mohammed
  • Youssou
  • Nico
  • Sam
  • Francois
  • john

 Comment
You can see in the code above that user Sam voted twice: the first time he accepted the proposal (+1 Sam), and then he changed his vote to undecided (0 Sam). In the display result immediately above, only the last choice (undecided) shows.


Since Tiki10: Added the ability to set custom weights to groups in the proposal plugin, which affects the stored attributes. This is useful for Code Review

Aliases

Plugin Proposal | Proposal

History

Advanced
Information Version
Marc Laporte 36
Marc Laporte 35
Yves Kipondo 34
lindon 33
will0913 Proposal Plugin modified by editor. 32
nirvanesque Proposal Plugin modified by editor. 31
Zac Proposal Plugin modified by editor. 30
Marc Laporte 29
Marc Laporte 28
Marc Laporte "All animals are equal, but some animals are more equal than others" 27
clemente Proposal Plugin modified by editor. 25
lindon 24
stefbrodu Plugin modified by editor. 23
lindon 22
Xavier de Pedro typo 21
Xavier de Pedro aliases added 20
lindon 19
lindon Plugin modified by editor. 18
lindon 17
lindon Plugin modified by editor. 16
lindon 15
lindon Plugin modified by editor. 14
lindon Substituted working plugin fro screenshot now that site is 3.0 12
lindon 11
lindon 10
sylvie 9
Marc Laporte 8
Marc Laporte 7
Marc Laporte 6
Marc Laporte 5
Marc Laporte 4
Xavier de Pedro 3
Xavier de Pedro 2
system created from structure 1