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 
Can't Vote... But see results.  XML
Forum Index » Support Forum
Author Message
Validus
Newbie

Joined: 16/10/2002 10:54:01
Messages: 2
Offline

  1. <?php  
  2. // Important! You have to include it before your html code  
  3. include_once "/home/kkraft/busyporn/poll/poll_cookie.php";  
  4. ?>  
  5.   
  6. <html>  
  7. <body>  
  8.   
  9. <?php  
  10.   
  11. /* path */  
  12. $poll_path = "/home/kkraft/busyporn/poll";  
  13.   
  14. require $poll_path."/include/config.inc.php";  
  15. require $poll_path."/include/class_poll.php";  
  16. require $poll_path."/include/class_pollcomment.php";  
  17.   
  18. $php_poll = new pollcomment();  
  19.   
  20. /* poll */  
  21. $php_poll->set_template_set("plain");  
  22. $php_poll->set_max_bar_length(125);  
  23. $php_poll->set_max_bar_height(10);  
  24. echo $php_poll->view_poll_result(1);  
  25.   
  26.   
  27. /* poll comments */  
  28. $php_poll->set_template("poll_comment");  
  29. $php_poll->set_comments_per_page(5);  
  30. $php_poll->set_date_format("d/m/Y H:i");  
  31. $php_poll->data_order_by("time","desc");  
  32. echo $php_poll->view_poll_comments(1);  
  33. echo $php_poll->get_comment_pages(1);   
  34.   
  35. ?>  
  36.   
  37.               
  38. </body>  
  39. </html>  


This.. doesn't work.. and I have NO clue why... deleted the cookies... refreshed... reset the log thing.... just can't vote.. but.. can see results..

anybody?
[ICQ]
Anonymous



you can't vote,, it's because you didn't require the DB Class.. class_mysql.php or class_pgsql.php ....

well i have the same problem .. but in my case i can't vote and i can't view the results.. i only can Post comments .. view comments and view the Vote Form..! that's it .. i donno why i just can't vote / view votes..
Anonymous



Same here... It makes a click sound as though the vote is cast, but no vote placed or shown in results. Weird, because this feature had been working for the past 5 months. Thought maybe someone had messed with directory or file permissions, but it all seems right. Dunno whats up with that. Did you ever figure it out?
Anonymous



I can't vote too, but I saw your script; maybe you should put, instead of
echo $php_poll->view_poll_result(1);
,
something about poll process?
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum