Closed (fixed)
Project:
Pollfield
Version:
6.x-1.11-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Mar 2010 at 12:15 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent
Comments
Comment #1
mario_prkos commentedI will check it. Is this happen for anonymous and authenticated users?
Comment #2
mmkader85 commentedfor anonymous users
Comment #3
mmkader85 commentedHi mario_prkos,
This is the only poll in drupal suit the requirements of my new site under development.. So im eagerly looking out for the stable release of it.. coz, there are some minor issues here and there (1. if not option selected while voting, it is considering the first option as choice and voting it. 2.anonymous voting not allowed is actually allowing vote).. I will keep you posted on bugs/issues as and when i happened to face it..
Comment #4
mario_prkos commentedHi!
That is great. Good feed back is always welcome. I had pretty busy last week so I hadn't chance to check it. One thing witch will make me very happy is if you can help me to test it especially anonymous voting. There are new features in dev version which I worked for last month so it will be good to test it before I make release. I will deal with it this weekend and so keep in touch maybe I will need your assistance to track the problems.
Comment #5
mmkader85 commentedHi mario,
hope you are doing good. i have found one more problem. This module has greater impact on drupal_cache/cookie in unsigned state. on a signed in state its fine always. i have a block(generated from views) for pollfield which im showing in many pages. in one page it is showing only the results. i.e., the user has voted. on the other page it is showing the poll question and choices along with the result but after i cleared the drupal cache, it is showing only the results.
Comment #6
mario_prkos commentedYes, you are right drupal use page caching for anonymous users and sometime it just gives you page where you didn't voted yet. This will be handled in next release. You can put pollfield_clear($node); at the end of function pollfield_vote() this will clear cache automatically after voting.
Comment #7
mario_prkos commentedDo you still have problem with cookies and anonymous users beside this caching problem?
Comment #8
mmkader85 commentedbesides cache there is no problem for me..
Comment #9
nibblebot commentedfixed then?