Closed (cannot reproduce)
Project:
Drupal core
Version:
7.36
Component:
poll.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2015 at 14:31 UTC
Updated:
12 Aug 2015 at 11:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dcam commentedYou need to provide more information. First of all, which block are you talking about? Is it the "Most recent poll" block that comes with the core Poll module?
Comment #2
floown commentedYes of course, the "Most recent poll" directory.
Comment #3
dcam commentedAre you able to access the poll nodes directly as an anonymous user? For instance, can you access them by entering node/# into the browser's address bar?
There is a node access check on the block's query. What I'm wondering is if you don't have the node permissions set correctly. I can see that you set the Poll module permissions, but if you can't access the Poll nodes at all while anon then you need to check the permissions under the Node heading.
Comment #4
floown commentedYes I can access to the node with anonymous user.
Here is the node : http://www.publicitem.pro/vous-venez-nous
I have add the screencopy of the permissions for the block. Sure, it's the same I check all cases than I check none of them.
Comment #5
floown commentedI have resolve my bug by adding these lines to my css for my theme :
#poll-view-voting {
display: block;
}
Very amazing, but it works ^^
Comment #6
floown commentedComment #7
floown commented°
Comment #8
floown commentedHello,
In fact I have always a problem with the Poll module from the Drupal's core.
Look here : http://www.publicitem.pro/question : the choices are not displayed.
Is it a problem with Poll Enhancements or Poll ?
Comment #9
floown commentedComment #10
floown commentedOk I think it's a Poll Enhancements bug. I close.
Comment #11
floown commented