Author |
Message |
01/06/2005 15:51:14
|
Anonymous
|
Is it possible to set up something so that the people can see the comments written?
|
|
01/06/2005 16:32:35
|
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);
?>
|
|
10/05/2006 11:19:40
|
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.
|
|
05/06/2007 22:35:12
|
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 |
|
|