Author |
Message |
20/10/2002 18:54:20
|
Anonymous
|
Hello, I downloaded and installed your script Advanced Poll on my site (visible on the left with http://www.battlefield1942-fr.com) but the problem it is that when the visitors click on "vote", it opens a new page with the statistics. Me I would like that it opens stastic survey in the same page (thus the banner page) Merci in advance, my problem is rather urgent because I must launch my site soon!
|
|
20/10/2002 21:31:32
|
Anonymous
|
PLZ respond me its very important for me!!!
|
|
21/10/2002 17:40:31
|
Anonymous
|
HELP ME SHIT !!!!!
its you script or not ???!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I HAVE NEED HELP
|
|
28/10/2002 10:17:57
|
Anonymous
|
this support and comunity suck !!
'fucker
|
|
16/11/2002 10:44:23
|
Anonymous
|
I want too it to open to same frame
|
|
17/11/2002 15:17:58
|
Anonymous
|
it so simple...
look
http://www.proxy2.de/poll/index.php
change tour php code to:
/* the second poll */
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2);
or witch sii
http://www.proxy2.de/poll/demo_5.shtml
ok? =)
|
|
21/11/2002 21:39:15
|
Anonymous
|
and where I put /* the second poll */
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2);
??????????
|
|
22/11/2002 16:50:14
|
RaPTeR
Beginner
Joined: 22/11/2002 16:47:51
Messages: 5
Offline
|
That goes in to your main body
<http>
<body>
Code
</body
<html>
|
|
22/11/2002 18:00:45
|
Anonymous
|
anonyme wrote:this support and comunity suck !!
'fucker
Maybe so, but you are the one that wants a freakin' answer within couple hours. These people were nice enough to let us use their code. They have spent a lot of their personal time to make it available for everybody. Plus all of it is free!!!
I suggest you go out and buy a book on PHP instead of bashing this place.
Regards
xxx
|
|
22/11/2002 18:05:53
|
RaPTeR
Beginner
Joined: 22/11/2002 16:47:51
Messages: 5
Offline
|
I think that is not nice becsue they are helping all of use webmasters in a nice and free way...
|
|
23/11/2002 00:44:34
|
Anonymous
|
Hello: Can you tell me how did you placed the poll on your page? I am trying to do that but I have to change the file extention to PHP or PHTML.
I hope you can help me with that.
Thanks
Adriez wrote:Hello, I downloaded and installed your script Advanced Poll on my site (visible on the left with http://www.battlefield1942-fr.com) but the problem it is that when the visitors click on "vote", it opens a new page with the statistics. Me I would like that it opens stastic survey in the same page (thus the banner page) Merci in advance, my problem is rather urgent because I must launch my site soon!
|
|
23/11/2002 01:55:05
|
Anonymous
|
I have never messed with this poll but every time you insert PHP code inside of a HTML page you have to change it's extension to .php
Server needs to know how to translate the page.
|
|
25/11/2002 21:32:24
|
Anonymous
|
My full code for the sondage is :
<?php
include_once "/direct-link/pollphp/db/booth.php";
echo $php_poll->poll_process("newest");?>
and now with
<?php
include_once "/direct-link/pollphp/db/booth.php";
echo $php_poll->poll_process("newest");
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2); ?>
but does not change anything!!!!!! thank you to help me in a more precise way!!!
|
|
|