MyBB Community Forums

Full Version: Public Poll: Give users the ability to see which user voted on which option(s)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
Public Poll: Give users the ability to see which user voted on which option(s). is not working
i want to know, whos users have voted, can u tell me ?
thank you  Blush
(2018-10-27, 07:51 PM)call911 Wrote: [ -> ]hi, i want to know, whos users have voted, can u tell me ?
thank you  Blush

Voted on what?

What poll are you referring to?
(2018-10-27, 07:59 PM)Serpius Wrote: [ -> ]
(2018-10-27, 07:51 PM)call911 Wrote: [ -> ]hi, i want to know, whos users have voted, can u tell me ?
thank you  Blush

Voted on what?

What poll are you referring to?

i want showing users who have voted in showresult polling sir
how to do that?

in here

/polls.php?action=showresults&pid=3

voters username are not showing
(2018-10-27, 08:02 PM)call911 Wrote: [ -> ]
(2018-10-27, 07:59 PM)Serpius Wrote: [ -> ]
(2018-10-27, 07:51 PM)call911 Wrote: [ -> ]hi, i want to know, whos users have voted, can u tell me ?
thank you  Blush

Voted on what?

What poll are you referring to?

i want showing users who have voted in showresult polling sir
how to do that?

in here

/polls.php?action=showresults&pid=3

voters username are not showing

During poll creation you have to select the public option
yes i have check it, but not working sir
(2018-10-28, 12:30 AM)call911 Wrote: [ -> ]yes i have check it, but not working sir

That is because BootBB is missing:

{$userlist}



In polls_showresults_resultbit find:

<div class="pollbar" style="width: {$imagewidth}%" title="{$percent}%"><span class="percent">{$percent}%</span></div></div>

Replace with:

<div class="pollbar" style="width: {$imagewidth}%" title="{$percent}%"><span class="percent">{$percent}%</span></div>{$userlist}</div>
THANK YOU SIR, VERY HELPED