The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
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? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#3
|
|||
|
|||
|
I've wrote it?
Now Can i have an answer? |
|
#4
|
|||
|
|||
|
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? |
|
#5
|
|||
|
|||
|
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? |
|
#6
|
|||
|
|||
|
you can't put a manual sessionhash and expect it to work
|
|
#7
|
|||
|
|||
|
Ok,
This is what i can't... How can i solve my problem? |
|
#8
|
||||
|
||||
|
I'm not much of a programmer, but wouldn't you just delete this line?
<input type="hidden" value="85c01c985a2db222da14e3cf7243e077" name="s"> |
![]() |
|
|