Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.

Minichan

Topic: What type of water are you

Live&Lemon started this discussion 3 weeks ago #136,644

?
Poll option Votes Percentage Graph
- 0%
- 0%
- 0%
- 0%
1 33%
- 0%
- 0%
- 0%
1 33%
- 0%
- 0%
1 33%

Anonymous B joined in and replied with this 3 weeks ago, 2 minutes later[^] [v] #1,450,175

RIGHT IN: Penis water.
Cums in two types.

Mr. Bloody Lemonade !0JqexkOGBc joined in and replied with this 3 weeks ago, 26 minutes later, 28 minutes after the original post[^] [v] #1,450,184

I have hard water and my sink is slowly fossilizing before my very eyes.

Anonymous E joined in and replied with this 3 weeks ago, 8 hours later, 9 hours after the original post[^] [v] #1,450,258

write-in:

Anonymous F joined in and replied with this 3 weeks ago, 16 hours later, 1 day after the original post[^] [v] #1,450,396

These polls should put #1 at 100% bar filled so it doesn't waste most of the space.

Anonymous F double-posted this 3 weeks ago, 6 minutes later, 1 day after the original post[^] [v] #1,450,397

The poll bars fill widths are computed by client-side code from each option’s votes divided by the total votes.

I'd make a stylesheet, but since CSS can’t recompute “relative to the max” across sibling options, the admin must change the calculation to normalize to the maximum option:

- Find the poll-rendering JS (or template) that sets the bar width from `votes / totalVotes * 100`.
- Replace `totalVotes` with `maxVotes = max(votes for all options)` and set `fillPct = votes / maxVotes * 100`.
- Keep the rest of the rendering the same; this ensures the leading option becomes 100% and all others scale relative to it.
:

Please familiarise yourself with the rules and markup syntax before posting.