Author |
Message |
|
yes it is possible.
Insert this:
That's quite simple you can change the part in bold.
|
|
|
you can store the Ip of the visitor in a database and check the database when the user tries to repost again and give him a notice like You have already voted.
|
|
|
try this if nth works:
echo $php_poll->view_poll_comments(1);
echo $php_poll->view_poll_comments(2);
echo $php_poll->view_poll_comments(3);
echo $php_poll->view_poll_comments(4);
|
|
|
you should change the :
$COMMENT = ($this->comments==1) ? "<a href=\"javascript:void(window.open('$pollvars[base_url]/comments.php?action=send&id=$poll_id&template_set=$this->template_set','$poll_id','width=800,height=600,toolbar=no,statusbar=no'))\">".$this->pollvars['send_com']."</a>" : '';
line in the file class_poll.php
|
|
|