If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: shachi
Forum Index » Profile for shachi » Messages posted by shachi
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&amp;id=$poll_id&amp;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
 
Forum Index » Profile for shachi » Messages posted by shachi
Go to:   
Based on the open source JForum