Hi Karin!
At first I want to tell you that I am really glad that you found today a little bit time for this module.
I think that it is really useful.
It is almost year what I tried it sometimes, but I found always some new bugs (there were reported) so then I stop to use this nice module.
Current bug is about that when user vote, then he/she get infomessage about successfull voting, voting bars are shown, and button for cancel vote is shown. But number of votes is always zero, same as in voting bars - there are always empty with zero votes.
I attached a screenshot.
I looked at pollfield_votes table, this is its content after two registered user votes.
nid field_table field_name uid delta hostname
12431 content_field_pollfield3 field_pollfield3 1 2
12431 content_field_pollfield3 field_pollfield3 19 2
thanks
Igorik
http://www.somvprahe.sk
| Comment | File | Size | Author |
|---|---|---|---|
| no_vote.gif | 14.27 KB | igorik |
Comments
Comment #1
karens commentedIt works fine for me, so something else is going on. What sort of permissions do you have set up for the person doing the voting? What happens if you vote as User 1 or as a user with different permissions?
Comment #2
gaobin commentedHi karen,
I have same problem. No vote is shown!
I granted all rights of Pollflied to authenticated users.
GB
Comment #3
igorik commentedHi Karen,
I created page with pollfield, tried vote as user1 and user40, but always 0 votes is shown.
Please note that I tried too to uncheck options
cancel own pollfield vote
inspect all pollfield votes
and allow anonymous vote,
but nothing have influence for it.
Igor
http://www.somvprahe.sk
Comment #4
RobertOak commentedSame result as others. I finally got it fixed by modifying the code to:
about line 800:
function pollfield_clear($node) {
$cid = 'content:'. $node->nid;
cache_clear_all($cid, 'cache_content', TRUE);
}
which is from http://drupal.org/node/138907
comment #5.
I had pollfield 5.x-1.6 and cck-5.x-1.5, drupal 5.7
Comment #5
bryan kennedy commentedClosing this issue because of it's age and the lack of activity.