Author |
Message |
25/05/2004 20:05:15
|
Anonymous
|
How can I display the comments to the newest poll and not for one special poll-id?
The phrase
echo $php_poll->get_comment_pages(newest);
does NOT work while
echo $php_poll->poll_process(newest)
does work.
Is there any possibility to always show the comments for the newest poll?
Thank you
BigMac
|
|
25/05/2004 20:34:48
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
doesn't the word newest have to be in double quotes? (")
Have a look on the free scripts page -> adv. poll -> demo.
- Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
25/05/2004 20:44:06
|
Anonymous
|
Hi!
That also doesn't work!
Any more ideas?
BigMac
|
|
25/05/2004 20:51:35
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
I don't know if you can just add newest to it but this is the code you use...
(Its not much hassle to just change the numbers every time you have a
new poll, which be very often as you have to allow a lot of time for people to vote.)
- Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
25/05/2004 20:56:09
|
Anonymous
|
Hi!
This code is working on my homepage correctly. I just wanted to have less work as I have a poll of the week on my site and I don't want to change the IDs every week.
Greetings
BigMac
|
|
|