PDA

View Full Version : Seperated poll


blur
09-30-2001, 09:46 AM
Is it possible to put a seperated "poll question and answer options" out of the forum, anywhere in the web site?

When a user votes he/she should see the poll first,

Next, he/she should click the "post reply" button and should in the forum

Is it possible? If it is how difficult is it?

tubedogg
09-30-2001, 02:36 PM
Please enter your license information in your profile (http://www.vbulletin.com/forum/member.php?action=editprofile). See the link in my sig for more info. Thanks!

blur
10-01-2001, 05:54 AM
I've wrote it?

Now

Can i have an answer?

blur
10-20-2001, 02:24 PM
I need a reallly simple solution:

I can put codes in the poll page manually.
When a user votes i need an action file. that's it.

I don't need an admin console or something like that

How can i do that?

blur
10-21-2001, 10:35 AM
I've wrote this:

<form action="http://www.arkitera.com/forum/poll.php" method="get">
<input type="hidden" value="85c01c985a2db222da14e3cf7243e077" name="s">
<input type="hidden" value="pollvote" name="action">
<input type="hidden" value="3" name="pollid">

<input type="radio" value="1" name="blabla1">
<input type="radio" value="2" name="blabla2">
<input type="radio" value="3" name="blabla3">
<input type="radio" value="4" name="blabla4">

</form>


And when i votes this Message appears:


The action you have attempted could not be performed as your session appears to be invalid. Click the below link to attempt this action again with a new session.
Try this action again!


What should be the wrong?

Note: Is anybody read this thread?

rylin
10-21-2001, 12:10 PM
you can't put a manual sessionhash and expect it to work

blur
10-21-2001, 04:15 PM
Ok,
This is what i can't...

How can i solve my problem?

Steve Machol
10-21-2001, 04:54 PM
I'm not much of a programmer, but wouldn't you just delete this line?

<input type="hidden" value="85c01c985a2db222da14e3cf7243e077" name="s">