Quote:
Originally Posted by RapCheck
alright... new problem
Polls arent working for me. I have it set to random, and they come up fine, but when you press the button to vote it says no thread specified.
|
Starnge, they work for me with vB3 Gamma and vBi RC3. Try the following change to your vbindex_poll template:
Find:
HTML Code:
<input type="hidden" name="pollid" value="$pollinfo[pollid]" />
Add after:
HTML Code:
<input type="hidden" name="threadid" value="$pollinfo[threadid]" />