Fieldtype, Module

Archived
Forum
(read-only)


For official support, visit the official support site »

VWM Polls

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Victor Michnowicz

     

Polls overview

Feature Request

zizther
zizther

This is a great add-on and i really enjoy using it.

Is it possible to have an area in the module that allows you to see an overview of all the polls with there results?

Thanks

Victor Michnowicz
# 1
Developer
Victor Michnowicz

This could easily be done with EE templates. Just make sure you do not supply an entry ID in the vwm_polls EE tag. This should then loop through all your polls.

{exp:channel:entries channel="polls" status="closed|open"}
{exp
:vwm_polls:poll field_id="{poll_1:field_id}" redirect="index"}
...
{/exp:vwm_polls:poll}
{
/exp:channel:entries}