Author |
Message |
25/05/2002 04:39:13
|
Anonymous
|
Okay, so I installed the textfile version of this poll. It looks great BUT I have a few bugs...
1) I'm using the default template and when I view the results, there's no graphical bar appearing, just numbers like 50% blah blah....
2) I decided to do something like reset the poll and when I tried to revote, it said I already voted... How can I fix this?
|
|
25/05/2002 15:24:13
|
Anonymous
|
DONT U UNDERTSAND WHY ITS CALLED A TEXTY VERSION
cos its in text format!! no graphical bits!
sorry to say but darhh!!
|
|
28/05/2002 12:56:35
|
Anonymous
|
No, the textversion means that the data from the polls are saved in TEXTfiles. So the fact that the grpahical bars aren't there is another error.
Don't be such a pain the ass......
I have the same problem. Can Someone help?
url: http://www.ucfaceoff.nl/poll/poll.php
|
|
28/05/2002 14:57:52
|
Anonymous
|
i'm not sure but maybe this helps:
class_poll.php
line 299:
$top_pos = (int) ($this->maxvote);
line 302:
$top_pos = ($this->total_votes==0) ? 1 : (int) ($this->maxvote);
|
|
|