Author |
Message |
24/01/2003 22:33:30
|
Anonymous
|
Hi there,
maybe someone can help me with this:
Is there a way of telling Advanced Poll in which frame it has to display the result list after pushing the "Vote" button?
I'd like to dispay question and results in the same frame.
Any help is greatly appreciated!
Cheers...
|
|
27/02/2003 01:11:14
|
Anonymous
|
I'm looking for the same answer too
|
|
27/02/2003 02:31:43
|
Anonymous
|
Yes how do you get the results to show up in the same frame after the person has clicked on vote. I changed the line at the bottom of the template in admin mode so that the View Results link had the target=_self attribute so now it looks like this:
<a target=_self href="rightmenu.php?action=results&poll_ident=4">View results</a>
But I can't seem to find how to get the Vote button to act the same way. Now because the results page loads up in another frame, the middle one, the person can vote again and again and again because the poll_cookie.php file doesn't seem to work....
Help us!!!
And a little suggestion: Add a FAQ to this website because searching on the forums is a bitch since nobody replies with answers but everyone writes questions...
A great script, probably lots of work for whoever created it, but I think an extra 15-20 minutes to add a little FAQ or maybe a more detailed Readme file in the install would solve lots and lots of problems for us php n00bs
|
|
07/04/2006 02:30:32
|
mouchacho
Newbie
Joined: 07/04/2006 02:22:47
Messages: 2
Offline
|
Got the same problem, if you find the solution please post here.
|
|
08/02/2007 22:23:19
|
General Vam'Pyr
Newbie
Joined: 08/02/2007 22:21:22
Messages: 2
Offline
|
Yep I also have this issue,
In the admin tool change the Template display_head code to something like the following
<form action="blah.php" method="post" target="_parent">.
|
General Vam'Pyr |
|
|