Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorJazzman
    • CommentTimeJul 13th 2006
     # 1
    Add a poll to your Vanilla forum

    NOTE: You have to turn on Poll Management by going to your Roles & Permission section.

    Version 1.3 - 06.09.2006, Jazzman
    - Non discussion Polls won't show a notification anymore
    - You can now remove a single poll you don't want to vote on instead of turning off the notification system
    - Unauthenticated users (guests) can now see poll results if allowed
    - New language definition function used (SetDefinition)
    - Changing poll results now requires a role permission
    - Fixed bug where it save settings file every page load
    - Poll data is now sorted by PollDataID
    • CommentAuthormallow005
    • CommentTimeMar 8th 2007
     # 2
    Is it just me, or does "Add a poll to this discussion" not work? I will look into it.
    •  
      CommentAuthoremsef
    • CommentTimeMar 20th 2007 edited
     # 3
    Any reason why editing a poll re-orders the items in it?

    edit: solved by upgrading to 1.3
    •  
      CommentAuthoremsef
    • CommentTimeMar 28th 2007 edited
     # 4
    Could "Show active Poll in Panel" default to on/yes/checked?
    • CommentAuthordeepspace
    • CommentTimeMar 28th 2007
     # 5
    For some reason Members do not see the poll only admin. I have checked show active poll in panel option. What am I not seeing? Thanks-
    •  
      CommentAuthoricouto
    • CommentTimeMar 28th 2007
     # 6
    @emsef: if you figure out how to default to 'yes', please post your solution here! :-)

    @deepspace: when you create a poll, you have to tick the member roles that will be allowed to view/use the poll. Make sure that you have done that, or your users will not be able to use the poll.

    @Jazzman: I hope you are still around! The Poll extension is pretty crucial to my forum, and I am praying that at some stage in the near future, the following features will be added:

    1) CLOSING A POLL: the admin should be able to manually close a poll, so that no further voting is allowed.

    2) AUTO-CLOSING A POLL: the ability to have time-restricted polls, ie. polls that automatically close by a certain date

    Right now, there is no way to 'close' a poll, so the only way to stop people from continuously voting in it is to post the results, and DELETE the poll altogether.
    • CommentAuthordeepspace
    • CommentTimeMar 28th 2007
     # 7
    Thanks icouto but I already had that. I deleated the pole and started fresh even letting banned have access but still nothing. I looked at the permissions and such but really see no where else I could make changes. maybe a fresh install odf the whole thing. Cheers!
    •  
      CommentAuthoremsef
    • CommentTimeMar 29th 2007 edited
     # 8
    @icouto: what I did was change the logic for displaying the poll (inverted using !) and then changed the preference to say "Hide active Poll in Panel". So the poll is enabled/shown by default, and you have to opt out using the preference.

    Here's how:

    default.php: line 87
    if( !$Context->Session->User->Preference('ShowActivePoll') ) {
    conf/language.php: line 6
    $Context->SetDefinition('ShowActivePoll', 'Hide active Poll in Panel');
    Works well for me. :)
  1.  # 9
    Is it at all possible to allow everyone to VIEW the poll, but only allow certain groups to participate in the poll? This is a huge issue right now for me because a certain roll of people on my forum vote people in, and I'd like the people trying to get in to be able to see the voting numbers, however they shouldn't be able to vote.

    Is this possible with the extension or is it something completely out of it's scope?

    Thanks!
    •  
      CommentAuthoricouto
    • CommentTimeApr 3rd 2007
     # 10
    @emsef: thank you for the tip! I'll try it out.

    @Joshua: hmmm, that would be useful, wouldn't it?...
    • CommentAuthorKeith
    • CommentTimeApr 3rd 2007
     # 11
    I'm getting the same display problems - only admin can see it in the panel.
    •  
      CommentAuthoricouto
    • CommentTimeApr 5th 2007
     # 12
    @Jazzman! Where are you? We miss you!!! :-(
  2.  # 13
    I'd like to be able to disable the Show Poll in Sidebar option completely and disable it for the whole forum so no polls attached to discussions are shown in the sidebar. It's unlikely that in a community for artists something like "global polls" will ever be needed.

    I want to disable the poll notification on top of the page as well. When talking about contests/art battles where two images compete, that could make sense. But if someone is attaching a poll to his discussion like "do you like my picture?" or someone starts a poll to determine which gaming console is the best one (entering a starting value is absolutely useless in my opinion :( it's rather causing harm than doing any good), being notified about that might get on someone's nerves :) I'd like to check the default setting (with notifications turned on) out, but if that's just bugging I'd like to eb able to turn it off as well.

    Just my 2 cents, or so :D
    •  
      CommentAuthoremsef
    • CommentTimeApr 13th 2007 edited
     # 14
    you can also now use my extension Global Preference Setting to switch on Poll, or change any preference, for all users.
    •  
      CommentAuthordkodr
    • CommentTimeApr 16th 2007
     # 15
    Is there a way to automatically show the latest poll in the sidebar so that it would become the "active" poll?
    •  
      CommentAuthoricouto
    • CommentTimeApr 17th 2007 edited
     # 16
    @lipa: the poll that the user sees on their sidepanel is whatever poll they are authorised to see, and which is closest to the top of the polls list. So, you control which poll will appear on the sidepanel, by putting it at the top of the list.
    •  
      CommentAuthordkodr
    • CommentTimeApr 17th 2007
     # 17
    Yeah, I know that... but it would be much more convenient if the newest poll was added to the top, not the bottom of the list (as it is now). And that would solve my problem.
    • CommentAuthorjfischer
    • CommentTimeMay 11th 2007 edited
     # 18
    Never mind, needed to merely log out and log in again to see changes
    •  
      CommentAuthorVaz
    • CommentTimeMay 24th 2007
     # 19
    I installed this extention & then uninstalled it however the user permission selection bit is still there. How can I remove it?
  3.  # 20
    You cant. You'll find that happens with all extensions which add permissions.
    You can actually get rid of it if you do some digging in the database but that's a lot of work. Unfortunately that's one of the main weaknesses of vanilla.
    • CommentAuthorDavidK
    • CommentTimeJun 11th 2007
     # 21
    Is it just me, or does this not work with pretty URL's at all?
    • CommentAuthorjheiselman
    • CommentTimeJul 13th 2007 edited
     # 22
    I would like to see just a few features.


    • Closing a poll on a given date

    • Closing a poll on demand (by the creator or an admin)

    • Global preferences for poll management (i.e. which groups are allowed to participate). Right now, every new poll allows banned and unauthenticated users to vote

  4.  # 23
    I think you might have forgotten one line in the language.php file:

    $Context->SetDefinition('Poll', 'Poll');

    You have:
    $Context->SetDefinition('Polls', 'Polls');

    ...but not the first one. Or atleast it was missing from my zip-file :)
    Thanks a bunch for the script! :D

    p.s. my first post, be gentle :P
  5.  # 24
    Thanks, I tried the bbcode version but it didn't work, and I haf to leave my comp.
    I'll do better next time ;)
    • CommentAuthorlittlehuw
    • CommentTimeOct 12th 2007
     # 25
    I have major issues with Vanilla 1.3 and Firefox where the poll results are floating over the text and makes it look really messy. This happens both in the side bar and in the discussion where the poll is embedded. Works and looks great in IE7. Forum at http://lgbthistorymonth.org.uk/Forum if you are able to check it out.
    Would really like to continue to use the poll but if I don't get this fixed it will have to come down.
    Any help greatly appreciated, TIA
    Huw
    • CommentAuthorlittlehuw
    • CommentTimeOct 12th 2007
     # 26
    See this thread for fix

    http://lussumo.com/community/discussion/7109/firefox-browser-text-overflow-on-poll-results-and-more/#Item_8
    •  
      CommentAuthorchaoskaizer
    • CommentTimeOct 13th 2007 edited
     # 27
    Good job on making this addons thought I having some prob with it.

    Error return while clicking on "Add poll to this discussion" at the panel ..

    404 Not Found

    The requested URL /extension/12/?PostBackAction=Poll does not exist.


    Im using sef on vanilla 1.1.3

    [-edit-]
    i found the fix Fixed SEF for poll
    • CommentAuthorSasquatch
    • CommentTimeNov 4th 2007
     # 28
    I downloaded and installed Poll extension. Added permissions. Created Polls. Nothing shows up in the sidebar, there is no "add poll to this discussion" button. Whats up?? I need some polls! :) Please help.
    • CommentAuthorSasquatch
    • CommentTimeNov 5th 2007
     # 29
    anyone...anyone....anyone....
    • CommentAuthoracctman
    • CommentTimeNov 9th 2007
     # 30
    does this even work?
    •  
      CommentAuthorconradslater
    • CommentTimeNov 15th 2007 edited
     # 31
    Someone posted this on may forum today

    I think there should be a sign on each topic with a poll should have a "[Poll]" mark. Like when a topic is closed. It says "[Closed]". If a topic with a poll is closed, then the "[poll]" mark shall disappear and become a "[Closed]" marked topic. This would help people who have their forum poll preference off know which polls to vote on and which ones bot to. Catch my drift?


    I have to agree it would be rather useful

    also - there are perhaps 50 active polls on there now so when new people join they are bombarded with a huge list of notifications forcing them to switch off the notification feature. Is there anything I can do to default it to off - or just disable notifications altogether
  6.  # 32
    Is there a way to capture who voted, and what they voted for in a poll?

    This would be EXTREMELY useful to me.

    Thanks in advance
  7.  # 33
    Bump. Anyone using this, and know if there is a way to capture who voted, and what they voted for in a poll????
    •  
      CommentAuthorgiraut
    • CommentTimeFeb 18th 2008
     # 34
    I'm using Poll 1.3 and it shows up and it shows not up - I cannot even see any real system which user can see the poll and which user not. Just now I have a test-poll started as Admin and: the users can vote, but Admin can't, though the Poll has been made open for ALL. This is very strange.
    So, not working extensions up to now:
    Poll 1.3
    Captcha 0.2.1a
    I'm just having Vanilla on a test-installation and not yet as a final instalation on my real webspace.
    SInce I liked to use Vanilla but am desperately in need of both captcha an poll I'm very unsure whether to use Vanilla.
    Looks great, is fast, the board is fine, but the extensions aren't easy enough to handle.

    Here is the test installation: http://schwert.sc.ohost.de/Vanilla/Vanilla/index.php
    If you want to log in: (username/password) tester/tester
    •  
      CommentAuthoricouto
    • CommentTimeMar 9th 2008
     # 35
    Development of this module seems to have been abandoned.

    This is a great shame, as there is no other alternative to give a poll functionality to Vanilla. It would be wonderful is someone were to take up this project, and implement the fixes and features necessary to make it current again.
    •  
      CommentAuthorADM
    • CommentTimeApr 13th 2008
     # 36
    Any idea on how I can get the poll displaying on the blog addon?

    I've added extension.php to the correct selfurl and still it doesn't show up. Other extensions show up on the page, except this one.
  8.  # 37
    Yeah, I'd like to see this continue to be developed as well.
    • CommentAuthorwohoo
    • CommentTimeMay 26th 2008 edited
     # 38
    also - there are perhaps 50 active polls on there now so when new people join they are bombarded with a huge list of notifications forcing them to switch off the notification feature. Is there anything I can do to default it to off - or just disable notifications altogether


    Yup, this is the number one problem with this. But instead of disabling the feature by default for new users(after enabling, what could be hundreds of poll notifications are still shown), could it be possible to only show notifications for polls that have been created in the past week for example?

    Can anyone with the proper knowledge do this and perhaps revive this great extension because as it stands, the extension unusable because of the notification issue.
    • CommentAuthoranmaxp
    • CommentTimeMay 26th 2008 edited
     # 39
    I'm with wohoo on this one. any fix available?
    • CommentAuthorwohoo
    • CommentTimeMay 28th 2008
     # 40
    And if not a fix, how could the notification part be removed from this extension?
    •  
      CommentAuthorrayk
    • CommentTimeMay 28th 2008
     # 41
    How would I mod this extension to get rid of notification completely?
    • CommentAuthorfuge
    • CommentTimeJun 13th 2008
     # 42
    I've contacted the author and will let you guys know the status of this cool extension as soon as he replies.
    •  
      CommentAuthoricouto
    • CommentTimeJun 18th 2008
     # 43
    @fuge: thank you. Browsing through this thread, you will see that there are a few rather *major* issues with the Poll extension, which really need to be solved in order for it to be truly useful, including:

    * being able to CLOSE the poll
    * being able to turn off notifications

    Many thanks in advance for keeping us up-to-date with what's happening with this.
    • CommentAuthormr_pat
    • CommentTimeJun 20th 2008
     # 44
    How can I use "Global Preference Setting" to set "Turn off Poll Notifications" of all my users to off
    • CommentAuthorwetcircle
    • CommentTimeJul 18th 2008
     # 45
    this addon would be perfect if only there was the option to show/hide results without having to actually vote. could someone help me with modification?
    • CommentAuthorHorton
    • CommentTimeAug 11th 2008
     # 46
    "How can I use "Global Preference Setting" to set "Turn off Poll Notifications" of all my users to off"'

    Wow do I need this too!
    • CommentAuthorHorton
    • CommentTimeAug 15th 2008
     # 47
    I think we (I) just need the text to use the tool. SInce I am no a Php programer, Global Preference Setting is kinda useless. It is cool but am just a silly user....
    • CommentAuthormiquel
    • CommentTime3 days ago
     # 48
    how is it going, wetcircle?
Add your comments
    Username Password
  • Format comments as