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 
Comment In Advanced Poll  XML
Forum Index » Support Forum
Author Message
Anonymous



Is it possible to set up something so that the people can see the comments written?
Anonymous



i looked on the demo files used but didnt work just got fatal error

<?php

/* path */
$poll_path = "my path";

/* poll comments */
$php_poll->set_template("poll_comment");
$php_poll->set_comments_per_page(3);
$php_poll->set_date_format("d/m/Y H:i");
$php_poll->data_order_by("time","desc");
echo $php_poll->view_poll_comments(1);
echo $php_poll->get_comment_pages(1);


?>
shachi
Newbie

Joined: 27/04/2006 10:02:38
Messages: 4
Offline

yes it is possible.

Insert this:


That's quite simple you can change the part in bold.
lyndalijun
Newbie

Joined: 05/06/2007 22:31:52
Messages: 4
Offline

Please forgive me if this is stupid question, I'd like to show comments, but where should I add the code you just suggested? Thanks

Lynda
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum