Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
15/02/2003 15:45:07
|
Anonymous
|
Hey there,
Yesterday I installed Advanced Poll 2.0.2 on my site. Setup and everything went smoothly, and I created my first poll. To display the poll on my site, I used this code:
<?php
include_once "/***/***/poll/booth.php";
echo $php_poll->poll_process(4);
?>
Of course, the * are changed with the real path on my site.
Anyway, when people either vote or click on 'view results' they are taken to the same page, and the poll is now showing the results. But how the heck to do I get it to display comments aswell? I have tried much tweaking, but cannot get it to work.
BTW, I use the default template, if that's of any help.
|
|
15/02/2003 15:46:43
|
Anonymous
|
Maybe I should mention that I run the MySQL database version of the script.
|
|
|
|
|
|
Based on the open source JForum
|