Author |
Message |
29/01/2007 23:47:32
|
MikeI
Newbie
Joined: 26/01/2007 04:55:53
Messages: 3
Offline
|
Anyone know how to set up links to individual past polls?
|
|
27/03/2007 17:05:46
|
MikeI
Newbie
Joined: 26/01/2007 04:55:53
Messages: 3
Offline
|
Guess not.
Shame, this is very good polling script. Too bad there is zero documentaion or support.
|
|
27/03/2007 17:47:36
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Auron has written some tutorials on using the Advanced Poll.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
29/03/2007 20:43:11
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Here's how I did it, based on the sample in Demo 3:
1. Create a .php document to hold the code to list all the polls. (I named this file listpolls.php). It will list links to all polls, including expired:
I have my listpolls.php file in the root directory and not in the polls directory, which is why I needed to add poll/ to the path. If you put listpolls.php in your poll directory, it would be:
2. If you only want to link to certain polls, create a second .php document to list only the polls you want. (I named this file opinionpolls.php). Link to each poll as follows:
Or just include the links in any existing .php file.
|
|
|