Re: VB 3.6 & VBA Recent Threads - Polls Module Issues
I figured out how to fix for the "poll results" block.
Apparently they changed the vbphrase for the "Voters" phrase, so I changed the phrases (listed below) in the adv_portal_poll template to fix the issue:
Find:
$vbphrase[total_votes]
Change to:
$vbphrase[voters]
|