Apply poll result action for public votes to each bar

Apply poll result action for public votes to each bar

Paul B

XenForo moderator
Staff member
Brogan submitted a new resource:

Apply poll result action for public votes to each bar (version 1.0) - Make it easier to click to see who voted for which option

The majority of my members have no idea how to check who voted for which option in a public poll, despite me telling them over and over again.

Only having the click action on the total votes makes it easy to overlook and difficult to click.

To apply the click to the shaded portion of each option result, edit the poll_block_result template as follows:

Code:
<td class="barCell">
    <span class="barContainer">
        <xen:if is="{$poll.public_votes}">
            <a href="{xen:link...

Read more about this resource...
 
Have attempted to apply this several times via TMS but it does not take. Are you using TMS or direct editing the template?
 
Just can't get it to work on my site whether I have xenPorta enabled or disabled, via TMS or direct edit. Oh well, maybe it's something their will go as a core feature.
 
Top Bottom