View Single Post
  #2  
Old 08-05-2006, 04:50 PM
gatorsfootball gatorsfootball is offline
Member
 
Join Date: Feb 2005
Location: Atlanta, GA
Posts: 60
Default 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]
__________________
Visit us at
www.the-armory.net
Reply With Quote