Hello,

I have activated "Poll" present in Drupal's core and "Poll Enhancements". I have check the permissions for vote for visitors.

I have enabled the block for the last vote in my theme. The block is displayed when I'm loggued with user #1 and I can vote (on cancel the vote). But if I unlog me like a common visitor, the block is not more displayed.

Sure I have look to display the block to all roles.

I think it's a bug. Someone can help please?

CommentFileSizeAuthor
#4 2015-04-07_21-38-22.png24.55 KBfloown
2015-04-06_15-52-29.png19.78 KBfloown

Comments

dcam’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)

You 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?

floown’s picture

Yes of course, the "Most recent poll" directory.

dcam’s picture

Title: The pool's block is not displayed to anonymous visitors » The poll's block is not displayed to anonymous visitors
Status: Postponed (maintainer needs more info) » Active

Are 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.

floown’s picture

StatusFileSize
new24.55 KB

Yes 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.

floown’s picture

I have resolve my bug by adding these lines to my css for my theme :

#poll-view-voting {
display: block;
}

Very amazing, but it works ^^

floown’s picture

Status: Active » Closed (fixed)
floown’s picture

°

floown’s picture

Hello,

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 ?

floown’s picture

Status: Closed (fixed) » Active
floown’s picture

Ok I think it's a Poll Enhancements bug. I close.

floown’s picture

Status: Active » Closed (cannot reproduce)