Author |
Message |
25/09/2003 01:19:33
|
Anonymous
|
I have been using Advance Poll and its working great, but now I would like to list all the past polls on a single archive page so ppl can look back at the old polls and see the results.
Can someon please help me.
Thanks
|
|
25/09/2003 08:44:25
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Go to the poll admin section find the code that includes a poll by poll id.
Add this to your php page with all the poll id of the first poll and then the second and so on in multiple includes.
include...
echo poll_process(1)
include...
echo poll_process(2)
include...
echo poll_process(3)
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|