Would love to see this mod for 3.1

Hi,Wolfsblvt wrote:Sad that this request has no replys yet, this was a very helpful modification.
But you can be happy, I need that extension for my forum as well
And if there isn't one, I'll code it.
Maybe not today or in the next week, but it'll be done (:
So if you have any preferences or needs here, feel free. The more info I have the more my solution will match what you want.
Sounds interesting, although knowing the people on my forum they would get grumpy about that. I think a lot of people want to vote anonymous.Wolfsblvt wrote:Yeah, I know how that mod works, but I really missed some features.
For example the one mentioned in another request, to show who voted for wich option.
So I think I'll combine them to a full extension for polls.
Yes, and they should get that.sp3ctre wrote:Sounds interesting, although knowing the people on my forum they would get grumpy about that. I think a lot of people want to vote anonymous.
Awesome, sounds perfectWolfsblvt wrote:Yes, and they should get that.sp3ctre wrote:Sounds interesting, although knowing the people on my forum they would get grumpy about that. I think a lot of people want to vote anonymous.
As I thought of there should be another checkbox with "Show usernames who voted", so it will not be on every poll, just on the polls where the creator chose that.
And I'll also add a permission if you can see the voters, so you can play around with that as you want.
Code: Select all
<dd class="resultbar<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><div class="<!-- IF poll_option.POLL_OPTION_PCT < 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT < 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT < 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT < 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT_REL};">{poll_option.POLL_OPTION_RESULT}</div></dd>
Code: Select all
<dd class="resultbar<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><div class="<!-- IF poll_option.POLL_OPTION_PCT < 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT < 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT < 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT < 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT_REL};">{poll_option.POLL_OPTION_RESULT}</div><!-- IF poll_option.WHO_VOTED --><br/>{poll_option.WHO_VOTED}<!-- ENDIF --></dd>
Not pressing, but any idea when you'll be doing this? (roughly)Wolfsblvt wrote:Ye, but you should not modify the core.
That's the reason why I am going to make this an extension
I have a smoll extension I am woking on, and I have to change my old extensions. I'll do that next then.sp3ctre wrote:Not pressing, but any idea when you'll be doing this? (roughly)Wolfsblvt wrote:Ye, but you should not modify the core.
That's the reason why I am going to make this an extension
Dunno if I want to do that. Sounds okay, but very specific...vynsane wrote:One of our voting rules is that you must be a registered forum member BEFORE the contest announcement, so that unscrupulous people can't have their friends all register accounts and vote them up.
What do you mean? You can set an end date for the pollvynsane wrote:Would it be possible to implement an optional date field used to restrict voting to a specified date? The announcement is generally a month or two before the voting topic is created, so it couldn't just be the date of the poll topic creation.