The polls tag has no wiki summary.
0
votes
0answers
7 views
How to hide “Visitor” field on poll result table?
The question says it all. I thought it was a view but it looks like it is not.
0
votes
1answer
279 views
Modifying Poll Template to have big buttons for voting
I am re-skinning the poll module for an iPad/tablets.
How can I make the poll module vote page have large buttons/images instead of radio buttons.
The template has <?php print $choice; ?>
and ...
1
vote
1answer
183 views
attach image to poll choice
I have a polls module that comes with drupal 7 enabled, But I need to attach an image filed to a choice, so when users add a choice to pull they get to add an image to it not to the node itself. is ...
2
votes
3answers
220 views
How can I remove the “Your vote was recorded.” message in the polls?
I need to delete the message "Your vote was recorded." when a user votes in a poll.
I tried comment the line containing drupal_set_message(t('Your vote was recorded.')) in the Poll module, but if I ...
0
votes
0answers
14 views
poll module record vote in 2 times
I have poll module enabled in my Drupal 6 website and the problem is that it requires the user to vote twice on the same poll to register their vote. On first submission the page reloads showing the ...
0
votes
0answers
14 views
Change number of default options on polls
Normally when a new poll is created, it has 2 options as a default, and I would like more.
How to can I change the number?
1
vote
2answers
57 views
anonymous voting using poll module invalidates cache
I am not sure if this is a common problem. I use drupal 7 site with caching enabled. One of my pages is a simple poll. After anonymous voting, all cached pages are invalidated for current user. The ...
0
votes
0answers
28 views
more than one vote for single as well as guest users
I am using Drupal 7 with my custom theme. I have enabled core poll module and create poll form content and it will display on my desire place. but when any one can vote it will display result this ...
1
vote
0answers
34 views
poll results used in views
Is it possible to use poll results inside views? Creating view and relationship to vote results I get 0 no matter what. My aim is to display poll results using 3rd party charting app.
Thank you
0
votes
0answers
57 views
Create Poll contents type
needed to create some content types that have a field that creates a vote, as a poll.
Have you tested the modules and Advanced Poll Pollfield but as yet there is not a production version-these contain ...
0
votes
0answers
8 views
Polls system with reusable questions and full i18n support
Could someone give me any advice about creating polls system with reusable questions and full i18n support? Is there a module good as base for that kind of functionality? Or I should create my own ...
2
votes
1answer
89 views
Poll in two languages
I've installed Poll Core module in Drupal 7 trying to display the same poll with the same result in two languages (English and Arabic) but Drupal treats each one as a separate poll with different ...
0
votes
1answer
37 views
Poll module for blogs
I have a blog that needs a poll attached to it. I've looked at a few modules, but they seem to be buggy.
Any suggestions on a good poll module or methodology?
2
votes
0answers
115 views
Poll choices are not multilanguage supported
Hi I have installed poll and i18n_auto with gTranslate modules,
Both are cool, But the translation occurs only for Poll title and Poll Body not for choices.
Is it possible to translate the choice ...
0
votes
0answers
46 views
Can I print a poll widget in an view? Drupal 7
I'm trying to print the widget into a view. The idea is to build a block to print the poll.
I'm looking for the option to print the widgit to vote, or the results of the votes. But I don't find the ...
2
votes
0answers
359 views
How to add a poll to a node?
Im on d7. I want my users to have the ability to add a poll to their articles, so they can write something and at the end ask a multiple choice/yes no question for other users to respond to. Any ...
0
votes
0answers
71 views
How do I alter the Poll module's functionality?
How do I alter the Poll module's functionality in Drupal 7?
I put two template files in the theme folder, without changing the module's code
For the functionality, where can I use the alter ...
0
votes
1answer
131 views
How can I open Poll for Anonymous users?
I wonder how I can open my poll for everyone including anonymous users, not just registered users.
2
votes
2answers
42 views
Can I run 2 active polls on my site?
We have a regular poll on our homepage, which I set up by selecting 'most recent poll'.
However, I want to add a different poll on a seperate page on my website. Can I do this? I can't find polls as ...
1
vote
1answer
36 views
How do I keep the cron from removing a poll from my front page?
I am running Drupal 6 and cron from my crontab. I created a poll on a site that I have inherited and moved it into the first sidebar where it appeared until the cron ran. I can duplicate this (cron ...
0
votes
0answers
66 views
I want to add a poll to blog posts in a similar fashion that BleacherReport.com does
I'm trying to figure out a way to add a poll in the flow of a blog post in a similar fashion that they do over at bleacherreport.com. I've created a new field in my blog content type for node ...
1
vote
1answer
55 views
How do I show the latest poll user hasn't voted on, yet?
When an authenticated user has voted on a poll, I would like to show the next poll where the user hasn't voted on.
How should I implement that?
1
vote
2answers
155 views
View poll *results* as anonymous user doesn't allow access
Has anyone come across this problem before? When an anonymous user tries to view the current poll results (from the current poll block) they get an ACCESS DENIED error. However, if they view the poll ...
1
vote
1answer
249 views
get node creation date in a view
I'm trying to get a nodes "poll" created date and how much time it has until it closes in a view.
but having a problem reaching that information for the available fields, I tried to create a relation ...
1
vote
2answers
102 views
requesting suggestions on using core poll module
I'm working in Drupal 6.22.I have a peculiar requirement with my poll module as below
Display the most recent poll block such that anonymous user could
vote in it.
Once the user has voted display ...
0
votes
1answer
201 views
Ways to implement auto voting feature on a content type?
I have a content type called "articles". A user adds a new article and other users on the site can vote for the article. I am using the Drupal default poll module. In order for this to work, I have ...
2
votes
1answer
494 views
How to always show Poll results on most recent poll block?
I want to make a block that shows a poll that shows the results and with a link to vote to that particular poll.
It seems that the default most recent poll shows the results if the user doesn't have ...
0
votes
1answer
530 views
Trouble theming poll block in Drupal 6
I wanted to be able to control the layout and containers for all elements (choice,title,vote etc) inside my poll block and decided to add my own template for the same.
Like any noob, I checked the ...
0
votes
1answer
400 views
How to beautify Drupal polls
I want to add some color and formatting to the polls at my site poll but the problem is that it seems Drupal is not adding any special ids or class for this poll.
Then how can I target the poll ...
4
votes
2answers
2k views
Does poll not allow multiple anonymous votes?
We're having a problem with the core poll module on drupal 7. We have a poll that we want anonymous users to be able to vote on. There is currently one anonymous vote, and now anonymous viewers only ...
0
votes
0answers
123 views
Rating result of polls also show in star?
I create a simple poll and trying it's result also show in star like five star rating automatically. how can i do this i am using drupal 6
1
vote
2answers
208 views
Change default messages from Poll?
We're running the core Poll module on our site, and we'd like to change the default messages that it generates. I'm meaning stuff like Your vote could not be recorded because you did not select any of ...
1
vote
1answer
262 views
Link to latest poll?
I set up my poll tpl file to include the poll fields (form, results, etc) along with a list at the bottom for the previous polls, ordered by date. What I am trying to do is, from the main menu, link ...
3
votes
2answers
344 views
Different bar colors for each poll choice?
I know how to change ALL of the bar colors - but how do I code it so each choice bar is a different color? I basically just need code to append the number to the "bar" class, so it would read "bar-1" ...
1
vote
1answer
1k views
How can I remove old polls/results in Drupal 7?
How can I remove the links to old polls and results in Drupal 7? I unset view results for anonymous users, but they still can view results. I'd like to remove the link to old polls and poll results in ...
