question
* option A
* option B
* option C
== Usercheck with IP Address ==
User can vote only once.
question
* option A
* option B
* option C
== Usercheck with DokuWiki username ==
User can vote only once.
question
* option A
* option B
* option C
-----
===== Discussion =====
\\
----------------
\\
unfortunately the bars in my wiki are colorless, how can I change this?
\\
----------------
\\
in **lib/plugins/vote/style.css**, there is a line like following.
>background-color: _missing_;
Please try to change like...
>>background-color: #00FF00;
Or
>>background-color: red;
With your favorite color.
It follows _ missing_ and _text_ of your template. (As configured in **lib/tpl/[YOUR TEMPLATE]/style.ini**)
\\
------
\\
Thank you very much, that solves the problem :-)
\\
------
\\
A good idea is to add a user limitation, if you have the time, check=user is for one vote, but if i want to purpose 3 vote per person check=user3 or check=3user not work.
and a new vote in the same page don't work for multiple vote.
But for it's good it doesn't allow a user to check twice the same answer or three
------
\\
How I can close the poll and removing the botton to vote?
------
\\
check=user will allow one anonymous vote. A dirty fix is to add to line 135 of syntax.php:
if ($user == "") { print "Please log in first"; die; }
Somebody with the skills should make a prettier fix.
-----
\\
Here comes a suggestion how to remove the 'Vote'-button (and also the radiobuttons) if
* the user is not logged in (is 'anonymous') or
* the user is logged in, but has already voted
Needs to edit **lib/plugins/vote/syntax.php** --- [[mailto:kate-web@arcor.de|KaTe]] //21.06.2011 12:18//