asasd
adsadsg
I´ve got installed AdvPoll, and the first test votes seemed ok. Until I´ve noted that only Anon users were able to vote.
So I made possible for both anon and registered users the ability to cast a vote.
Since then the only people that coud actually vote were all registered ones!
Anon voters got the "You vote has been added" message, but the results dissapeared and those votes haven´t been counted at all!
I´ve reinstalled the module with Devel, and deleted the cache... but nothing happened, the issue is still there.
I´ve tag this as critical, as I cannot use this module at all. If this is a bug, I think it´s an important one, and if it´s not...
please S.O.S! :)
Thanks for your patience,
Rosamunda
Is it possible to add tags to advanced polls like in normal polls?
Thank you!
Is there a way to get a list of users who have voted in a certain poll without listing who they voted for?
I have a content type that tracks requests to distribute documents/information to researchers. I would like to be able to automatically create a simple Yes/No poll for each submission so that other members can vote on the requests approval.
Example, I create a new request #R100. I would like to have a poll automatically created with a question "Do you Approve of R100" Yes/No.
Perhaps I could put the poll in a block until the status field of the request changes from pending to approved/denied.
Any thoughts on how to accomplish this?
Thanks
how can I change the page polls to have all the polls full nodes instead of just the titles?
Is there a feature to remove a particular users vote? We have had a situation with various people registered with different usernames and then voting one particular option multiple times and want to remove them so they do not affect the result.
After update from beta4 to beta6 binary poll was incorrect converted
table advpoll_choices
was
nid label vote_offset
10 5 5
10 4 4
10 3 3
10 2 2
10 1 1
began
cid nid label weight writein
1 10 5 5 0
2 10 4 4 0
3 10 3 3 0
4 10 2 2 0
5 10 1 1 0
weight = old vote_offset, but must be cid = old vote_offset
Hi,
The statement at the project's page says that AdvPoll is replacement for Poll. Ok, how can I create a Yes/No exclusive (radio boxes, not checkboxes) poll. Is it possible or do I have to use Poll and AdvPoll modules simultaneously?
Regards,
teel
I have set up a binary poll with a few choices, and the ability to submit write-in votes. Users have permission to cancel their own vote, and can then resubmit a new vote. Maximum choices is set to 1.
I'm still trying to narrow down exactly what is happening, but I'm not much help when it comes to deciphering the code. Here's the scenario I'm running into:
User A submits a write-in vote for "X"
User B submits a write-in vote for "X" (same write-in as User A)
User A cancels their vote, then resubmits a new write-in vote for "Y"
User B now shows votes for both "X" and "Y", and both are counted in the results
User B ends up with two votes cast, one of which is for something they didn't even choose. This is obviously a showstopper for any serious poll that needs this configuration.
I'm not sure what the root of the problem is, though I wonder if it might be related to this issue: http://drupal.org/node/274533
The only workaround I've been able to think of at this point is to disable the permission for users to cancel their own vote. This is a minor annoyance in most cases, but I'm still left with an uneasy feeling after seeing this bug cause a blatant miscount.
I really hope this module can make it past the issues that have been showing up. The core Poll module is far too limited, but it seems the maintainer of this module has been AWOL for some time...
I'm putting together a voting system for a group, and they would like there to be either:
a. a confirmation screen after you press "vote" that lists who you voted for and then asks you to confirm.
or
b. a confirmation email sent to the user's email address confirming who they voted for (only registered users can vote).
Having both of these options would be ideal. I'd be willing to pay for the work to have these options added.
Thanks!
Hi, I had only one important poll with 30 votes in my site. I installed the advanced poll module and used the Advanced poll converter to convert the previous poll created with the core poll module. However, the resulting poll doesn't show the votes the original poll had. It still shows 30 votes, but the votes are distributed only among 3 options out of 8. The original poll had votes in 6 options out of the 8. Then, when I go to the "votes" page to see who voted what, I see only 20 votes, 13 of which show the voter, the other "voters" are seen like "X-1-7-10" (with some variations). I assume the fact that I added options to the original core poll module (after it was published and had some votes) may have something to do, although I'm not sure.
I did backup before converting the polls, but I can't just go back to the backup, since I'd lose too much other information. Is there a way to recover the original voting? No matter if I have to go back to the core poll module.
Thanks,
Yersin.
Hi, I've just added this module to replace the core poll module. The problem that I have is that I don't want anonymous users to see the last poll block; only logged users should see it. With the core poll module, this was no problem, since I just didn't give any permissions to anonymous users, but with Advpoll, even though anonymous users don't have any permission (the site is used as an intranet), they can see the last poll block. How can I prevent unlogged users from seeing the last poll block?
Thanks
Yersin
The cancel vote is deleting the database votes directly, causing a loss of the ability to track changes using the votingapi hook_votingapi_delete
After playing around for a day with caching issues, these hooks prove invaluable to ensure that the pages are flushed and other dependencies are recalculated.
Thx
I have a set of polls that site members can vote on, and the poll needs to stay open indefinitely, but I want anonymous viewers to be able to see the results. Currently with printing out my nodes on my polls page, all the anonymous viewer gets are the questions + "Login to vote". How do I create a page just for results, or configure it so that anonymous sees results?
Currently I'm just doing this to display a series of polls in succession on one page
<?php
$node = node_load('123');
print node_view($node, $teasers, false, $links);
?>
This patch does the following:
This seems to be the best module to direct this request. Is there any consideration to adding functionality similar to:
http://www.timetomeet.info/
http://www.meetwithapproval.com/
http://www.whenisgood.net/
http://www.scheduleonce.com/homepage.aspx
Basic scheduling applications to set up meetings.
As in [#/272445\
With postgresql (at least with postgresql 7.4) adding column with it's defaults/not null is forbidden.
ERROR:
# warning: pg_query() [function.pg-query]: Query failed: ERROR: adding columns with defaults is not implemented HINT: Add the column, then use ALTER TABLE SET DEFAULT. in /home/maho/workspace/longturn.org/includes/database.pgsql.inc on line 125.
# user warning: query: ALTER TABLE advpoll_choices ADD cid serial in /home/maho/workspace/longturn.org/includes/database.pgsql.inc on line 144.
Upgrading as in #272445: update_3 error : db_drop_column
Error: haven't copied, but it's about keys advpoll_choices_vote_offset_idx and advpoll_choices_pkey
With postgresql, they are automatically removed when column is changed.
patch attached.
Recent comments
1 year 38 weeks ago
1 year 38 weeks ago
1 year 38 weeks ago